Fix WRS bug where -Ttext 0x10000 left first program header invalid
This commit is contained in:
parent
f0b0d91597
commit
8cc98cd5c1
1 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue