diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-06-22 17:47:11 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-06-22 17:47:11 +0000 |
commit | 3b7553e793a53d8755041c5af2ab4fba5253d875 (patch) | |
tree | 87d880f0f042697a10fdeb28b46912ece779ed74 /ld | |
parent | 72fcd790adf0cfd0cd0d18fe5a3b9986f35b64f2 (diff) | |
download | gdb-3b7553e793a53d8755041c5af2ab4fba5253d875.zip gdb-3b7553e793a53d8755041c5af2ab4fba5253d875.tar.gz gdb-3b7553e793a53d8755041c5af2ab4fba5253d875.tar.bz2 |
* scripttempl/mipsbsd.sc: Let sections align to their natural
boundaries.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index df62961..6f9c2ce 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,20 @@ +Wed Jun 22 13:42:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * scripttempl/mipsbsd.sc: Let sections align to their natural + boundaries. + +Tue Jun 21 11:27:04 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * ldlang.c (lang_init): Use new bfd_abs_section_ptr, not + &bfd_abs_section. + (lang_abs_symbol_at_beginning_of): Likewise. + (lang_abs_symbol_at_end_of): Likewise. + (lang_size_sections): Use bfd_is_abs_section to check for the + absolute section. Don't try to set the VMA or output_offset or + size of the absolute section. + * ldmain.c (notice_ysym): Use bfd_is_und_section to check for the + undefined section. + Thu Jun 16 22:48:41 1994 Jeff Law (law@snake.cs.utah.edu) * scripttempl/hppaelf.sc: Place .data and .bss at 0x40000000 |