diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-09-23 18:54:40 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-09-23 18:54:40 +0000 |
commit | 144659ab48a2292847381ae55b63a2b8ae8ced0c (patch) | |
tree | 99f988acf5841c5210a3b10bc3bcad7e1bb81535 | |
parent | a2eea8233360fe6baa0af2a9442b99c725d88078 (diff) | |
download | gdb-144659ab48a2292847381ae55b63a2b8ae8ced0c.zip gdb-144659ab48a2292847381ae55b63a2b8ae8ced0c.tar.gz gdb-144659ab48a2292847381ae55b63a2b8ae8ced0c.tar.bz2 |
* symbols.h (copy_symbol_attributes): Declare.
-rw-r--r-- | gas/ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 89893c2..b9f92a6 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,25 @@ +Fri Sep 23 14:42:34 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * config/tc-mips.c (load_register): Always use addiu when adding a + constant to $zero--no need to use daddiu. + (macro): Hack the -mips3 overflow tests to not fail when offsetT + is only 32 bits. + + * symbols.h (copy_symbol_attributes): Declare. + +Thu Sep 22 21:58:24 1994 Ken Raeburn <raeburn@cujo.cygnus.com> + + * listing.c: Bugfixes based in part on patches from Paul + Kranenburg. + (listing_newline): Check filename as well as line number when + deciding whether to record it. + (list_symbol_table) [S_IS_REGISTER]: Check that S_IS_REGISTER is + false (if defined) as well as checking for reg_section. + (listing_listing): Iterate fetching lines while line number is too + low, and we haven't run off the end of the input file. + + * config/vms-conf.h: Changed HAVE_DELETE to HAVE_REMOVE. + Thu Sep 22 13:39:10 1994 Kung Hsu (kung@x1.cygnus.com) * ecoff.c (ecoff_generate_asm_lineno): check if @@ -17,6 +39,14 @@ Wed Sep 21 18:17:35 1994 Ken Raeburn <raeburn@cujo.cygnus.com> X_add_number is zero. * config/obj-elf.h (obj_frob_forward_symbol): Deleted. + * config/tc-i960.c: Lots of whitespace, comment reformatting, + using GNU indent. + (strchr): Don't declare. + [BFD_ASSEMBLER]: Don't compile md_convert_frag, + md_estimate_size_before_relax, md_ri_to_chars, + md_create_short_jump, md_create_long_jump. + (brtab_emit): Use data_section, not SEG_DATA. + Mon Aug 19 17:14:44 1994 Pat Rankin (rankin@eql.caltech.edu) * config/vms-conf.h: new file, manually derived from conf.in. |