diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-09-14 22:28:22 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-09-14 22:28:22 +0000 |
commit | 90397ff8230f87e5036ad2df85cdfc77619d9fd1 (patch) | |
tree | 6945ccbddc635d23341a087d31bb36a82e7179f6 /gas | |
parent | a6f5fcd8c2e1e4e181d2ef0a2660801bb0aac5d6 (diff) | |
download | gdb-90397ff8230f87e5036ad2df85cdfc77619d9fd1.zip gdb-90397ff8230f87e5036ad2df85cdfc77619d9fd1.tar.gz gdb-90397ff8230f87e5036ad2df85cdfc77619d9fd1.tar.bz2 |
* config/obj-elf.c (obj_elf_data, obj_elf_text): New functions;
set previous_section and previous_subsection and then call s_data
and s_text, respectively.
(obj_pseudo_table): Add data and text.
(obj_elf_section): Add SEC_LOAD to default initialization of
flags. Treat .rodata1 like .rodata. Set SEC_LOAD as well as
SEC_ALLOC for "alloc" string. Don't bother trying to find the
section; just use subseg_new.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 933e067..8e40355 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,14 @@ Tue Sep 14 13:31:04 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * config/obj-elf.c (obj_elf_data, obj_elf_text): New functions; + set previous_section and previous_subsection and then call s_data + and s_text, respectively. + (obj_pseudo_table): Add data and text. + (obj_elf_section): Add SEC_LOAD to default initialization of + flags. Treat .rodata1 like .rodata. Set SEC_LOAD as well as + SEC_ALLOC for "alloc" string. Don't bother trying to find the + section; just use subseg_new. + * read.c (change_to_section): Removed. This is now done by subseg_new. (get_stab_string_offset): Rearranged somewhat. Create the section |