remove armelf sanitization
This commit is contained in:
parent
e9ebd69fe6
commit
603e9cf139
@ -499,35 +499,6 @@ else
|
||||
done
|
||||
fi
|
||||
|
||||
armelf_files="ChangeLog configure configure.in write.c"
|
||||
|
||||
if ( echo $* | grep keep\-armelf > /dev/null ) ; then
|
||||
for i in $armelf_files ; do
|
||||
if test ! -d $i && (grep sanitize-armelf $i > /dev/null) ; then
|
||||
if [ -n "${verbose}" ] ; then
|
||||
echo Keeping armelf stuff in $i
|
||||
fi
|
||||
fi
|
||||
done
|
||||
else
|
||||
for i in $armelf_files ; do
|
||||
if test ! -d $i && (grep sanitize-armelf $i > /dev/null) ; then
|
||||
if [ -n "${verbose}" ] ; then
|
||||
echo Removing traces of \"armelf\" from $i...
|
||||
fi
|
||||
cp $i new
|
||||
sed '/start\-sanitize\-armelf/,/end-\sanitize\-armelf/d' < $i > new
|
||||
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
|
||||
if [ -n "${verbose}" ] ; then
|
||||
echo Caching $i in .Recover...
|
||||
fi
|
||||
mv $i .Recover
|
||||
fi
|
||||
mv new $i
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
||||
for i in * ; do
|
||||
if test ! -d $i && (grep sanitize $i > /dev/null) ; then
|
||||
echo '***' Some mentions of Sanitize are still left in gas/$i! 1>&2
|
||||
|
@ -21,12 +21,11 @@ Thu Aug 20 23:17:04 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
|
||||
* config/tc-i386.c (md_assemble): Only warn for address/data size
|
||||
prefixes.
|
||||
|
||||
start-sanitize-armelf
|
||||
Thu Aug 20 14:45:08 1998 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* config/tc-arm.c (arm_fix_adjustable): Do not adjust relocations
|
||||
against Thumb function names, as the linker needs this information.
|
||||
end-sanitize-armelf
|
||||
|
||||
1998-08-20 Vladimir N. Makarov <vmakarov@cygnus.com>
|
||||
|
||||
* expr.c (operand): Check also that there is no advance in operand
|
||||
@ -39,13 +38,11 @@ Wed Aug 19 09:30:16 1998 Nick Clifton <nickc@cygnus.com>
|
||||
command line options with a single dash.
|
||||
* doc/c-m32r.texi: Replace double dash prefix with a single dash.
|
||||
|
||||
start-sanitize-armelf
|
||||
Tue Aug 18 11:59:43 1998 Catherine Moore <clm@cygnus.com>
|
||||
|
||||
* tc-arm.h: Define obj_fix_adjustable for OBJ_ELF.
|
||||
* tc-arm.c (arm_fix_adjustable): New routine.
|
||||
|
||||
end-sanitize-armelf
|
||||
1998-08-13 Vladimir N. Makarov <vmakarov@cygnus.com>
|
||||
|
||||
* read.c (s_align, s_comm, s_mri_common, s_fail, s_globl, s_space,
|
||||
@ -94,7 +91,6 @@ Mon Aug 10 17:48:09 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
|
||||
config/tc-i386.c (i386_operand): Size immediate constants by
|
||||
suffix (erroneously removed as part of July 7 change).
|
||||
|
||||
start-sanitize-armelf
|
||||
Sun Aug 9 20:45:32 1998 Catherine Moore <clm@cygnus.com>
|
||||
|
||||
* config/obj-elf.h: Check for redefinition of obj_frob_symbol.
|
||||
@ -102,18 +98,15 @@ Sun Aug 9 20:45:32 1998 Catherine Moore <clm@cygnus.com>
|
||||
(armelf_frob_symbol): New Routine.
|
||||
* config/tc-arm.h: Define obj_frob_symbol if OBJ_ELF.
|
||||
|
||||
end-sanitize-armelf
|
||||
Sat Aug 8 15:21:28 1998 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* config/tc-alpha.c (alpha_fix_adjustable): Don't adjust weak syms.
|
||||
|
||||
start-sanitize-armelf
|
||||
Wed Aug 5 15:54:14 1998 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* config/tc-arm.c (md_begin): Set BFD private flags depending upon
|
||||
command line switches passed to assembler.
|
||||
|
||||
end-sanitize-armelf
|
||||
Mon Aug 3 14:02:52 1998 Doug Evans <devans@seba.cygnus.com>
|
||||
|
||||
* cgen.h (GAS_CGEN_MAX_FIXUPS): GAS_ prepended, all uses updated.
|
||||
@ -167,7 +160,6 @@ Fri Jul 31 16:45:54 1998 Ron Unrau <runrau@cygnus.com>
|
||||
* config/tc-mips.c (s_ent): set BSF_FUNCTION
|
||||
* stabs.c (s_stab_generic): flush frag
|
||||
|
||||
start-sanitize-armelf
|
||||
Fri Jul 31 16:14:45 1998 Catherine Moore <clm@cygnus.com>
|
||||
|
||||
* configure.in: (arm-*-elf): Handle.
|
||||
@ -181,7 +173,6 @@ Fri Jul 31 16:14:45 1998 Catherine Moore <clm@cygnus.com>
|
||||
(tc_gen_reloc): Always set the reloc addend to fixp->fx_offset
|
||||
for OBJ_ELF.
|
||||
|
||||
end-sanitize-armelf
|
||||
Thu Jul 30 21:38:43 1998 Frank Ch. Eigler <fche@cygnus.com>
|
||||
|
||||
* config/tc-d30v.c ({cur,prev}_left_kills_right_p): New variables.
|
||||
|
635
gas/configure
vendored
635
gas/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -43,6 +43,9 @@ AM_CONFIG_HEADER(config.h:config.in)
|
||||
|
||||
te_file=generic
|
||||
|
||||
# Makefile target for installing gas in $(tooldir)/bin.
|
||||
install_tooldir=install-exec-tooldir
|
||||
|
||||
canon_targets=""
|
||||
if test -n "$enable_targets" ; then
|
||||
for t in `echo $enable_targets | sed 's/,/ /g'`; do
|
||||
@ -136,12 +139,17 @@ changequote([,])dnl
|
||||
arm-*-riscix*) fmt=aout em=riscix ;;
|
||||
arm-*-aout) fmt=aout ;;
|
||||
arm-*-coff | thumb-*-coff) fmt=coff ;;
|
||||
arm-*-elf | thumb-*-elf) fmt=elf ;;
|
||||
arm-*-riscix*) fmt=aout ;;
|
||||
arm-*-pe | thumb-*-pe) fmt=coff em=pe ;;
|
||||
|
||||
d10v-*-*) fmt=elf bfd_gas=yes ;;
|
||||
d30v-*-*) fmt=elf bfd_gas=yes ;;
|
||||
|
||||
# start-sanitize-sky
|
||||
dvp-*-*) fmt=elf bfd_gas=yes install_tooldir= ;;
|
||||
# end-sanitize-sky
|
||||
|
||||
hppa-*-*elf*) fmt=elf em=hppa ;;
|
||||
hppa-*-lites*) fmt=elf em=hppa ;;
|
||||
hppa-*-osf*) fmt=som em=hppa ;;
|
||||
@ -297,10 +305,6 @@ dnl end-sanitize-beos
|
||||
tic80-*-*) fmt=coff ;;
|
||||
# end-sanitize-tic80
|
||||
|
||||
# start-sanitize-sky
|
||||
dvp-*-*) fmt=elf bfd_gas=yes ;;
|
||||
# end-sanitize-sky
|
||||
|
||||
v850-*-*) fmt=elf bfd_gas=yes ;;
|
||||
|
||||
# start-sanitize-v850e
|
||||
@ -601,6 +605,7 @@ esac
|
||||
AC_SUBST(target_cpu_type)
|
||||
AC_SUBST(obj_format)
|
||||
AC_SUBST(te_file)
|
||||
AC_SUBST(install_tooldir)
|
||||
AC_SUBST(atof)
|
||||
dnl AC_SUBST(emulation)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user