mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
307585f1c9
* ldlang.c (lang_set_startof): Don't do anything for a relocateable link. * ldgram.y (mri_script_file): Call mri_draw_tree. * mri.c (mri_draw_tree): Make globally visible. Don't bother to create memory regions. (mri_load): Don't call mri_draw_tree. * mri.h (mri_draw_tree): Declare. * configure.tgt (m68*-*-psos): New target. * emulparams/m68kpsos.sh: New file. * scripttempl/psos.sc: New file. * Makefile.in (ALL_EMULATIONS): Add em68kpsos.o. (em68kpsos.c): New target.
87 lines
1.7 KiB
Plaintext
87 lines
1.7 KiB
Plaintext
# .Sanitize for devo/ld/scripttempl.
|
|
|
|
# Each directory to survive its way into a release will need a file
|
|
# like this one called "./.Sanitize". All keyword lines must exist,
|
|
# and must exist in the order specified by this file. Each directory
|
|
# in the tree will be processed, top down, in the following order.
|
|
|
|
# Hash started lines like this one are comments and will be deleted
|
|
# before anything else is done. Blank lines will also be squashed
|
|
# out.
|
|
|
|
# The lines between the "Do-first:" line and the "Things-to-keep:"
|
|
# line are executed as a /bin/sh shell script before anything else is
|
|
# done in this directory.
|
|
|
|
Do-first:
|
|
|
|
rce_files="rce.sc"
|
|
|
|
if ( echo $* | grep keep\-rce > /dev/null ) ; then
|
|
keep_these_too="${rce_files} ${keep_these_too}"
|
|
else
|
|
lose_these_too="${rce_files} ${lose_these_too}"
|
|
fi
|
|
|
|
# All files listed between the "Things-to-keep:" line and the
|
|
# "Do-last:" line will be kept. All other files will be removed.
|
|
# Directories listed in this section will have their own Sanitize
|
|
# called. Directories not listed will be removed in their entirety
|
|
# with rm -rf.
|
|
|
|
Things-to-keep:
|
|
|
|
README
|
|
a29k.sc
|
|
aix.sc
|
|
alpha.sc
|
|
armaout.sc
|
|
armcoff.sc
|
|
aout.sc
|
|
delta68.sc
|
|
ebmon29k.sc
|
|
elf.sc
|
|
elfmips.sc
|
|
elfppc.sc
|
|
go32coff.sc
|
|
h8300.sc
|
|
h8300h.sc
|
|
h8500.sc
|
|
h8500b.sc
|
|
h8500c.sc
|
|
h8500m.sc
|
|
h8500s.sc
|
|
hppaelf.sc
|
|
i386coff.sc
|
|
i386go32.sc
|
|
i386lynx.sc
|
|
i386msdos.sc
|
|
i960.sc
|
|
m68kaux.sc
|
|
m68kcoff.sc
|
|
m68klynx.sc
|
|
m88kbcs.sc
|
|
mips.sc
|
|
mipsbsd.sc
|
|
nw.sc
|
|
pe.sc
|
|
ppcpe.sc
|
|
psos.sc
|
|
riscix.sc
|
|
sa29200.sc
|
|
sh.sc
|
|
sparccoff.sc
|
|
sparclynx.sc
|
|
st2000.sc
|
|
vanilla.sc
|
|
w65.sc
|
|
z8000.sc
|
|
|
|
Things-to-lose:
|
|
|
|
# The lines between the "Do-last:" line and the end of the file
|
|
# are executed as a /bin/sh shell script after everything else is
|
|
# done.
|
|
|
|
Do-last:
|