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
441
gas/configure
vendored
441
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)
|
||||
|
||||
TAR = tar
|
||||
TAR = gtar
|
||||
GZIP_ENV = --best
|
||||
all: all-redirect
|
||||
.SUFFIXES:
|
||||
|
|
|
@ -1,16 +1,22 @@
|
|||
config/tc-hppa.c
|
||||
config/tc-m32r.c
|
||||
config/aout_gnu.h
|
||||
config/atof-ieee.c
|
||||
config/atof-tahoe.c
|
||||
config/atof-vax.c
|
||||
app.c
|
||||
app.c
|
||||
as.c
|
||||
as.c
|
||||
as.h
|
||||
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-i386elf.c
|
||||
config/e-mipsecoff.c
|
||||
config/e-mipself.c
|
||||
config/itbl-mips.h
|
||||
config/m68k-parse.h
|
||||
config/m88k-opcode.h
|
||||
config/obj-aout.c
|
||||
config/obj-aout.h
|
||||
config/obj-bout.c
|
||||
|
@ -23,14 +29,10 @@ config/obj-elf.c
|
|||
config/obj-elf.h
|
||||
config/obj-evax.c
|
||||
config/obj-evax.h
|
||||
config/obj-generic.c
|
||||
config/obj-generic.h
|
||||
config/obj-hp300.c
|
||||
config/obj-hp300.h
|
||||
config/obj-ieee.c
|
||||
config/obj-ieee.h
|
||||
config/obj-multi.c
|
||||
config/obj-multi.h
|
||||
config/obj-som.c
|
||||
config/obj-som.h
|
||||
config/obj-vms.c
|
||||
|
@ -47,16 +49,11 @@ config/tc-d10v.c
|
|||
config/tc-d10v.h
|
||||
config/tc-d30v.c
|
||||
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.h
|
||||
config/tc-h8500.c
|
||||
config/tc-h8500.h
|
||||
config/tc-mips.c
|
||||
config/tc-hppa.c
|
||||
config/tc-hppa.h
|
||||
config/tc-i386.c
|
||||
config/tc-i386.h
|
||||
|
@ -64,17 +61,19 @@ config/tc-i860.c
|
|||
config/tc-i860.h
|
||||
config/tc-i960.c
|
||||
config/tc-i960.h
|
||||
config/tc-mn10300.c
|
||||
config/tc-m32r.c
|
||||
config/tc-m32r.h
|
||||
config/tc-m68851.h
|
||||
config/tc-m68k.c
|
||||
config/tc-m68k.h
|
||||
config/tc-m88k.c
|
||||
config/tc-m88k.h
|
||||
config/tc-mcore.c
|
||||
config/tc-mcore.h
|
||||
config/tc-mips.c
|
||||
config/tc-mips.h
|
||||
config/tc-mn10200.c
|
||||
config/tc-mn10200.h
|
||||
config/tc-mn10300.c
|
||||
config/tc-mn10300.h
|
||||
config/tc-ns32k.c
|
||||
config/tc-ns32k.h
|
||||
|
@ -98,96 +97,72 @@ config/tc-w65.c
|
|||
config/tc-w65.h
|
||||
config/tc-z8k.c
|
||||
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
|
||||
dwarf2dbg.c
|
||||
dwarf2dbg.c
|
||||
dwarf2dbg.h
|
||||
ecoff.c
|
||||
ecoff.c
|
||||
ecoff.h
|
||||
ehopt.c
|
||||
ehopt.c
|
||||
emul-target.h
|
||||
emul.h
|
||||
expr.c
|
||||
expr.c
|
||||
expr.h
|
||||
flonum-copy.c
|
||||
flonum-copy.c
|
||||
flonum-konst.c
|
||||
flonum-konst.c
|
||||
flonum-mult.c
|
||||
flonum-mult.c
|
||||
flonum.h
|
||||
frags.c
|
||||
frags.c
|
||||
frags.h
|
||||
gasp.c
|
||||
hash.c
|
||||
hash.c
|
||||
hash.h
|
||||
input-file.c
|
||||
input-file.c
|
||||
input-file.h
|
||||
input-scrub.c
|
||||
input-scrub.c
|
||||
itbl-ops.c
|
||||
itbl-ops.h
|
||||
listing.c
|
||||
listing.c
|
||||
listing.h
|
||||
literal.c
|
||||
literal.c
|
||||
macro.c
|
||||
macro.c
|
||||
macro.h
|
||||
messages.c
|
||||
messages.c
|
||||
obj.h
|
||||
output-file.c
|
||||
output-file.c
|
||||
output-file.h
|
||||
read.c
|
||||
read.c
|
||||
read.h
|
||||
sb.c
|
||||
sb.c
|
||||
sb.h
|
||||
stabs.c
|
||||
stabs.c
|
||||
struc-symbol.h
|
||||
subsegs.c
|
||||
subsegs.c
|
||||
subsegs.h
|
||||
symbols.c
|
||||
symbols.c
|
||||
symbols.h
|
||||
tc.h
|
||||
write.c
|
||||
write.c
|
||||
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