aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
1995-11-15move md_end use, and make use of it in cpu back ends. clean up empty, unusedKen Raeburn1-0/+38
md_end functions. i386 changes from Alan Modra for using multi-byte sequences instead of single nops for code alignment.
1995-11-14 * configure.in (ppc-*-macos*, ppc-*-mpw*): New configurations.Stan Shebs1-0/+8
* configure: Update. * mpw-make.sed: Reorder commands to make sed happier. * config/te-macos.h: New file. * config/tc-ppc.h (TARGET_FORMAT): Set correctly for PowerMac.
1995-11-13 * config/tc-hppa.c (pa_ip): Fix off-by-2 bug in length check forJeff Law1-0/+12
conditional branches. (md_apply_fix): Likewise.
1995-11-09 * config/obj-coff.c (fixup_segment): Don't subtract md_pcrel_fromIan Lance Taylor1-0/+6
from a PC relative reloc if TC_A29K.
1995-11-09 * config/tc-a29k.c (md_operand): Handle $float, $double, andIan Lance Taylor1-0/+9
$extend. Based on code from Eric Freudenthal <freudenthal@nyu.edu>. * config/tc-a29k.h (LEX_DOLLAR): Define. * read.c (LEX_DOLLAR): Define if not defined. (lex_type): Use LEX_DOLLAR.
1995-11-08Wed Nov 8 16:38:14 1995 Eric Freudenthal <freudenthal@nyu.edu>Ian Lance Taylor1-0/+5
* configure.in (a29k-nyu-sym1): New target, just like other a29k targets.
1995-11-08 * config/obj-coff.c (c_dot_file_symbol): Cast xmalloc return.Ian Lance Taylor1-0/+9
1995-11-06 * config/tc-alpha.c: Undefine inline if not __GNUC__.Ian Lance Taylor1-0/+5
(md_pseudo_table): Don't define "extern".
1995-11-05 * config/tc-ppc.c (ppc_biei): Force symbol into text_section.Ian Lance Taylor1-0/+2
1995-11-04 * config/tc-ppc.c (md_show_usage): Put backslash at end of line.Ian Lance Taylor1-0/+4
1995-11-03 * macro.c (macro_expand_body): Don't warn about == with aIan Lance Taylor1-0/+3
nonexistent parameter, in case it is in a comment field.
1995-11-03 * as.c (main): On TC_A29K, call macro_init with macro_alternateIan Lance Taylor1-0/+12
set to 1. * macro.c (get_any_string): Don't keep quotes if macro_strip_at is set, even if macro_alternate is set. (get_apost_token): If macro_strip_at, only skip kind if it is '@'. (sub_actual): If macro_strip_at, and kind is '@', don't look up the token unless it ended in '@'. * config/tc-a29k.c (line_separator_chars): Remove '@'. * doc/c-a29k.texi: Document macro usage on A29K.
1995-11-03xIan Lance Taylor1-1/+25
1995-11-01* config/tc-i386.c (md_assemble): For a jump instruction with non-constantKen Raeburn1-0/+6
target, require 7 available bytes in the current frag, not 6.
1995-11-01 * config/tc-ppc.c (ppc_lglobl): Do the right thing.Ian Lance Taylor1-0/+2
1995-10-31 * config/obj-elf.h: Include bfd/elf-bfd.h rather thanFred Fish1-0/+5
bfd/libelf.h.
1995-10-31Tue Oct 31 16:34:28 1995 David Mosberger-Tang <davidm@azstarnet.com>Ian Lance Taylor1-0/+1
* ecoff.c (ecoff_frob_symbol): Warn about weak common symbols.
1995-10-31 * config/tc-ppc.c (ppc_bb): Call SF_SET_PROCESS.Ian Lance Taylor1-0/+8
(ppc_eb): Likewise. Set the storage class to C_BLOCK, not C_FCN. (ppc_frob_symbol): Don't change C_BLOCK symbols to C_HIDEXT. * config/obj-coff.c (coff_frob_symbol): Don't call SA_SET_SYM_ENDNDX with the current symbol; call it with the next one. If OBJ_XCOFF, try to figure out whether the symbol is going to be dropped.
1995-10-31Tue Oct 31 16:34:28 1995 David Mosberger-Tang <davidm@azstarnet.com>Ian Lance Taylor1-0/+17
* configure.in (alpha-*-linux*): Use ecoff. * configure: Rebuild. * ecoff.c (ecoff_directive_extern): New function. (ecoff_directive_weakext): New function. (ecoff_build_symbols): Handle weak symbols. (ecoff_setup_ext): Likewise. * ecoff.h (ecoff_directive_extern): Declare. (ecoff_directive_weakext): Declare. * symbols.c (S_IS_WEAK): New function. * symbols.h (S_IS_WEAK): Declare. * config/obj-ecoff.c (obj_pseudo_table): Add "extern" and "weakext". * config/tc-mips.c (mips_pseudo_table): Remove "extern". (s_extern): Remove.
1995-10-31 * config/tc-ppc.c (ppc_frob_symbol): Set BSF_NOT_AT_END forIan Lance Taylor1-0/+2
symbols with csect aux entries.
1995-10-31 * config/tc-ppc.c (md_pseudo_table): Add "bc" and "ec".Ian Lance Taylor1-0/+11
(ppc_stab_symbol): New static variable. (ppc_change_csect): Check that ppc_toc_csect is not NULL. (ppc_stabx): Set ppc_stab_symbol around call to symbol_make. Set sy_tc.real_name to the stab string. (ppc_bc, ppc_ec): New static functions. (ppc_canonicalize_symbol_name): If ppc_stab_symbol is set, don't do anything. (ppc_symbol_new_hook): If ppc_stab_symbol is set, don't look for a suffix.
1995-10-31 * input-scrub.c (input_scrub_push): Reset sb_index.Ian Lance Taylor1-0/+4
1995-10-30 * listing.c (listing_newline): Don't create a frag in the absoluteIan Lance Taylor1-0/+5
section.
1995-10-28 * config/tc-ppc.c (md_pseudo_table): Add "data" and "text".Ian Lance Taylor1-0/+15
(ppc_csect): Move most of the code to ppc_change_csect, and call it. (ppc_change_csect): New static function, taken from ppc_csect. (ppc_section): New static function. (ppc_saw_abs): New static varable. (ppc_frob_symbol): Create aux entry for absolute symbols. Warn if a symbol has no csect. (ppc_adjust_symtab): New function. * config/tc-ppc.h (tc_adjust_symtab): Define if OBJ_XCOFF. (ppc_adjust_symtab): Declare if OBJ_XCOFF.
1995-10-28 * symbols.c (symbol_find_or_make): Change name to be const.Ian Lance Taylor1-0/+5
* symbols.h (symbol_find_or_make): Update declaration.
1995-10-26doc fixes from RolandKen Raeburn1-0/+9
1995-10-26 * tc-arm.c (do_ldst): Assemble ldr/str r0, [r1] as a pre-incrementDavid Edelsohn1-0/+5
instruction.
1995-10-25 * Makefile.in (diststuff): Also make info.Per Bothner1-0/+5
(maintainer-clean realclean): Also make clean-info.
1995-10-24 * config/tc-hppa.c (md_pseudo_table): Add new ".nsubspa" opcode.Jeff Law1-0/+7
(pa_subspace): For ".nsubspa", always create a new subspace with the given attributes, even if one already exists with the same name. So we can put every function into its own $CODE$ subspace.
1995-10-24Fix PR 8255Michael Meissner1-0/+19
1995-10-23changes for input file open error, not printing filename when not availableKen Raeburn1-0/+11
1995-10-23Added command-line support for NEC VR4100, to allow support forJackie Smith Cashion1-0/+11
4100-specific instructions.
1995-10-18obstack-per-frchain changesKen Raeburn1-0/+46
stabs.c caching changes obstack chunksize changes
1995-10-18frag/obstack handling in tc-*.c; ignore -g for AlphaKen Raeburn1-0/+11
1995-10-18keep testsuite when doing "make distclean"Ken Raeburn1-0/+7
1995-10-18* stabs.c (aout_process_stab): Insert debug symbol into symbol chain afterKen Raeburn1-2/+12
parsing value expression, if any, to avoid separating continued .stabs lines.
1995-10-16 * config/tc-mips.c (mips_elf_pseudo_table): Remove.Ian Lance Taylor1-0/+5
(mips_pop_insert): Don't call pop_insert on mips_elf_pseudo_table.
1995-10-16Allow duplicate cmp instructions for -mcomMichael Meissner1-0/+5
1995-10-16For -mcom, do not allow only POWER|PPC instructions.Michael Meissner1-2/+0
1995-10-16Add -mcom support.Michael Meissner1-0/+15
1995-10-10 * config/tc-mips.c: Correct s_cons arguments. From MichaelIan Lance Taylor1-0/+5
Joosten <joost@ori.cadlab.de>.
1995-10-10 * config/tc-ppc.c (ppc_macro): Make count unsigned.Ian Lance Taylor1-0/+10
(ppc_biei): Set segment to now_seg and value to coff_n_line_nos. (ppc_frob_symbol): Handle C_BINCL and C_EINCL symbols by setting the fix_line field. * config/obj-coff.c (coff_n_line_nos): Rename from n_line_nos, and make non-static. Change all users. * config/obj-coff.h (coff_n_line_nos): Declare.
1995-10-06split change logKen Raeburn1-12586/+1
1995-10-06Mon Sep 25 22:49:32 1995 Andreas Schwab ↵Ken Raeburn1-0/+11
<schwab@issan.informatik.uni-dortmund.de> * configure.in (AC_ARG_WITH(bfd-assembler)): Fix help message. * config/obj-elf.c (obj_elf_common): Convert specified byte alignment to power of two. Set size of local bss symbol. * config/tc-m68k.c (tc_gen_reloc): Fix typo in variable name.
1995-10-06 * sb.c, macro.c: Decide whether to include <string.h> orIan Lance Taylor1-0/+5
<strings.h> just as as.h does.
1995-10-06 * config/tc-arm.h (ARM_BI_ENDIAN): Move definition so defined forDavid Edelsohn1-0/+2
all coff targets.
1995-10-06 * Makefile.in (site.exp): Fix setting of $srcdir.David Edelsohn1-0/+6
* config/tc-arm.c (md_atof): Fix little-endian output.
1995-10-06more vms work (mostly whitespace/comment cleanup) from Pat RankinKen Raeburn1-0/+5
1995-10-06split out ns32k doc like other cpusKen Raeburn1-0/+4
1995-10-06* sb.c, macro.c: Include string.h.Ken Raeburn1-0/+2