diff options
author | Nick Clifton <nickc@redhat.com> | 1999-06-23 09:27:09 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-06-23 09:27:09 +0000 |
commit | 16b93d8878c0f7e435dfeb730a7f20283b3d1c08 (patch) | |
tree | 063df8d4a8bb93a7120248c13a8a7c04433b9155 /gas/ChangeLog | |
parent | 100845194443bced72b1388d1a5a260538993416 (diff) | |
download | gdb-16b93d8878c0f7e435dfeb730a7f20283b3d1c08.zip gdb-16b93d8878c0f7e435dfeb730a7f20283b3d1c08.tar.gz gdb-16b93d8878c0f7e435dfeb730a7f20283b3d1c08.tar.bz2 |
Make the mcore even more paranoid about section switching
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 46853d5..1154e64 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,21 @@ +1999-06-23 Nick Clifton <nickc@cygnus.com> + + * config/tc-mcore.c (md_pseudo_table): Add .comm for ELF and allow + .section for COFF. + (mcore_s_text): Call obj_elf_text for ELF target. + (mcore_s_data): Call obj_elf_data for ELF target. + (mcore_s_section): No longer ELF specific. Call obj_coff_section + for COFF target. + (mcore_s_bss): New function: Dump literal table before changing + sections. + (mcore_s_comm): New function: Dump literal table before changing + sections. + + * config/obj-elf.c (obj_elf_common, obj_elf_data, obj_elf_text): + No longer static functions. + * config/obj-elf.h (obj_elf_common, obj_elf_data, obj_elf_text): + Provide prototypes for these functions. + 1999-06-22 Ian Lance Taylor <ian@zembu.com> * subsegs.c (subseg_text_p): Rewrite non BFD_ASSEMBLER case to use |