Tue Feb 27 15:09:21 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* configure.tgt (m68k-*-linuxaout*, m68k-*-linux*): New targets. * emulparams/m68klinux.sh: New file. * emultempl/linux.em (gld${EMULATION_NAME}_before_allocation): Call bfd_${EMULATION_NAME}_size_dynamic_sections instead of bfd_linux_size_dynamic_sections. * Makefile.in (ALL_EMULATIONS): Add em68klinux.o. (em68klinux.c): New target. * configure.host (m68*-*-linuxaout*, m68*-*-linux*): New hosts. Tue Feb 27 12:55:46 1996 Ian Lance Taylor <ian@cygnus.com> * Makefile.in (ALL_EMULATIONS): Sort into alphabetical order. Fill in missing entries.
This commit is contained in:
parent
535cfd0fd9
commit
228b04d2c5
3 changed files with 22 additions and 0 deletions
14
ld/ChangeLog
14
ld/ChangeLog
|
@ -1,5 +1,19 @@
|
|||
Tue Feb 27 15:09:21 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
||||
|
||||
* configure.tgt (m68k-*-linuxaout*, m68k-*-linux*): New targets.
|
||||
* emulparams/m68klinux.sh: New file.
|
||||
* emultempl/linux.em (gld${EMULATION_NAME}_before_allocation):
|
||||
Call bfd_${EMULATION_NAME}_size_dynamic_sections instead of
|
||||
bfd_linux_size_dynamic_sections.
|
||||
* Makefile.in (ALL_EMULATIONS): Add em68klinux.o.
|
||||
(em68klinux.c): New target.
|
||||
* configure.host (m68*-*-linuxaout*, m68*-*-linux*): New hosts.
|
||||
|
||||
Tue Feb 27 12:55:46 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* Makefile.in (ALL_EMULATIONS): Sort into alphabetical order.
|
||||
Fill in missing entries.
|
||||
|
||||
* lexsup.c (parse_args): Recognize --no-whole-archive.
|
||||
* ldlang.h (lang_input_statement_type): Add whole_archive field.
|
||||
* ldlang.c (new_afile): Set whole_archive field.
|
||||
|
|
|
@ -91,6 +91,7 @@ m68kaout.sh
|
|||
m68kaux.sh
|
||||
m68kcoff.sh
|
||||
m68kelf.sh
|
||||
m68klinux.sh
|
||||
m68klynx.sh
|
||||
m68knbsd.sh
|
||||
m68kpsos.sh
|
||||
|
|
7
ld/emulparams/m68klinux.sh
Normal file
7
ld/emulparams/m68klinux.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
SCRIPT_NAME=aout
|
||||
OUTPUT_FORMAT="a.out-m68k-linux"
|
||||
TARGET_PAGE_SIZE=0x1000
|
||||
TEXT_START_ADDR=0x1020
|
||||
NONPAGED_TEXT_START_ADDR=0
|
||||
ARCH=m68k
|
||||
TEMPLATE_NAME=linux
|
Loading…
Reference in a new issue