diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-01-11 22:35:16 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-01-11 22:35:16 +0000 |
commit | f34e27a18a95a588c23ede4b727eac9a9dc940f0 (patch) | |
tree | f73b40fbcfd46c7d7d483b11c57d4bed58e1b142 /gas/ChangeLog | |
parent | 4e76ae53fc8ac37794d10605fdf3e8c9621f93bc (diff) | |
download | gdb-f34e27a18a95a588c23ede4b727eac9a9dc940f0.zip gdb-f34e27a18a95a588c23ede4b727eac9a9dc940f0.tar.gz gdb-f34e27a18a95a588c23ede4b727eac9a9dc940f0.tar.bz2 |
* config/obj-elf.c: If TC_MIPS, include elf/mips.h.
(special_sections): Define.
(obj_elf_special_section): Get default types and attributes from
list of special sections.
* config/tc-mips.c (ELF_TC_SPECIAL_SECTIONS): Define.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f831b04..c6c0c16 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,11 @@ Tue Jan 11 13:01:20 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * config/obj-elf.c: If TC_MIPS, include elf/mips.h. + (special_sections): Define. + (obj_elf_special_section): Get default types and attributes from + list of special sections. + * config/tc-mips.c (ELF_TC_SPECIAL_SECTIONS): Define. + * config/obj-ecoff.c (ecoff_frob_file): Force .sdata and .sbss sections to be close together. |