diff options
author | Jean Marie Diaz <ambar@cygnus> | 1994-08-02 16:01:56 +0000 |
---|---|---|
committer | Jean Marie Diaz <ambar@cygnus> | 1994-08-02 16:01:56 +0000 |
commit | bb329c20090014b701dd2d0af988b3236d32241d (patch) | |
tree | 9319f12ab99b7dba949e02ef5f198d655a8a1488 /ld | |
parent | 5e694c29a54aa4de49c5b10cfe3382c3e3d04c25 (diff) | |
download | ppe42-binutils-bb329c20090014b701dd2d0af988b3236d32241d.tar.gz ppe42-binutils-bb329c20090014b701dd2d0af988b3236d32241d.zip |
Tue Aug 2 11:52:06 1994 Eric Youngdale (ericy@cais.cais.com)
* emultempl/linux.em (gld${EMULATION_NAME}_find_address_statement):
New function; add 0x20 to any use of -Ttext.
(gld${EMULATION_NAME}_create_output_section_statements): New
function.
(ld_${EMULATION_NAME}_emulation): Use the new function
gld${EMULATION_NAME}_create_output_section_statements.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 12b67c7bec..8ae1f7e2eb 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,12 @@ +Tue Aug 2 11:52:06 1994 Eric Youngdale (ericy@cais.cais.com) + + * emultempl/linux.em (gld${EMULATION_NAME}_find_address_statement): + New function; add 0x20 to any use of -Ttext. + (gld${EMULATION_NAME}_create_output_section_statements): New + function. + (ld_${EMULATION_NAME}_emulation): Use the new function + gld${EMULATION_NAME}_create_output_section_statements. + Mon Aug 1 15:50:44 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) * scripttempl/mips.sc: Redo script to set . outside of sections |