Update.
This commit is contained in:
parent
6576f0b52a
commit
ac50fedaa4
5 changed files with 4643 additions and 2156 deletions
1672
gas/Makefile.in
1672
gas/Makefile.in
File diff suppressed because it is too large
Load diff
431
gas/configure
vendored
431
gas/configure
vendored
File diff suppressed because it is too large
Load diff
|
@ -161,7 +161,7 @@ DIST_COMMON = Makefile.am Makefile.in
|
||||||
|
|
||||||
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
||||||
|
|
||||||
TAR = tar
|
TAR = gtar
|
||||||
GZIP_ENV = --best
|
GZIP_ENV = --best
|
||||||
all: all-redirect
|
all: all-redirect
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
|
|
|
@ -1,16 +1,22 @@
|
||||||
config/tc-hppa.c
|
app.c
|
||||||
config/tc-m32r.c
|
app.c
|
||||||
config/aout_gnu.h
|
as.c
|
||||||
config/atof-ieee.c
|
as.c
|
||||||
config/atof-tahoe.c
|
as.h
|
||||||
config/atof-vax.c
|
asintl.h
|
||||||
|
atof-generic.c
|
||||||
|
atof-generic.c
|
||||||
|
bignum-copy.c
|
||||||
|
bignum-copy.c
|
||||||
|
bignum.h
|
||||||
|
bit_fix.h
|
||||||
|
cgen.h
|
||||||
|
cond.c
|
||||||
|
cond.c
|
||||||
config/e-i386coff.c
|
config/e-i386coff.c
|
||||||
config/e-i386elf.c
|
config/e-i386elf.c
|
||||||
config/e-mipsecoff.c
|
config/e-mipsecoff.c
|
||||||
config/e-mipself.c
|
config/e-mipself.c
|
||||||
config/itbl-mips.h
|
|
||||||
config/m68k-parse.h
|
|
||||||
config/m88k-opcode.h
|
|
||||||
config/obj-aout.c
|
config/obj-aout.c
|
||||||
config/obj-aout.h
|
config/obj-aout.h
|
||||||
config/obj-bout.c
|
config/obj-bout.c
|
||||||
|
@ -23,14 +29,10 @@ config/obj-elf.c
|
||||||
config/obj-elf.h
|
config/obj-elf.h
|
||||||
config/obj-evax.c
|
config/obj-evax.c
|
||||||
config/obj-evax.h
|
config/obj-evax.h
|
||||||
config/obj-generic.c
|
|
||||||
config/obj-generic.h
|
|
||||||
config/obj-hp300.c
|
config/obj-hp300.c
|
||||||
config/obj-hp300.h
|
config/obj-hp300.h
|
||||||
config/obj-ieee.c
|
config/obj-ieee.c
|
||||||
config/obj-ieee.h
|
config/obj-ieee.h
|
||||||
config/obj-multi.c
|
|
||||||
config/obj-multi.h
|
|
||||||
config/obj-som.c
|
config/obj-som.c
|
||||||
config/obj-som.h
|
config/obj-som.h
|
||||||
config/obj-vms.c
|
config/obj-vms.c
|
||||||
|
@ -47,16 +49,11 @@ config/tc-d10v.c
|
||||||
config/tc-d10v.h
|
config/tc-d10v.h
|
||||||
config/tc-d30v.c
|
config/tc-d30v.c
|
||||||
config/tc-d30v.h
|
config/tc-d30v.h
|
||||||
config/tc-mcore.c
|
|
||||||
config/tc-fr30.c
|
|
||||||
config/tc-fr30.h
|
|
||||||
config/tc-generic.c
|
|
||||||
config/tc-generic.h
|
|
||||||
config/tc-h8300.c
|
config/tc-h8300.c
|
||||||
config/tc-h8300.h
|
config/tc-h8300.h
|
||||||
config/tc-h8500.c
|
config/tc-h8500.c
|
||||||
config/tc-h8500.h
|
config/tc-h8500.h
|
||||||
config/tc-mips.c
|
config/tc-hppa.c
|
||||||
config/tc-hppa.h
|
config/tc-hppa.h
|
||||||
config/tc-i386.c
|
config/tc-i386.c
|
||||||
config/tc-i386.h
|
config/tc-i386.h
|
||||||
|
@ -64,17 +61,19 @@ config/tc-i860.c
|
||||||
config/tc-i860.h
|
config/tc-i860.h
|
||||||
config/tc-i960.c
|
config/tc-i960.c
|
||||||
config/tc-i960.h
|
config/tc-i960.h
|
||||||
config/tc-mn10300.c
|
config/tc-m32r.c
|
||||||
config/tc-m32r.h
|
config/tc-m32r.h
|
||||||
config/tc-m68851.h
|
|
||||||
config/tc-m68k.c
|
config/tc-m68k.c
|
||||||
config/tc-m68k.h
|
config/tc-m68k.h
|
||||||
config/tc-m88k.c
|
config/tc-m88k.c
|
||||||
config/tc-m88k.h
|
config/tc-m88k.h
|
||||||
|
config/tc-mcore.c
|
||||||
config/tc-mcore.h
|
config/tc-mcore.h
|
||||||
|
config/tc-mips.c
|
||||||
config/tc-mips.h
|
config/tc-mips.h
|
||||||
config/tc-mn10200.c
|
config/tc-mn10200.c
|
||||||
config/tc-mn10200.h
|
config/tc-mn10200.h
|
||||||
|
config/tc-mn10300.c
|
||||||
config/tc-mn10300.h
|
config/tc-mn10300.h
|
||||||
config/tc-ns32k.c
|
config/tc-ns32k.c
|
||||||
config/tc-ns32k.h
|
config/tc-ns32k.h
|
||||||
|
@ -98,96 +97,72 @@ config/tc-w65.c
|
||||||
config/tc-w65.h
|
config/tc-w65.h
|
||||||
config/tc-z8k.c
|
config/tc-z8k.c
|
||||||
config/tc-z8k.h
|
config/tc-z8k.h
|
||||||
config/te-386bsd.h
|
|
||||||
config/te-aux.h
|
|
||||||
config/te-delt88.h
|
|
||||||
config/te-delta.h
|
|
||||||
config/te-dpx2.h
|
|
||||||
config/te-dynix.h
|
|
||||||
config/te-epoc-pe.h
|
|
||||||
config/te-generic.h
|
|
||||||
config/te-go32.h
|
|
||||||
config/te-hp300.h
|
|
||||||
config/te-hppa.h
|
|
||||||
config/te-i386aix.h
|
|
||||||
config/te-ic960.h
|
|
||||||
config/te-linux.h
|
|
||||||
config/te-lnews.h
|
|
||||||
config/te-lynx.h
|
|
||||||
config/te-mach.h
|
|
||||||
config/te-macos.h
|
|
||||||
config/te-multi.h
|
|
||||||
config/te-nbsd.h
|
|
||||||
config/te-nbsd532.h
|
|
||||||
config/te-pc532mach.h
|
|
||||||
config/te-pe.h
|
|
||||||
config/te-ppcnw.h
|
|
||||||
config/te-psos.h
|
|
||||||
config/te-riscix.h
|
|
||||||
config/te-sparcaout.h
|
|
||||||
config/te-sun3.h
|
|
||||||
config/te-svr4.h
|
|
||||||
config/te-sysv32.h
|
|
||||||
config/vax-inst.h
|
|
||||||
config/vms-a-conf.h
|
|
||||||
config/vms-conf.h
|
|
||||||
app.c
|
|
||||||
as.c
|
|
||||||
as.h
|
|
||||||
asintl.h
|
|
||||||
atof-generic.c
|
|
||||||
bignum-copy.c
|
|
||||||
bignum.h
|
|
||||||
bit_fix.h
|
|
||||||
cgen.c
|
|
||||||
cgen.h
|
|
||||||
cond.c
|
|
||||||
debug.c
|
|
||||||
depend.c
|
depend.c
|
||||||
|
depend.c
|
||||||
|
dwarf2dbg.c
|
||||||
|
dwarf2dbg.c
|
||||||
|
dwarf2dbg.h
|
||||||
|
ecoff.c
|
||||||
ecoff.c
|
ecoff.c
|
||||||
ecoff.h
|
ecoff.h
|
||||||
ehopt.c
|
ehopt.c
|
||||||
|
ehopt.c
|
||||||
emul-target.h
|
emul-target.h
|
||||||
emul.h
|
emul.h
|
||||||
expr.c
|
expr.c
|
||||||
|
expr.c
|
||||||
expr.h
|
expr.h
|
||||||
flonum-copy.c
|
flonum-copy.c
|
||||||
|
flonum-copy.c
|
||||||
|
flonum-konst.c
|
||||||
flonum-konst.c
|
flonum-konst.c
|
||||||
flonum-mult.c
|
flonum-mult.c
|
||||||
|
flonum-mult.c
|
||||||
flonum.h
|
flonum.h
|
||||||
frags.c
|
frags.c
|
||||||
|
frags.c
|
||||||
frags.h
|
frags.h
|
||||||
gasp.c
|
gasp.c
|
||||||
hash.c
|
hash.c
|
||||||
|
hash.c
|
||||||
hash.h
|
hash.h
|
||||||
input-file.c
|
input-file.c
|
||||||
|
input-file.c
|
||||||
input-file.h
|
input-file.h
|
||||||
input-scrub.c
|
input-scrub.c
|
||||||
|
input-scrub.c
|
||||||
itbl-ops.c
|
itbl-ops.c
|
||||||
itbl-ops.h
|
itbl-ops.h
|
||||||
listing.c
|
listing.c
|
||||||
|
listing.c
|
||||||
listing.h
|
listing.h
|
||||||
literal.c
|
literal.c
|
||||||
|
literal.c
|
||||||
|
macro.c
|
||||||
macro.c
|
macro.c
|
||||||
macro.h
|
macro.h
|
||||||
messages.c
|
messages.c
|
||||||
|
messages.c
|
||||||
obj.h
|
obj.h
|
||||||
output-file.c
|
output-file.c
|
||||||
|
output-file.c
|
||||||
output-file.h
|
output-file.h
|
||||||
read.c
|
read.c
|
||||||
|
read.c
|
||||||
read.h
|
read.h
|
||||||
sb.c
|
sb.c
|
||||||
|
sb.c
|
||||||
sb.h
|
sb.h
|
||||||
stabs.c
|
stabs.c
|
||||||
|
stabs.c
|
||||||
struc-symbol.h
|
struc-symbol.h
|
||||||
subsegs.c
|
subsegs.c
|
||||||
|
subsegs.c
|
||||||
subsegs.h
|
subsegs.h
|
||||||
symbols.c
|
symbols.c
|
||||||
|
symbols.c
|
||||||
symbols.h
|
symbols.h
|
||||||
tc.h
|
tc.h
|
||||||
write.c
|
write.c
|
||||||
|
write.c
|
||||||
write.h
|
write.h
|
||||||
testsuite/gas/all/itbl-test.c
|
|
||||||
testsuite/gas/mips/elf_e_flags.c
|
|
||||||
testsuite/gas/tic80/relocs1.c
|
|
||||||
testsuite/gas/tic80/relocs2.c
|
|
||||||
|
|
4569
gas/po/gas.pot
4569
gas/po/gas.pot
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue