diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-06-21 16:45:09 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-06-21 16:45:09 +0000 |
commit | dff770c8d62a4e900c509ab23ea0bba0a1f11de0 (patch) | |
tree | 088a1e6a5906c29eed13c78cd9ce058e80c225f1 /gas/ChangeLog | |
parent | 55f3c2b411849e43a956eff316f6ff171ed8b14a (diff) | |
download | gdb-dff770c8d62a4e900c509ab23ea0bba0a1f11de0.zip gdb-dff770c8d62a4e900c509ab23ea0bba0a1f11de0.tar.gz gdb-dff770c8d62a4e900c509ab23ea0bba0a1f11de0.tar.bz2 |
* subsegs.c (abs_seg_info, und_seg_info): Define if BFD_ASSEMBLER.
(subseg_change): Store seg_info for bfd_abs_section_ptr in
abs_seg_info, and store seg_info for bfd_und_section_ptr in
und_seg_info.
(subseg_get): Likewise. Also, don't set output_section if it is
already set.
(seg_info): Define as function.
* subsegs.h (seg_info): Declare as function rather than defining
as macro.
* write.c (relax_and_size_seg): Call seg_info rather than
bfd_get_section_userdata.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 5058cae..646f574 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,17 @@ +Tue Jun 21 11:32:18 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * subsegs.c (abs_seg_info, und_seg_info): Define if BFD_ASSEMBLER. + (subseg_change): Store seg_info for bfd_abs_section_ptr in + abs_seg_info, and store seg_info for bfd_und_section_ptr in + und_seg_info. + (subseg_get): Likewise. Also, don't set output_section if it is + already set. + (seg_info): Define as function. + * subsegs.h (seg_info): Declare as function rather than defining + as macro. + * write.c (relax_and_size_seg): Call seg_info rather than + bfd_get_section_userdata. + Mon Jun 20 16:30:54 1994 Ken Raeburn (raeburn@cujo.cygnus.com) * configure.in (ppc-*-elf*): New target, like -sysv4*. |