diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-10-22 00:51:53 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-10-22 00:51:53 +0000 |
commit | 9da4c5d13035754ce8cdd2435b5a763ced2313bb (patch) | |
tree | 62f72c30794ee4594926bb7b3b52e6ae51346b1b /gas/ChangeLog | |
parent | 32399d323e032fbed908dcf35f13c95d1e429beb (diff) | |
download | gdb-9da4c5d13035754ce8cdd2435b5a763ced2313bb.zip gdb-9da4c5d13035754ce8cdd2435b5a763ced2313bb.tar.gz gdb-9da4c5d13035754ce8cdd2435b5a763ced2313bb.tar.bz2 |
* config/tc-mips.c (md_pseudo_table): If OBJ_ELF, handle .section.
(s_elf_section): New static function.
* ecoff.c (ecoff_build_symbols): Don't abort if we don't recognize
the section when setting the storage class; default to sc_Data.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 439d453..a589c55 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +Fri Oct 21 20:42:29 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> + + * config/tc-mips.c (md_pseudo_table): If OBJ_ELF, handle .section. + (s_elf_section): New static function. + * ecoff.c (ecoff_build_symbols): Don't abort if we don't recognize + the section when setting the storage class; default to sc_Data. + Thu Oct 20 00:43:38 1994 Jeff Law (law@snake.cs.utah.edu) * config/tc-hppa.c (md_apply_fix): Set new_val to 8 for all |