diff options
author | Michael Meissner <gnu@the-meissners.org> | 1996-02-07 18:41:52 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1996-02-07 18:41:52 +0000 |
commit | 8cc98cd5c19d1f1a0a08e5a0becde2c041585c8c (patch) | |
tree | 49dc1b2c45b41ddad2ecb9acfe29f25d22b86980 | |
parent | f0b0d91597b0b939fa9a198aff33bfdd59b819af (diff) | |
download | gdb-8cc98cd5c19d1f1a0a08e5a0becde2c041585c8c.zip gdb-8cc98cd5c19d1f1a0a08e5a0becde2c041585c8c.tar.gz gdb-8cc98cd5c19d1f1a0a08e5a0becde2c041585c8c.tar.bz2 |
Fix WRS bug where -Ttext 0x10000 left first program header invalid
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 45b1e1e..f093aa6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +Wed Feb 7 13:37:39 1996 Michael Meissner <meissner@tiktok.cygnus.com> + + * elf.c (make_mapping): Add an additional argument to suppress + making the first section include the program headers. + (map_sections_to_segments): If the user used -Ttext such that the + program headers are on a different page, do not set the flags + saying that this section includes the program headers. + Tue Feb 6 14:04:49 1996 J.T. Conklin <jtc@rtl.cygnus.com> * configure.in (*-*-netbsd*): Set COREFILE to netbsd-core.c. |