diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-04-09 21:11:51 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-04-09 21:11:51 +0000 |
commit | b279f82e0048a64162d56584785bd19c7a642a5b (patch) | |
tree | a4942091b48aa55e41fb9590ef58711cbacc4a3e /ld | |
parent | 517a7cafec0402b97c0b1a977d41497c123c094b (diff) | |
download | gdb-b279f82e0048a64162d56584785bd19c7a642a5b.zip gdb-b279f82e0048a64162d56584785bd19c7a642a5b.tar.gz gdb-b279f82e0048a64162d56584785bd19c7a642a5b.tar.bz2 |
* emultempl/generic.em (gld${EMULATION_NAME}_before_parse):
Pass $ARCH to ldfile_set_output_arch instead of setting
ldfile_output_architecture directly.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 5959d92..ee90bb6 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +Tue Apr 9 14:10:42 1996 Doug Evans <dje@canuck.cygnus.com> + + * emultempl/generic.em (gld${EMULATION_NAME}_before_parse): + Pass $ARCH to ldfile_set_output_arch instead of setting + ldfile_output_architecture directly. + Tue Apr 9 14:22:15 1996 Michael Meissner <meissner@tiktok.cygnus.com> * scripttempl/elfppc.sc (.init,.fini): Put .init, .fini section |