1999-05-03 15:29:11 +08:00
|
|
|
## Process this file with automake to generate Makefile.in
|
|
|
|
|
|
|
|
## Work around apparent automake bug.
|
|
|
|
INTLLIBS = @INTLLIBS@
|
|
|
|
|
2004-01-06 06:16:05 +08:00
|
|
|
AUTOMAKE_OPTIONS = 1.8 cygnus dejagnu
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
SUBDIRS = doc po
|
2004-05-07 14:23:54 +08:00
|
|
|
# Automake should figure this out on its own. It doesn't, because
|
|
|
|
# of the "cygnus" option. But distclean still wants it.
|
|
|
|
DIST_SUBDIRS = $(SUBDIRS)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
tooldir = $(exec_prefix)/$(target_alias)
|
|
|
|
|
2000-04-19 10:51:55 +08:00
|
|
|
YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo @YACC@ ; fi`
|
|
|
|
LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo @LEX@ ; fi`
|
1999-05-03 15:29:11 +08:00
|
|
|
|
2000-04-09 20:17:43 +08:00
|
|
|
WARN_CFLAGS = @WARN_CFLAGS@
|
2005-04-14 13:26:44 +08:00
|
|
|
NO_WERROR = @NO_WERROR@
|
2000-04-09 20:17:43 +08:00
|
|
|
AM_CFLAGS = $(WARN_CFLAGS)
|
|
|
|
|
2000-04-04 18:53:56 +08:00
|
|
|
MKDEP = gcc -MM
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
TARG_CPU = @target_cpu_type@
|
|
|
|
TARG_CPU_C = $(srcdir)/config/tc-@target_cpu_type@.c
|
|
|
|
TARG_CPU_O = tc-@target_cpu_type@.o
|
|
|
|
TARG_CPU_H = $(srcdir)/config/tc-@target_cpu_type@.h
|
|
|
|
OBJ_FORMAT_C = $(srcdir)/config/obj-@obj_format@.c
|
|
|
|
OBJ_FORMAT_O = obj-@obj_format@.o
|
|
|
|
OBJ_FORMAT_H = $(srcdir)/config/obj-@obj_format@.h
|
|
|
|
TARG_ENV_H = $(srcdir)/config/te-@te_file@.h
|
|
|
|
ATOF_TARG_C = $(srcdir)/config/atof-@atof@.c
|
|
|
|
ATOF_TARG_O = atof-@atof@.o
|
|
|
|
|
|
|
|
# use @target_cpu_type@ for refering to configured target name
|
|
|
|
IT_HDRS=itbl-parse.h $(srcdir)/itbl-ops.h
|
|
|
|
IT_SRCS=itbl-parse.c itbl-lex.c $(srcdir)/itbl-ops.c
|
|
|
|
IT_DEPS=$(srcdir)/itbl-parse.y $(srcdir)/itbl-lex.l $(srcdir)/config/itbl-@target_cpu_type@.h
|
|
|
|
IT_OBJS=itbl-parse.o itbl-lex.o itbl-ops.o
|
|
|
|
|
|
|
|
# CPU types. This is only used for dependency information.
|
|
|
|
|
|
|
|
CPU_TYPES = \
|
|
|
|
a29k \
|
|
|
|
alpha \
|
|
|
|
arc \
|
|
|
|
arm \
|
2000-04-10 04:25:17 +08:00
|
|
|
avr \
|
2000-07-21 01:45:28 +08:00
|
|
|
cris \
|
2004-07-08 01:28:53 +08:00
|
|
|
crx \
|
1999-05-03 15:29:11 +08:00
|
|
|
d10v \
|
|
|
|
d30v \
|
2002-05-28 22:08:47 +08:00
|
|
|
dlx \
|
1999-05-03 15:29:11 +08:00
|
|
|
fr30 \
|
2002-06-19 05:15:21 +08:00
|
|
|
frv \
|
1999-05-03 15:29:11 +08:00
|
|
|
h8300 \
|
|
|
|
h8500 \
|
|
|
|
hppa \
|
2000-04-22 04:22:24 +08:00
|
|
|
ia64 \
|
2000-02-23 21:52:23 +08:00
|
|
|
i370 \
|
1999-05-03 15:29:11 +08:00
|
|
|
i386 \
|
|
|
|
i860 \
|
|
|
|
i960 \
|
2002-07-19 15:52:40 +08:00
|
|
|
ip2k \
|
1999-05-03 15:29:11 +08:00
|
|
|
m32r \
|
2000-06-19 09:22:44 +08:00
|
|
|
m68hc11 \
|
1999-05-03 15:29:11 +08:00
|
|
|
m68k \
|
|
|
|
m88k \
|
|
|
|
mcore \
|
|
|
|
mips \
|
2001-10-30 23:20:14 +08:00
|
|
|
mmix \
|
1999-05-03 15:29:11 +08:00
|
|
|
mn10200 \
|
|
|
|
mn10300 \
|
2002-12-31 03:25:13 +08:00
|
|
|
msp430 \
|
1999-05-03 15:29:11 +08:00
|
|
|
ns32k \
|
2001-05-03 02:14:31 +08:00
|
|
|
openrisc \
|
2002-02-01 01:33:08 +08:00
|
|
|
or32 \
|
2001-02-19 07:33:11 +08:00
|
|
|
pdp11 \
|
1999-09-05 01:29:22 +08:00
|
|
|
pj \
|
1999-05-03 15:29:11 +08:00
|
|
|
ppc \
|
2001-02-10 08:58:38 +08:00
|
|
|
s390 \
|
1999-05-03 15:29:11 +08:00
|
|
|
sh \
|
2002-03-18 20:46:27 +08:00
|
|
|
sh64 \
|
1999-05-03 15:29:11 +08:00
|
|
|
sparc \
|
|
|
|
tahoe \
|
|
|
|
tic30 \
|
2002-11-11 22:58:49 +08:00
|
|
|
tic4x \
|
2000-06-20 21:52:32 +08:00
|
|
|
tic54x \
|
1999-05-03 15:29:11 +08:00
|
|
|
tic80 \
|
|
|
|
vax \
|
|
|
|
w65 \
|
|
|
|
v850 \
|
2001-12-08 11:46:03 +08:00
|
|
|
xstormy16 \
|
2003-04-01 23:50:31 +08:00
|
|
|
xtensa \
|
1999-05-03 15:29:11 +08:00
|
|
|
z8k
|
|
|
|
|
|
|
|
# Object format types. This is only used for dependency information.
|
2001-06-08 14:07:13 +08:00
|
|
|
# We deliberately omit SOM, since it does not work as a cross assembler.
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
OBJ_FORMATS = \
|
|
|
|
aout \
|
|
|
|
bout \
|
|
|
|
coff \
|
|
|
|
ecoff \
|
|
|
|
elf \
|
|
|
|
evax \
|
|
|
|
hp300 \
|
|
|
|
ieee \
|
|
|
|
vms
|
|
|
|
|
|
|
|
# This is an sh case which sets valid according to whether the CPU
|
|
|
|
# type in the shell variable c and the OS type in the shell variable o
|
|
|
|
# are supported. This helps cuts down on the amount of dependency
|
|
|
|
# information.
|
|
|
|
|
|
|
|
CPU_OBJ_VALID = \
|
|
|
|
valid= ; \
|
|
|
|
case $$o in \
|
|
|
|
aout) \
|
|
|
|
case $$c in \
|
2004-04-11 12:07:46 +08:00
|
|
|
a29k | arm | cris | i386 | m68k | ns32k | pdp11 | sparc | tahoe | tic30 | vax) \
|
1999-05-03 15:29:11 +08:00
|
|
|
valid=yes ;; \
|
|
|
|
esac ;; \
|
|
|
|
bout) \
|
|
|
|
case $$c in \
|
|
|
|
i960) valid=yes ;; \
|
|
|
|
esac ;; \
|
2000-11-29 04:13:07 +08:00
|
|
|
coff) valid=yes; \
|
|
|
|
case $$c in \
|
2002-10-14 20:08:47 +08:00
|
|
|
cris | i860 | mmix | sh64) \
|
2000-11-29 04:13:07 +08:00
|
|
|
valid= ;; \
|
|
|
|
esac ;; \
|
1999-05-03 15:29:11 +08:00
|
|
|
ecoff) \
|
|
|
|
case $$c in \
|
|
|
|
mips | alpha) valid=yes ;; \
|
|
|
|
esac ;; \
|
|
|
|
elf) valid=yes ;; \
|
|
|
|
evax) \
|
|
|
|
case $$c in \
|
|
|
|
alpha) valid=yes ;; \
|
|
|
|
esac ;; \
|
|
|
|
hp300) \
|
|
|
|
case $$c in \
|
|
|
|
m68k) valid=yes ;; \
|
|
|
|
esac ;; \
|
|
|
|
vms) \
|
|
|
|
case $$c in \
|
|
|
|
vax) valid=yes ;; \
|
|
|
|
esac ;; \
|
|
|
|
esac;
|
|
|
|
|
2000-04-19 17:28:52 +08:00
|
|
|
# These are like CPU_TYPES and CPU_OBJ_VALID, for the obj=multi case.
|
1999-05-03 15:29:11 +08:00
|
|
|
|
2000-07-21 01:45:28 +08:00
|
|
|
MULTI_CPU_TYPES = i386 mips cris
|
2000-04-19 17:28:52 +08:00
|
|
|
|
|
|
|
MULTI_CPU_OBJ_VALID = \
|
1999-05-03 15:29:11 +08:00
|
|
|
valid= ; \
|
2000-04-19 17:28:52 +08:00
|
|
|
case $$o in \
|
|
|
|
aout) \
|
|
|
|
case $$c in \
|
2000-07-21 01:45:28 +08:00
|
|
|
i386 | cris) valid=yes ;; \
|
|
|
|
esac ;; \
|
|
|
|
coff) \
|
|
|
|
case $$c in \
|
|
|
|
i386 | mips) valid=yes ;; \
|
2000-04-19 17:28:52 +08:00
|
|
|
esac ;; \
|
|
|
|
ecoff) \
|
|
|
|
case $$c in \
|
|
|
|
mips) valid=yes ;; \
|
|
|
|
esac ;; \
|
|
|
|
elf) valid=yes ;; \
|
1999-05-03 15:29:11 +08:00
|
|
|
esac;
|
|
|
|
|
|
|
|
# Regular source files.
|
|
|
|
|
|
|
|
GAS_CFILES = \
|
|
|
|
app.c \
|
|
|
|
as.c \
|
|
|
|
atof-generic.c \
|
|
|
|
cond.c \
|
|
|
|
depend.c \
|
1999-06-03 10:51:53 +08:00
|
|
|
dwarf2dbg.c \
|
2003-05-20 15:58:07 +08:00
|
|
|
dw2gencfi.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
ecoff.c \
|
|
|
|
ehopt.c \
|
|
|
|
expr.c \
|
|
|
|
flonum-copy.c \
|
|
|
|
flonum-konst.c \
|
|
|
|
flonum-mult.c \
|
|
|
|
frags.c \
|
|
|
|
hash.c \
|
|
|
|
input-file.c \
|
|
|
|
input-scrub.c \
|
|
|
|
listing.c \
|
|
|
|
literal.c \
|
|
|
|
macro.c \
|
|
|
|
messages.c \
|
|
|
|
output-file.c \
|
|
|
|
read.c \
|
|
|
|
sb.c \
|
|
|
|
stabs.c \
|
|
|
|
subsegs.c \
|
|
|
|
symbols.c \
|
|
|
|
write.c
|
|
|
|
|
2002-12-02 23:42:15 +08:00
|
|
|
CFILES = $(GAS_CFILES) itbl-ops.c
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
HFILES = \
|
|
|
|
as.h \
|
|
|
|
asintl.h \
|
|
|
|
bignum.h \
|
|
|
|
bit_fix.h \
|
|
|
|
cgen.h \
|
1999-06-03 10:51:53 +08:00
|
|
|
dwarf2dbg.h \
|
2003-05-20 15:58:07 +08:00
|
|
|
dw2gencfi.h \
|
1999-05-03 15:29:11 +08:00
|
|
|
ecoff.h \
|
|
|
|
emul-target.h \
|
|
|
|
emul.h \
|
|
|
|
expr.h \
|
|
|
|
flonum.h \
|
|
|
|
frags.h \
|
|
|
|
hash.h \
|
|
|
|
input-file.h \
|
2005-02-21 19:49:31 +08:00
|
|
|
itbl-lex.h \
|
1999-05-03 15:29:11 +08:00
|
|
|
itbl-ops.h \
|
|
|
|
listing.h \
|
|
|
|
macro.h \
|
|
|
|
obj.h \
|
|
|
|
output-file.h \
|
|
|
|
read.h \
|
|
|
|
sb.h \
|
|
|
|
struc-symbol.h \
|
|
|
|
subsegs.h \
|
|
|
|
symbols.h \
|
|
|
|
tc.h \
|
|
|
|
write.h
|
|
|
|
|
|
|
|
# CPU files in config.
|
|
|
|
|
|
|
|
TARGET_CPU_CFILES = \
|
|
|
|
config/tc-a29k.c \
|
|
|
|
config/tc-alpha.c \
|
|
|
|
config/tc-arc.c \
|
|
|
|
config/tc-arm.c \
|
2000-04-10 04:25:17 +08:00
|
|
|
config/tc-avr.c \
|
2000-07-21 01:45:28 +08:00
|
|
|
config/tc-cris.c \
|
2004-07-08 01:28:53 +08:00
|
|
|
config/tc-crx.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
config/tc-d10v.c \
|
|
|
|
config/tc-d30v.c \
|
2002-05-28 22:08:47 +08:00
|
|
|
config/tc-dlx.c \
|
1999-06-07 10:58:53 +08:00
|
|
|
config/tc-fr30.c \
|
2002-06-19 05:15:21 +08:00
|
|
|
config/tc-frv.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
config/tc-h8300.c \
|
|
|
|
config/tc-h8500.c \
|
|
|
|
config/tc-hppa.c \
|
2000-04-22 04:22:24 +08:00
|
|
|
config/tc-ia64.c \
|
2000-02-23 21:52:23 +08:00
|
|
|
config/tc-i370.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
config/tc-i386.c \
|
|
|
|
config/tc-i860.c \
|
|
|
|
config/tc-i960.c \
|
2002-07-19 15:52:40 +08:00
|
|
|
config/tc-ip2k.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
config/tc-m32r.c \
|
2000-06-19 09:22:44 +08:00
|
|
|
config/tc-m68hc11.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
config/tc-m68k.c \
|
|
|
|
config/tc-m88k.c \
|
|
|
|
config/tc-mcore.c \
|
|
|
|
config/tc-mips.c \
|
2001-10-30 23:20:14 +08:00
|
|
|
config/tc-mmix.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
config/tc-mn10200.c \
|
|
|
|
config/tc-mn10300.c \
|
2002-12-31 03:25:13 +08:00
|
|
|
config/tc-msp430.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
config/tc-ns32k.c \
|
2001-05-03 02:14:31 +08:00
|
|
|
config/tc-openrisc.c \
|
2002-02-01 01:33:08 +08:00
|
|
|
config/tc-or32.c \
|
2001-02-19 07:33:11 +08:00
|
|
|
config/tc-pdp11.c \
|
1999-09-05 01:29:22 +08:00
|
|
|
config/tc-pj.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
config/tc-ppc.c \
|
2001-02-10 08:58:38 +08:00
|
|
|
config/tc-s390.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
config/tc-sh.c \
|
Contribute sh64-elf.
2002-02-08 Alexandre Oliva <aoliva@redhat.com>
Stephen Clarke <Stephen.Clarke@st.com>
* doc/c-sh64.texi: Fix citation of SH64 architecture manual.
2002-01-31 Alexandre Oliva <aoliva@redhat.com>
* config/tc-sh.c (md_relax_table): Added default sizes for
non-PC-relative UNDEF_MOVI, and relaxation sequences for
MOVI_16, MOVI_32 and MOVI_48.
* config/tc-sh64.c (shmedia_md_apply_fix3): Fix warning.
(shmedia_md_convert_frag): Handle non-PC-relative UNDEF_MOVI
and MOVI_16.
(shmedia_md_estimate_size_before_relax): Remove redundant
blocks. Set fragP->fr_var even if relaxation type unchanged.
Retain UNDEF_MOVI until expression decays to number.
2002-01-24 Alexandre Oliva <aoliva@redhat.com>
* config/tc-sh64.c (shmedia_init_reloc): Handle new SHmedia PIC
relocation types. Take fixP->fx_addnumber into account too.
(shmedia_md_apply_fix): Likewise.
(shmedia_md_convert_frag): Likewise.
(shmedia_build_Mytes): Likewise.
(sh64_consume_datalabel): Complain about nested datalabel.
Support PIC relocs. Call sh_parse_name.
* config/tc-sh64.h (TC_RELOC_RTSYM_LOC_FIXUP): Extend definition
in tc-sh.h to SHmedia reloc types.
* config/tc-sh.c (SH64PCRELPLT, MOVI_PLT, MOVI_GOTOFF,
MOVI_GOTPC): New relaxation constants.
(md_relax_table): Introduce relaxation directives for PIC-related
constants.
(sh_PIC_related_p): Handle datalabel.
(sh_check_fixup): Choose SH5 PIC relocations.
(sh_cons_fix_new): Added BDF_RELOC_64.
(md_apply_fix3, sh_parse_name): Handle GOTPLT.
2002-01-18 Alexandre Oliva <aoliva@redhat.com>
* config/tc-sh64.c (sh64_max_mem_for_rs_align_code): If the
current ISA is SHmedia, get 7 bytes.
2001-11-28 Nick Clifton <nickc@cambridge.redhat.com>
* config/tc-sh.c (md_apply_fix3): Treat shmedia_md_apply_fix3 as a
void function.
* config/tc-sh64.c (shmedia_apply_fix): Rename to
shmedia_apply_fix3 and make void.
2001-05-17 Alexandre Oliva <aoliva@redhat.com>
* config/tc-sh64.c (s_sh64_abi): Remove unused arguments passed to
as_bad.
2001-04-12 Alexandre Oliva <aoliva@redhat.com>
* config/tc-sh64.h (md_parse_name): Take &c as argument.
2001-03-14 DJ Delorie <dj@redhat.com>
* doc/Makefile.am (CPU_DOCS): Added c-sh64.texi
* doc/Makefile.in(CPU_DOCS): Ditto.
* doc/c-sh64.texi: New file.
* doc/as.texinfo: Add SH64 support.
2001-03-13 DJ Delorie <dj@redhat.com>
* config/tc-sh64.c (shmedia_get_operands): Rename A_RESV_Fx to
A_REUSE_PREV so that its purpose is more obvious.
(shmedia_build_Mytes): Ditto.
2001-03-07 DJ Delorie <dj@redhat.com>
* config/tc-sh64.c (sh64_vtable_entry): New, strip datalabels
before processing.
(sh64_vtable_inherit): Ditto.
(strip_datalabels): New, strip "datalabel" from given line.
* config/tc-sh.c (md_pseudo_table): Add sh64-specific vtable
pseudos.
2001-03-06 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.c (shmedia_md_assemble): Move dwarf2_emit_insn
call ...
(shmedia_build_Mytes): ... to here.
2001-03-06 DJ Delorie <dj@redhat.com>
* config/tc-sh.c: Remove sh64-specific uaquad now that there
is a generic one.
2001-01-21 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.h (DWARF2_LINE_MIN_INSN_LENGTH): Override.
* config/tc-sh64.c (shmedia_md_assemble): Offset recorded insn
address by one in call to dwarf2_emit_insn.
2001-01-13 Hans-Peter Nilsson <hpn@cygnus.com>
Implement ".abi" pseudo and correct .cranges descriptors. Correct
alignment handling broken by imported changes.
* config/tc-sh64.h (HANDLE_ALIGN): Override definition in tc-sh.h.
(sh64_handle_align): Declare.
(MAX_MEM_FOR_RS_ALIGN_CODE): Override definition in tc-sh.h.
(sh64_max_mem_for_rs_align_code): Declare.
(enum sh64_isa_values): Moved here from tc-sh64.c.
(md_do_align): Define.
(sh64_do_align): Declare.
(struct sh64_tc_frag_data): New.
(TC_FRAG_TYPE): Change to struct sh64_tc_frag_data. Users
changed.
(TC_FRAG_INIT): Change to set new datatype.
(struct sh64_segment_info_type): Rename member
last_flushed_location to last_contents_mark. All users changed.
(md_elf_section_change_hook, TC_CONS_FIX_NEW): Do not define.
(shmedia_elf_new_section, sh64_tc_cons_fix_new): Do not prototype.
* config/tc-sh.c (md_pseudo_table): Add ".abi".
(sh_elf_cons) [HAVE_SH64]: Call sh64_update_contents_mark instead
of unsetting seen_insn.
(md_assemble) [HAVE_SH64] <before new SHcompact sequence>: Also
call sh64_update_contents_mark.
(sh_handle_align): Remove HAVE_SH64-conditioned code.
* config/tc-sh64.c (sh64_isa_mode): Correct type from boolean to
enum sh64_isa_values.
(sh64_set_contents_type): Drop segT parameter. All callers changed.
(emitting_crange): Boolean guard moved to file scope from function
scope in sh64_set_contents_type.
(s_sh64_abi): New.
(sh64_update_contents_mark): New; most split out from
sh64_flush_pending_output.
(shmedia_md_end): Call sh64_update_contents_mark. Set
sh64_isa_mode to sh64_isa_sh5_guard unless sh64_isa_unspecified.
(sh64_do_align): New function.
(sh64_max_mem_for_rs_align_code): New function.
(sh64_handle_align): Rename from shmedia_do_align. Make
non-static. Add head comment. Emit zero bytes for n bytes modulo
four. Change return-type to void.
(shmedia_elf_new_section): Remove.
(shmedia_md_assemble): Call sh64_update_contents_mark.
(s_sh64_mode): Ditto. Do not call md_flush_pending_output. Make
new frag. Call sh64_update_contents_mark after making the new
frag.
(sh64_flush_pending_output): Just call sh64_update_contents_mark
and sh_flush_pending_output.
(sh64_flag_output): Also call md_flush_pending_output, but add
condition on not emitting_crange.
(sh64_tc_cons_fix_new): Remove.
2001-01-12 Nick Clifton <nickc@redhat.com>
* config/tc-sh64.c (shmedia_do_align): Fix to work with new
alignment handling scheme imported from sourceware.
2001-01-12 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.h (TARGET_FORMAT): Define.
(sh64_target_format): Prototype.
* config/tc-sh64.c (sh64_target_mach): New function.
2001-01-07 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.c (shmedia_md_end): When equating a symbol, use
zero_address_frag instead of copying the frag of the symbol.
(shmedia_frob_file_before_adjust): Ditto.
(shmedia_md_apply_fix) <case BFD_RELOC_SH_IMM_MEDLOW16>: Cast mask
to valueT to remove signedness.
(shmedia_md_convert_frag): Add parameter final. Rename parameter
headers to output_bfd. Do not evaluate symbols if final is false;
do emit fixups.
(shmedia_md_estimate_size_before_relax) <case C (MOVI_IMM_32,
UNDEF_MOVI) et al>: If symbol cannot be modified to be PC-relative
to the current frag, call shmedia_md_convert_frag to emit fixups
and make frag_wane neutralize the frag. Update comments.
* config/tc-sh.c (md_convert_frag): Change caller of
shmedia_md_convert_frag.
2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.h: Tweak comments and correct formatting.
* config/tc-sh64.c: Ditto.
(shmedia_md_convert_frag) <PT/PTA/PTB 32, 48 and 64 bit
expansion, MOVI pcrel expansion>: Fix thinko calculating offset
for the no-relocation case.
(shmedia_check_limits): Fix range check being off-by-one for PTA.
* config/tc-sh.c: Ditto. Add proper comments to #ifdef/#ifndef
wrappers.
(SH64PCREL16_F): Increment for proper max-PTA handling. Update
comment.
(SH64PCREL16_M, MOVI_16_M): Correct range thinko.
(SH64PCREL48_M, MOVI_48_M): Similar; don't count in length of
expansion.
(SH64PCREL32_M, MOVI_32_M): Ditto; handle overflowing expression.
Correct comment.
2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.c (shmedia_md_apply_fix) <second switch, case
BFD_RELOC_SH_PT_16>: Set lowest bit in field to be relocated to 1.
(shmedia_md_convert_frag) <case C (SH64PCREL16_32, SH64PCREL16) et
al>: Set lowest bit of field to relocate to 1 and rest to empty,
if reloc is emitted.
2000-12-31 Hans-Peter Nilsson <hpn@cygnus.com>
New options plus bugfixes.
* config/tc-sh.c (md_longopts): New options "-no-expand" and
"-expand-pt32".
(md_parse_option): Handle new options.
(md_show_usage): Add blurb for new options.
* config/tc-sh64.c (SHMEDIA_BFD_RELOC_PT): New macro.
(sh64_expand, sh64_pt32): New variables.
(shmedia_init_reloc): Handle BFD_RELOC_SH_PT_16.
(shmedia_md_apply_fix): Hold original fixP->fx_r_type in
orig_fx_r_type. Change SHMEDIA_BFD_RELOC_PT into
BFD_RELOC_SH_PT_16. Handle BFD_RELOC_SH_PT_16 as pc-relative.
<resolved previously-pc-relative relocs>: Handle
SHMEDIA_BFD_RELOC_PT and BFD_RELOC_SH_PT_16.
(shmedia_md_convert_frag) <case C (SH64PCREL16PT_64, SH64PCREL16),
case C (SH64PCREL16PT_32, SH64PCREL16)>: Modify to PTB if operand
points to SHcompact code.
<case C (SH64PCREL16_32, SH64PCREL16), case C (SH64PCREL16_64,
SH64PCREL16)>: Check that ISA of what operand points at and
PTA/PTB matches, or emit error.
(shmedia_check_limits): Handle BFD_RELOC_SH_PT_16 and
SHMEDIA_BFD_RELOC_PT.
(shmedia_immediate_op): If pcrel, emit fixup also for constant
operand.
(shmedia_build_Mytes) <case A_IMMS16>: Also check sh64_expand in
condition for MOVI expansion.
<case A_PCIMMS16BY4>: Handle expansion to 32 bits only, if
sh64_pt32. Emit only a BFD_RELOC_SH_PT_16 fixup if not
sh64_expand.
<case A_PCIMMS16BY4_PT>: Likewise, but emit a SHMEDIA_BFD_RELOC_PT
fixup.
(sh64_target_format): Error-check setting of sh64_pt32 and
sh64_expand. Fix typo in check for sh64_shcompact_const_crange.
(shmedia_md_pcrel_from_section): Handle BFD_RELOC_SH_PT_16 and
SHMEDIA_BFD_RELOC_PT as coming from SHmedia code.
2000-12-31 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.c: Improve comments.
(shmedia_md_convert_frag): Remove inactive is_pt_variant code. Do
not say the linker will check correctness of PTA/PTB expansion.
(shmedia_md_end): Make non-static.
* config/tc-sh64.h (md_end): Define to shmedia_md_end. Add
prototype.
* config/tc-sh.c (sh_finalize): Remove.
* config/tc-sh.h (md_end): Do not define.
Remove prototype for sh_finalize.
2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.c (shmedia_frob_section_type): Use a struct
sh64_section_data container when storing section type in tdata
field in elf_section_data.
* config/tc-sh.c (sh_elf_final_processing): Change from EF_SH64 to
EF_SH5.
* Makefile.am: Update dependencies.
* Makefile.in: Regenerate.
2000-12-22 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.c (shmedia_md_assemble): Don't protect
dwarf2_emit_insn call with test on debug_type.
2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.c (sh64_set_contents_type): Make contents-type
CRT_SH5_ISA32 sticky for 64-bit.
2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
Generate .crange sections when switching ISA mode or emitting
constants in same section as code.
* config/tc-sh64.c: Reformat structure definitions.
(sh64_end_of_assembly, sh64_mix, sh64_shcompact_const_crange): New
variables.
(sh64_set_contents_type): Rename from sh64_init_section. Rewrite
to emit a .cranges descriptor when contents type changes. Only
emit error if changing contents type and -no-mix is in effect.
(sh64_emit_crange, sh64_flush_last_crange, sh64_flag_output,
sh64_flush_pending_output, sh64_tc_cons_fix_new): New functions.
(shmedia_md_end): Set sh64_end_of_assembly. Pass
sh64_flush_last_crange over sections.
When checking main symbol of datalabel symbol, check for
STO_SH5_ISA32, not ISA type of section in definition.
(shmedia_frob_file_before_adjust): Check main symbol for
STO_SH5_ISA32; don't check ISA type of section in definition.
(shmedia_frob_section_type): Adjust for .cranges; set section flag
to SHF_SH5_ISA32_MIXED or SHF_SH5_ISA32 according to whether
.cranges entries have been output.
(shmedia_elf_new_section): Just call md_flush_pending_output.
(shmedia_md_assemble): Do not emit a BFD_RELOC_SH_SHMEDIA_CODE
fix. Do not set tc_segment_info_data.in_code for section. Call
sh64_set_contents_type for SHmedia code.
(s_sh64_mode): Do not call sh64_init_section or set seen_insn to
false. Call md_flush_pending_output.
(sh64_target_format): Check that -no-mix and
-shcompact-const-crange are used in sane combination with other
options.
(shmedia_md_pcrel_from_section): Check type of fix for how to
adjust pc-relative.
(sh64_consume_datalabel): Check symbol for having STO_SH5_ISA32,
not ISA type of section in definition.
* config/tc-sh64.h (struct sh64_segment_info_type): Rewrite to
hold contents-type state.
(md_flush_pending_output): Redefine to sh64_flush_pending_output.
(sh64_flush_pending_output): Declare.
(TC_CONS_FIX_NEW): Define to sh64_tc_cons_fix_new.
(sh64_tc_cons_fix_new): Declare.
* config/tc-sh.c (sh_elf_cons) [HAVE_SH64]: Unset seen_insn and
call sh64_flag_output.
(md_assemble) [HAVE_SH64]: Do not emit BFD_RELOC_SH_CODE. Just
call sh64_set_contents_type to mark SHcompact code and set
seen_insn.
(md_longopts): New options "-no-mix" and
"-shcompact-const-crange".
(md_parse_option): Handle new options.
(md_show_usage): Add blurb for new options.
(md_number_to_chars) [HAVE_SH64]: Call sh64_flag_output.
2000-12-15 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.c: Delete investigated and obsolete fixme:s.
(sh64_last_insn_frag): New.
(shmedia_md_convert_frag): Use tc_frag_data field of incoming frag
to get frag for insn opcode for generating fixups; do not assume it
is the same frag.
(shmedia_build_Mytes): Set sh64_last_insn_frag after growing frag
for new insn.
* config/tc-sh64.h (ELF_TC_SPECIAL_SECTIONS): Define for .cranges
section.
(TC_FRAG_TYPE): Define as fragS *.
(TC_FRAG_INIT): Define to set tc_frag_data to sh64_last_insn_frag.
(sh64_last_insn_frag): Declare.
(sh64_consume_datalabel): Fix typo; check for seginfo != NULL,
not == NULL before dereferencing.
2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
Get rid of BFD section flag and EF_SH64_ABI64.
* config/tc-sh64.c (shmedia_frob_section_type): Use
elf_section_data (sec)->tdata, not a specific BFD section flag, to
communicate the section as containing SHmedia code. Describe why.
* config/tc-sh.c (sh_elf_final_processing): Tweak comment. Set
EF_SH64 regardless of ABI.
* config/tc-sh64.c (shmedia_md_apply_fix): Decapitalize "invalid"
in error message. Handle resolved expressions for
BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
BFD_RELOC_SH_IMMS10BY4 and BFD_RELOC_64.
(shmedia_check_limits): Handle BFD_RELOC_64.
(sh64_adjust_symtab): Do not decrement the GAS symbol value for
a STO_SH5_ISA32 symbol, only the BFD value.
2000-12-11 Ben Elliston <bje@redhat.com>
* config/tc-sh64.c: Call dwarf2_emit_insn, not the defunct
dwarf2_generate_asm_lineno.
2000-12-11 Hans-Peter Nilsson <hpn@cygnus.com>
Handle PC-relative MOVI expansions with assembler relaxation.
Generate PC-relative relocs from 16-bit PC-relative expressions.
* config/tc-sh64.c (SHMEDIA_MD_PCREL_FROM_FIX): Break out from...
(shmedia_md_pcrel_from_section): ...here.
(shmedia_md_apply_fix): Handle fixups for 16-bit operands that has
turned completely resolved. Adjust relocation type for 16-bit
immediate operands that has turned PC-relative. Adjust back for
MD_PCREL_FROM_SECTION being applied twice.
(shmedia_md_convert_frag): Always emit reloc for expression with
global or weak symbol. Handle relaxation result for PC-relative
expressions.
(shmedia_md_estimate_size_before_relax): An expression with a weak
or global symbol can not be relaxed. Break out tests for
relaxable symbol into variable sym_relaxable.
<cases C (MOVI_IMM_64, UNDEF_MOVI) and C (MOVI_IMM_32,
UNDEF_MOVI)>: Break out any PC-relative expression and change
relaxation type.
(shmedia_build_Mytes): CSE &operands->operands[j] into variable
opjp.
<case A_IMMS16>: Fix typo for initial minor relaxation type of
MOVI expansion. If X_op_symbol of the immediate expression is
set, make an expression symbol for the argument to frag_var.
* config/tc-sh.c (MOVI_IMM_32_PCREL, MOVI_IMM_64_PCREL): New
relaxations.
(END): Adjust for new relaxations.
(md_relax_table): Add entries for new relaxations.
2000-12-07 Ben Elliston <bje@redhat.com>
* config/tc-sh64.c (shmedia_parse_reg): Initialize variable len.
2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.c (shmedia_md_convert_frag): Correct all MOVI and
SHORI operand offsets in PT/PTA/PTB expansions.
2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
Implement DataLabel semantics.
* config/tc-sh.c (sh_frob_file) [HAVE_SH64]: Call
shmedia_frob_file_before_adjust.
* config/tc-sh64.c [! OBJ_ELF]: Emit #error.
(DATALABEL_SUFFIX): Define.
(shmedia_md_end) <before adjusting STO_SH5_ISA32 symbols>: Walk
symbol list to update "datalabel" symbols to their main symbol
counterparts.
(shmedia_frob_file_before_adjust): New.
(sh64_adjust_symtab): For remaining datalabel symbols, set to
undefined and set STT_DATALABEL.
(sh64_frob_label): Initialize TC symbol field.
(sh64_consume_datalabel): Actually implement semantics. New
parameter operandf, call it instead of expression.
(sh64_exclude_symbol): New.
* config/tc-sh64.h (md_parse_name): Pass on the function operand
to sh64_consume_datalabel.
(tc_symbol_new_hook): Define to tc_frob_symbol.
(TC_SYMFIELD_TYPE): Define to symbolS *.
(tc_frob_symbol): Define to call sh64_exclude_symbol.
2000-12-01 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.c (shmedia_init_reloc): Tweak comment for default
case.
(shmedia_md_assemble): Call dwarf2_generate_asm_lineno if
generating dwarf2 debug information.
2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.c (sh64_target_format): Use elf64-sh64l and
elf64-sh64 for the 64-bit ABI.
* config/tc-sh.c (md_show_usage): Tweak usage output for -abi=*
option.
2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh.c: Remove conditionalizing on HAVE_SH64 for
case-insensitivity.
2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.c: Tweak comments, formatting and error messages.
(enum sh64_abi_values): New type.
(enum sh64_isa_values): New type.
(sh64_isa_mode): Replace shmedia_mode. All referers changed.
(seen_shcompact_mode, seen_shmedia_mode): Delete.
(sh64_abi): Replace shmedia_64.
(shmedia_md_convert_frag) <C (MOVI_IMM_64, MOVI_64),
C (MOVI_IMM_32, MOVI_32)>: Correct register number handling.
(s_sh64_mode): Check validity for this target.
(sh64_target_format): Initialize defaults for ISA and ABI.
Fallback to old object format if no SH64 ISA or ABI has been
specified.
* config/tc-sh.c (md_parse_option): Check combinations for errors.
(sh_elf_final_processing): Change to have EF_SH64_ABI64 for 64-bit
ABI and EF_SH64 for 32-bit ABI, if SH64 options are specified.
* config/tc-sh64.h: Fix typo in comment.
2000-11-25 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.c (shmedia_md_estimate_size_before_relax)
<PT fixups for absolute values>: Size will be longest, not
shortest.
(shmedia_md_convert_frag): Disable PTB-warning machinery. Correct
all MOVI and SHORI operand offsets in PT/PTA/PTB expansions.
* config/tc-sh.c (parse_reg) [HAVE_SH64]: Add local variables l0
and l1 to hold lowercase of two first characters. Change all
remaining TO_LOWER to tolower.
* config/tc-sh64.c (TO_LOWER): Delete.
(shmedia_find_cooked_opcode): Use tolower, not TO_LOWER.
(md_parse_name): Define.
(sh64_consume_datalabel): Declare.
(DOLLAR_DOT): Define.
* config/tc-sh64.c (shmedia_parse_exp): New.
(sh64_consume_datalabel): New; just ignoring datalabel semantics.
(shmedia_parse_reg): Remove const from src
parameter.
(shmedia_get_operands): Ditto for args parameter and ptr variable.
(shmedia_md_assemble): Ditto for op_end variable.
(shmedia_get_operand): Ditto for ptr parameter and src variable.
Use shmedia_parse_exp, not parse_exp.
* config/tc-sh64.c (shmedia_parse_reg): Add shmedia_arg_type
parameter. All callers changed.
(shmedia_get_operand): Add shmedia_arg_type parameter. All
callers changed.
(shmedia_parse_reg): Put first two character in local variables.
Use tolower, not TO_LOWER. If no register is found and argtype
indicates a control register, scan shmedia_creg_table
case-insensitive.
2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
* Makefile.am (CPU_TYPES): Add sh64.
(TARGET_CPU_CFILES): Add config/tc-sh64.c.
(TARGET_CPU_HFILES): Add config/tc-sh64.h.
Regenerate dependencies.
* Makefile.in: Regenerate.
* configure.in: Add support for sh64-*-elf*.
* configure: Regenerate.
* config/tc-sh64.h: New.
* config/tc-sh64.c: New.
* config/tc-sh.c (md_pseudo_table) [HAVE_SH64]: New pseudos
.mode, .isa and .uaquad.
[HAVE_SH64] (SH64PCREL16_32, SH64PCREL16_64, SH64PCREL16PT_32,
SH64PCREL16PT_64, MOVI_IMM_32, MOVI_IMM_64): Define.
[HAVE_SH64] (END): Define as 10.
[HAVE_SH64] (UNDEF_SH64PCREL, SH64PCREL16, SH64PCREL32,
SH64PCREL48, SH64PCREL64, UNDEF_MOVI, MOVI_16, MOVI_32, MOVI_48,
MOVI_64): Define.
[HAVE_SH64] (SH64PCREL16_F, SH64PCREL16_M, SH64PCREL16_LENGTH,
SH64PCREL32_F, SH64PCREL32_M, SH64PCREL32_LENGTH, SH64PCREL48_F,
SH64PCREL48_M, SH64PCREL48_LENGTH, SH64PCREL64_LENGTH,
MOVI_16_LENGTH, MOVI_32_LENGTH, MOVI_48_LENGTH, MOVI_64_LENGTH):
Define.
(md_relax_table) [HAVE_SH64]: Provide relaxations for SHmedia.
(md_begin) [HAVE_SH64]: Call shmedia_md_begin.
(parse_reg) [HAVE_SH64]: Parse register names case-insensitive.
(md_assemble) [HAVE_SH64]: Call shmedia_md_assemble if assembling
SHmedia instructions. Handle state-change after switching to
SHcompact.
(md_longopts) [HAVE_SH64]: New options --isa=* and --abi=*.
(md_parse_option) [HAVE_SH64]: Parse new options.
(md_show_usage) [HAVE_SH64]: Show usage of new options.
(md_convert_frag) [HAVE_SH64] <default>: Call
shmedia_md_convert_frag instead of abort.
(sh_force_relocation) [HAVE_SH64]: Also force relocation for
BFD_RELOC_SH_SHMEDIA_CODE.
(sh_elf_final_processing) [HAVE_SH64]: Set flags identifying
SHcompact or SHmedia code.
(md_apply_fix) [HAVE_SH64] <default>: Return result from calling
shmedia_md_apply_fix instead of abort.
(md_estimate_size_before_relax) [HAVE_SH64] <default>: Return
result from calling shmedia_md_estimate_size_before_relax instead
of calling abort.
(sh_do_align) [HAVE_SH64]: If shmedia_mode, let shmedia_do_align
do the work.
(tc_gen_reloc) [HAVE_SH64]: For unrecognized relocs, call
shmedia_init_reloc and do nothing more if it returns non-zero.
(sh_finalize) [HAVE_SH64]: Call shmedia_md_end.
* po/POTFILES.in: Regenerate.
* po/gas.pot: Regenerate.
2002-02-08 14:32:23 +08:00
|
|
|
config/tc-sh64.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
config/tc-sparc.c \
|
|
|
|
config/tc-tahoe.c \
|
|
|
|
config/tc-tic30.c \
|
2000-06-20 21:52:32 +08:00
|
|
|
config/tc-tic54x.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
config/tc-tic80.c \
|
|
|
|
config/tc-vax.c \
|
|
|
|
config/tc-w65.c \
|
|
|
|
config/tc-v850.c \
|
2001-12-08 11:46:03 +08:00
|
|
|
config/tc-xstormy16.c \
|
2003-04-01 23:50:31 +08:00
|
|
|
config/tc-xtensa.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
config/tc-z8k.c
|
|
|
|
|
|
|
|
TARGET_CPU_HFILES = \
|
|
|
|
config/tc-a29k.h \
|
|
|
|
config/tc-alpha.h \
|
|
|
|
config/tc-arc.h \
|
|
|
|
config/tc-arm.h \
|
2000-04-10 04:25:17 +08:00
|
|
|
config/tc-avr.h \
|
2000-07-21 01:45:28 +08:00
|
|
|
config/tc-cris.h \
|
2004-07-08 01:28:53 +08:00
|
|
|
config/tc-crx.h \
|
1999-05-03 15:29:11 +08:00
|
|
|
config/tc-d10v.h \
|
|
|
|
config/tc-d30v.h \
|
2002-05-28 22:08:47 +08:00
|
|
|
config/tc-dlx.h \
|
1999-06-07 10:58:53 +08:00
|
|
|
config/tc-fr30.h \
|
2002-06-19 05:15:21 +08:00
|
|
|
config/tc-frv.h \
|
1999-05-03 15:29:11 +08:00
|
|
|
config/tc-h8300.h \
|
|
|
|
config/tc-h8500.h \
|
|
|
|
config/tc-hppa.h \
|
2000-04-22 04:22:24 +08:00
|
|
|
config/tc-ia64.h \
|
2000-02-23 21:52:23 +08:00
|
|
|
config/tc-i370.h \
|
1999-05-03 15:29:11 +08:00
|
|
|
config/tc-i386.h \
|
|
|
|
config/tc-i860.h \
|
|
|
|
config/tc-i960.h \
|
2002-07-19 15:52:40 +08:00
|
|
|
config/tc-ip2k.h \
|
1999-05-03 15:29:11 +08:00
|
|
|
config/tc-m32r.h \
|
2000-06-19 09:22:44 +08:00
|
|
|
config/tc-m68hc11.h \
|
1999-05-03 15:29:11 +08:00
|
|
|
config/tc-m68k.h \
|
|
|
|
config/tc-m88k.h \
|
|
|
|
config/tc-mcore.h \
|
|
|
|
config/tc-mips.h \
|
2001-10-30 23:20:14 +08:00
|
|
|
config/tc-mmix.h \
|
1999-05-03 15:29:11 +08:00
|
|
|
config/tc-mn10200.h \
|
|
|
|
config/tc-mn10300.h \
|
2002-12-31 03:25:13 +08:00
|
|
|
config/tc-msp430.h \
|
1999-05-03 15:29:11 +08:00
|
|
|
config/tc-ns32k.h \
|
2001-05-03 02:14:31 +08:00
|
|
|
config/tc-openrisc.h \
|
2002-02-01 01:33:08 +08:00
|
|
|
config/tc-or32.h \
|
2001-02-19 07:33:11 +08:00
|
|
|
config/tc-pdp11.h \
|
1999-09-05 01:29:22 +08:00
|
|
|
config/tc-pj.h \
|
1999-05-03 15:29:11 +08:00
|
|
|
config/tc-ppc.h \
|
2001-02-10 08:58:38 +08:00
|
|
|
config/tc-s390.h \
|
1999-05-03 15:29:11 +08:00
|
|
|
config/tc-sh.h \
|
Contribute sh64-elf.
2002-02-08 Alexandre Oliva <aoliva@redhat.com>
Stephen Clarke <Stephen.Clarke@st.com>
* doc/c-sh64.texi: Fix citation of SH64 architecture manual.
2002-01-31 Alexandre Oliva <aoliva@redhat.com>
* config/tc-sh.c (md_relax_table): Added default sizes for
non-PC-relative UNDEF_MOVI, and relaxation sequences for
MOVI_16, MOVI_32 and MOVI_48.
* config/tc-sh64.c (shmedia_md_apply_fix3): Fix warning.
(shmedia_md_convert_frag): Handle non-PC-relative UNDEF_MOVI
and MOVI_16.
(shmedia_md_estimate_size_before_relax): Remove redundant
blocks. Set fragP->fr_var even if relaxation type unchanged.
Retain UNDEF_MOVI until expression decays to number.
2002-01-24 Alexandre Oliva <aoliva@redhat.com>
* config/tc-sh64.c (shmedia_init_reloc): Handle new SHmedia PIC
relocation types. Take fixP->fx_addnumber into account too.
(shmedia_md_apply_fix): Likewise.
(shmedia_md_convert_frag): Likewise.
(shmedia_build_Mytes): Likewise.
(sh64_consume_datalabel): Complain about nested datalabel.
Support PIC relocs. Call sh_parse_name.
* config/tc-sh64.h (TC_RELOC_RTSYM_LOC_FIXUP): Extend definition
in tc-sh.h to SHmedia reloc types.
* config/tc-sh.c (SH64PCRELPLT, MOVI_PLT, MOVI_GOTOFF,
MOVI_GOTPC): New relaxation constants.
(md_relax_table): Introduce relaxation directives for PIC-related
constants.
(sh_PIC_related_p): Handle datalabel.
(sh_check_fixup): Choose SH5 PIC relocations.
(sh_cons_fix_new): Added BDF_RELOC_64.
(md_apply_fix3, sh_parse_name): Handle GOTPLT.
2002-01-18 Alexandre Oliva <aoliva@redhat.com>
* config/tc-sh64.c (sh64_max_mem_for_rs_align_code): If the
current ISA is SHmedia, get 7 bytes.
2001-11-28 Nick Clifton <nickc@cambridge.redhat.com>
* config/tc-sh.c (md_apply_fix3): Treat shmedia_md_apply_fix3 as a
void function.
* config/tc-sh64.c (shmedia_apply_fix): Rename to
shmedia_apply_fix3 and make void.
2001-05-17 Alexandre Oliva <aoliva@redhat.com>
* config/tc-sh64.c (s_sh64_abi): Remove unused arguments passed to
as_bad.
2001-04-12 Alexandre Oliva <aoliva@redhat.com>
* config/tc-sh64.h (md_parse_name): Take &c as argument.
2001-03-14 DJ Delorie <dj@redhat.com>
* doc/Makefile.am (CPU_DOCS): Added c-sh64.texi
* doc/Makefile.in(CPU_DOCS): Ditto.
* doc/c-sh64.texi: New file.
* doc/as.texinfo: Add SH64 support.
2001-03-13 DJ Delorie <dj@redhat.com>
* config/tc-sh64.c (shmedia_get_operands): Rename A_RESV_Fx to
A_REUSE_PREV so that its purpose is more obvious.
(shmedia_build_Mytes): Ditto.
2001-03-07 DJ Delorie <dj@redhat.com>
* config/tc-sh64.c (sh64_vtable_entry): New, strip datalabels
before processing.
(sh64_vtable_inherit): Ditto.
(strip_datalabels): New, strip "datalabel" from given line.
* config/tc-sh.c (md_pseudo_table): Add sh64-specific vtable
pseudos.
2001-03-06 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.c (shmedia_md_assemble): Move dwarf2_emit_insn
call ...
(shmedia_build_Mytes): ... to here.
2001-03-06 DJ Delorie <dj@redhat.com>
* config/tc-sh.c: Remove sh64-specific uaquad now that there
is a generic one.
2001-01-21 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.h (DWARF2_LINE_MIN_INSN_LENGTH): Override.
* config/tc-sh64.c (shmedia_md_assemble): Offset recorded insn
address by one in call to dwarf2_emit_insn.
2001-01-13 Hans-Peter Nilsson <hpn@cygnus.com>
Implement ".abi" pseudo and correct .cranges descriptors. Correct
alignment handling broken by imported changes.
* config/tc-sh64.h (HANDLE_ALIGN): Override definition in tc-sh.h.
(sh64_handle_align): Declare.
(MAX_MEM_FOR_RS_ALIGN_CODE): Override definition in tc-sh.h.
(sh64_max_mem_for_rs_align_code): Declare.
(enum sh64_isa_values): Moved here from tc-sh64.c.
(md_do_align): Define.
(sh64_do_align): Declare.
(struct sh64_tc_frag_data): New.
(TC_FRAG_TYPE): Change to struct sh64_tc_frag_data. Users
changed.
(TC_FRAG_INIT): Change to set new datatype.
(struct sh64_segment_info_type): Rename member
last_flushed_location to last_contents_mark. All users changed.
(md_elf_section_change_hook, TC_CONS_FIX_NEW): Do not define.
(shmedia_elf_new_section, sh64_tc_cons_fix_new): Do not prototype.
* config/tc-sh.c (md_pseudo_table): Add ".abi".
(sh_elf_cons) [HAVE_SH64]: Call sh64_update_contents_mark instead
of unsetting seen_insn.
(md_assemble) [HAVE_SH64] <before new SHcompact sequence>: Also
call sh64_update_contents_mark.
(sh_handle_align): Remove HAVE_SH64-conditioned code.
* config/tc-sh64.c (sh64_isa_mode): Correct type from boolean to
enum sh64_isa_values.
(sh64_set_contents_type): Drop segT parameter. All callers changed.
(emitting_crange): Boolean guard moved to file scope from function
scope in sh64_set_contents_type.
(s_sh64_abi): New.
(sh64_update_contents_mark): New; most split out from
sh64_flush_pending_output.
(shmedia_md_end): Call sh64_update_contents_mark. Set
sh64_isa_mode to sh64_isa_sh5_guard unless sh64_isa_unspecified.
(sh64_do_align): New function.
(sh64_max_mem_for_rs_align_code): New function.
(sh64_handle_align): Rename from shmedia_do_align. Make
non-static. Add head comment. Emit zero bytes for n bytes modulo
four. Change return-type to void.
(shmedia_elf_new_section): Remove.
(shmedia_md_assemble): Call sh64_update_contents_mark.
(s_sh64_mode): Ditto. Do not call md_flush_pending_output. Make
new frag. Call sh64_update_contents_mark after making the new
frag.
(sh64_flush_pending_output): Just call sh64_update_contents_mark
and sh_flush_pending_output.
(sh64_flag_output): Also call md_flush_pending_output, but add
condition on not emitting_crange.
(sh64_tc_cons_fix_new): Remove.
2001-01-12 Nick Clifton <nickc@redhat.com>
* config/tc-sh64.c (shmedia_do_align): Fix to work with new
alignment handling scheme imported from sourceware.
2001-01-12 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.h (TARGET_FORMAT): Define.
(sh64_target_format): Prototype.
* config/tc-sh64.c (sh64_target_mach): New function.
2001-01-07 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.c (shmedia_md_end): When equating a symbol, use
zero_address_frag instead of copying the frag of the symbol.
(shmedia_frob_file_before_adjust): Ditto.
(shmedia_md_apply_fix) <case BFD_RELOC_SH_IMM_MEDLOW16>: Cast mask
to valueT to remove signedness.
(shmedia_md_convert_frag): Add parameter final. Rename parameter
headers to output_bfd. Do not evaluate symbols if final is false;
do emit fixups.
(shmedia_md_estimate_size_before_relax) <case C (MOVI_IMM_32,
UNDEF_MOVI) et al>: If symbol cannot be modified to be PC-relative
to the current frag, call shmedia_md_convert_frag to emit fixups
and make frag_wane neutralize the frag. Update comments.
* config/tc-sh.c (md_convert_frag): Change caller of
shmedia_md_convert_frag.
2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.h: Tweak comments and correct formatting.
* config/tc-sh64.c: Ditto.
(shmedia_md_convert_frag) <PT/PTA/PTB 32, 48 and 64 bit
expansion, MOVI pcrel expansion>: Fix thinko calculating offset
for the no-relocation case.
(shmedia_check_limits): Fix range check being off-by-one for PTA.
* config/tc-sh.c: Ditto. Add proper comments to #ifdef/#ifndef
wrappers.
(SH64PCREL16_F): Increment for proper max-PTA handling. Update
comment.
(SH64PCREL16_M, MOVI_16_M): Correct range thinko.
(SH64PCREL48_M, MOVI_48_M): Similar; don't count in length of
expansion.
(SH64PCREL32_M, MOVI_32_M): Ditto; handle overflowing expression.
Correct comment.
2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.c (shmedia_md_apply_fix) <second switch, case
BFD_RELOC_SH_PT_16>: Set lowest bit in field to be relocated to 1.
(shmedia_md_convert_frag) <case C (SH64PCREL16_32, SH64PCREL16) et
al>: Set lowest bit of field to relocate to 1 and rest to empty,
if reloc is emitted.
2000-12-31 Hans-Peter Nilsson <hpn@cygnus.com>
New options plus bugfixes.
* config/tc-sh.c (md_longopts): New options "-no-expand" and
"-expand-pt32".
(md_parse_option): Handle new options.
(md_show_usage): Add blurb for new options.
* config/tc-sh64.c (SHMEDIA_BFD_RELOC_PT): New macro.
(sh64_expand, sh64_pt32): New variables.
(shmedia_init_reloc): Handle BFD_RELOC_SH_PT_16.
(shmedia_md_apply_fix): Hold original fixP->fx_r_type in
orig_fx_r_type. Change SHMEDIA_BFD_RELOC_PT into
BFD_RELOC_SH_PT_16. Handle BFD_RELOC_SH_PT_16 as pc-relative.
<resolved previously-pc-relative relocs>: Handle
SHMEDIA_BFD_RELOC_PT and BFD_RELOC_SH_PT_16.
(shmedia_md_convert_frag) <case C (SH64PCREL16PT_64, SH64PCREL16),
case C (SH64PCREL16PT_32, SH64PCREL16)>: Modify to PTB if operand
points to SHcompact code.
<case C (SH64PCREL16_32, SH64PCREL16), case C (SH64PCREL16_64,
SH64PCREL16)>: Check that ISA of what operand points at and
PTA/PTB matches, or emit error.
(shmedia_check_limits): Handle BFD_RELOC_SH_PT_16 and
SHMEDIA_BFD_RELOC_PT.
(shmedia_immediate_op): If pcrel, emit fixup also for constant
operand.
(shmedia_build_Mytes) <case A_IMMS16>: Also check sh64_expand in
condition for MOVI expansion.
<case A_PCIMMS16BY4>: Handle expansion to 32 bits only, if
sh64_pt32. Emit only a BFD_RELOC_SH_PT_16 fixup if not
sh64_expand.
<case A_PCIMMS16BY4_PT>: Likewise, but emit a SHMEDIA_BFD_RELOC_PT
fixup.
(sh64_target_format): Error-check setting of sh64_pt32 and
sh64_expand. Fix typo in check for sh64_shcompact_const_crange.
(shmedia_md_pcrel_from_section): Handle BFD_RELOC_SH_PT_16 and
SHMEDIA_BFD_RELOC_PT as coming from SHmedia code.
2000-12-31 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.c: Improve comments.
(shmedia_md_convert_frag): Remove inactive is_pt_variant code. Do
not say the linker will check correctness of PTA/PTB expansion.
(shmedia_md_end): Make non-static.
* config/tc-sh64.h (md_end): Define to shmedia_md_end. Add
prototype.
* config/tc-sh.c (sh_finalize): Remove.
* config/tc-sh.h (md_end): Do not define.
Remove prototype for sh_finalize.
2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.c (shmedia_frob_section_type): Use a struct
sh64_section_data container when storing section type in tdata
field in elf_section_data.
* config/tc-sh.c (sh_elf_final_processing): Change from EF_SH64 to
EF_SH5.
* Makefile.am: Update dependencies.
* Makefile.in: Regenerate.
2000-12-22 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.c (shmedia_md_assemble): Don't protect
dwarf2_emit_insn call with test on debug_type.
2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.c (sh64_set_contents_type): Make contents-type
CRT_SH5_ISA32 sticky for 64-bit.
2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
Generate .crange sections when switching ISA mode or emitting
constants in same section as code.
* config/tc-sh64.c: Reformat structure definitions.
(sh64_end_of_assembly, sh64_mix, sh64_shcompact_const_crange): New
variables.
(sh64_set_contents_type): Rename from sh64_init_section. Rewrite
to emit a .cranges descriptor when contents type changes. Only
emit error if changing contents type and -no-mix is in effect.
(sh64_emit_crange, sh64_flush_last_crange, sh64_flag_output,
sh64_flush_pending_output, sh64_tc_cons_fix_new): New functions.
(shmedia_md_end): Set sh64_end_of_assembly. Pass
sh64_flush_last_crange over sections.
When checking main symbol of datalabel symbol, check for
STO_SH5_ISA32, not ISA type of section in definition.
(shmedia_frob_file_before_adjust): Check main symbol for
STO_SH5_ISA32; don't check ISA type of section in definition.
(shmedia_frob_section_type): Adjust for .cranges; set section flag
to SHF_SH5_ISA32_MIXED or SHF_SH5_ISA32 according to whether
.cranges entries have been output.
(shmedia_elf_new_section): Just call md_flush_pending_output.
(shmedia_md_assemble): Do not emit a BFD_RELOC_SH_SHMEDIA_CODE
fix. Do not set tc_segment_info_data.in_code for section. Call
sh64_set_contents_type for SHmedia code.
(s_sh64_mode): Do not call sh64_init_section or set seen_insn to
false. Call md_flush_pending_output.
(sh64_target_format): Check that -no-mix and
-shcompact-const-crange are used in sane combination with other
options.
(shmedia_md_pcrel_from_section): Check type of fix for how to
adjust pc-relative.
(sh64_consume_datalabel): Check symbol for having STO_SH5_ISA32,
not ISA type of section in definition.
* config/tc-sh64.h (struct sh64_segment_info_type): Rewrite to
hold contents-type state.
(md_flush_pending_output): Redefine to sh64_flush_pending_output.
(sh64_flush_pending_output): Declare.
(TC_CONS_FIX_NEW): Define to sh64_tc_cons_fix_new.
(sh64_tc_cons_fix_new): Declare.
* config/tc-sh.c (sh_elf_cons) [HAVE_SH64]: Unset seen_insn and
call sh64_flag_output.
(md_assemble) [HAVE_SH64]: Do not emit BFD_RELOC_SH_CODE. Just
call sh64_set_contents_type to mark SHcompact code and set
seen_insn.
(md_longopts): New options "-no-mix" and
"-shcompact-const-crange".
(md_parse_option): Handle new options.
(md_show_usage): Add blurb for new options.
(md_number_to_chars) [HAVE_SH64]: Call sh64_flag_output.
2000-12-15 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.c: Delete investigated and obsolete fixme:s.
(sh64_last_insn_frag): New.
(shmedia_md_convert_frag): Use tc_frag_data field of incoming frag
to get frag for insn opcode for generating fixups; do not assume it
is the same frag.
(shmedia_build_Mytes): Set sh64_last_insn_frag after growing frag
for new insn.
* config/tc-sh64.h (ELF_TC_SPECIAL_SECTIONS): Define for .cranges
section.
(TC_FRAG_TYPE): Define as fragS *.
(TC_FRAG_INIT): Define to set tc_frag_data to sh64_last_insn_frag.
(sh64_last_insn_frag): Declare.
(sh64_consume_datalabel): Fix typo; check for seginfo != NULL,
not == NULL before dereferencing.
2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
Get rid of BFD section flag and EF_SH64_ABI64.
* config/tc-sh64.c (shmedia_frob_section_type): Use
elf_section_data (sec)->tdata, not a specific BFD section flag, to
communicate the section as containing SHmedia code. Describe why.
* config/tc-sh.c (sh_elf_final_processing): Tweak comment. Set
EF_SH64 regardless of ABI.
* config/tc-sh64.c (shmedia_md_apply_fix): Decapitalize "invalid"
in error message. Handle resolved expressions for
BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
BFD_RELOC_SH_IMMS10BY4 and BFD_RELOC_64.
(shmedia_check_limits): Handle BFD_RELOC_64.
(sh64_adjust_symtab): Do not decrement the GAS symbol value for
a STO_SH5_ISA32 symbol, only the BFD value.
2000-12-11 Ben Elliston <bje@redhat.com>
* config/tc-sh64.c: Call dwarf2_emit_insn, not the defunct
dwarf2_generate_asm_lineno.
2000-12-11 Hans-Peter Nilsson <hpn@cygnus.com>
Handle PC-relative MOVI expansions with assembler relaxation.
Generate PC-relative relocs from 16-bit PC-relative expressions.
* config/tc-sh64.c (SHMEDIA_MD_PCREL_FROM_FIX): Break out from...
(shmedia_md_pcrel_from_section): ...here.
(shmedia_md_apply_fix): Handle fixups for 16-bit operands that has
turned completely resolved. Adjust relocation type for 16-bit
immediate operands that has turned PC-relative. Adjust back for
MD_PCREL_FROM_SECTION being applied twice.
(shmedia_md_convert_frag): Always emit reloc for expression with
global or weak symbol. Handle relaxation result for PC-relative
expressions.
(shmedia_md_estimate_size_before_relax): An expression with a weak
or global symbol can not be relaxed. Break out tests for
relaxable symbol into variable sym_relaxable.
<cases C (MOVI_IMM_64, UNDEF_MOVI) and C (MOVI_IMM_32,
UNDEF_MOVI)>: Break out any PC-relative expression and change
relaxation type.
(shmedia_build_Mytes): CSE &operands->operands[j] into variable
opjp.
<case A_IMMS16>: Fix typo for initial minor relaxation type of
MOVI expansion. If X_op_symbol of the immediate expression is
set, make an expression symbol for the argument to frag_var.
* config/tc-sh.c (MOVI_IMM_32_PCREL, MOVI_IMM_64_PCREL): New
relaxations.
(END): Adjust for new relaxations.
(md_relax_table): Add entries for new relaxations.
2000-12-07 Ben Elliston <bje@redhat.com>
* config/tc-sh64.c (shmedia_parse_reg): Initialize variable len.
2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.c (shmedia_md_convert_frag): Correct all MOVI and
SHORI operand offsets in PT/PTA/PTB expansions.
2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
Implement DataLabel semantics.
* config/tc-sh.c (sh_frob_file) [HAVE_SH64]: Call
shmedia_frob_file_before_adjust.
* config/tc-sh64.c [! OBJ_ELF]: Emit #error.
(DATALABEL_SUFFIX): Define.
(shmedia_md_end) <before adjusting STO_SH5_ISA32 symbols>: Walk
symbol list to update "datalabel" symbols to their main symbol
counterparts.
(shmedia_frob_file_before_adjust): New.
(sh64_adjust_symtab): For remaining datalabel symbols, set to
undefined and set STT_DATALABEL.
(sh64_frob_label): Initialize TC symbol field.
(sh64_consume_datalabel): Actually implement semantics. New
parameter operandf, call it instead of expression.
(sh64_exclude_symbol): New.
* config/tc-sh64.h (md_parse_name): Pass on the function operand
to sh64_consume_datalabel.
(tc_symbol_new_hook): Define to tc_frob_symbol.
(TC_SYMFIELD_TYPE): Define to symbolS *.
(tc_frob_symbol): Define to call sh64_exclude_symbol.
2000-12-01 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.c (shmedia_init_reloc): Tweak comment for default
case.
(shmedia_md_assemble): Call dwarf2_generate_asm_lineno if
generating dwarf2 debug information.
2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.c (sh64_target_format): Use elf64-sh64l and
elf64-sh64 for the 64-bit ABI.
* config/tc-sh.c (md_show_usage): Tweak usage output for -abi=*
option.
2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh.c: Remove conditionalizing on HAVE_SH64 for
case-insensitivity.
2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.c: Tweak comments, formatting and error messages.
(enum sh64_abi_values): New type.
(enum sh64_isa_values): New type.
(sh64_isa_mode): Replace shmedia_mode. All referers changed.
(seen_shcompact_mode, seen_shmedia_mode): Delete.
(sh64_abi): Replace shmedia_64.
(shmedia_md_convert_frag) <C (MOVI_IMM_64, MOVI_64),
C (MOVI_IMM_32, MOVI_32)>: Correct register number handling.
(s_sh64_mode): Check validity for this target.
(sh64_target_format): Initialize defaults for ISA and ABI.
Fallback to old object format if no SH64 ISA or ABI has been
specified.
* config/tc-sh.c (md_parse_option): Check combinations for errors.
(sh_elf_final_processing): Change to have EF_SH64_ABI64 for 64-bit
ABI and EF_SH64 for 32-bit ABI, if SH64 options are specified.
* config/tc-sh64.h: Fix typo in comment.
2000-11-25 Hans-Peter Nilsson <hpn@cygnus.com>
* config/tc-sh64.c (shmedia_md_estimate_size_before_relax)
<PT fixups for absolute values>: Size will be longest, not
shortest.
(shmedia_md_convert_frag): Disable PTB-warning machinery. Correct
all MOVI and SHORI operand offsets in PT/PTA/PTB expansions.
* config/tc-sh.c (parse_reg) [HAVE_SH64]: Add local variables l0
and l1 to hold lowercase of two first characters. Change all
remaining TO_LOWER to tolower.
* config/tc-sh64.c (TO_LOWER): Delete.
(shmedia_find_cooked_opcode): Use tolower, not TO_LOWER.
(md_parse_name): Define.
(sh64_consume_datalabel): Declare.
(DOLLAR_DOT): Define.
* config/tc-sh64.c (shmedia_parse_exp): New.
(sh64_consume_datalabel): New; just ignoring datalabel semantics.
(shmedia_parse_reg): Remove const from src
parameter.
(shmedia_get_operands): Ditto for args parameter and ptr variable.
(shmedia_md_assemble): Ditto for op_end variable.
(shmedia_get_operand): Ditto for ptr parameter and src variable.
Use shmedia_parse_exp, not parse_exp.
* config/tc-sh64.c (shmedia_parse_reg): Add shmedia_arg_type
parameter. All callers changed.
(shmedia_get_operand): Add shmedia_arg_type parameter. All
callers changed.
(shmedia_parse_reg): Put first two character in local variables.
Use tolower, not TO_LOWER. If no register is found and argtype
indicates a control register, scan shmedia_creg_table
case-insensitive.
2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
* Makefile.am (CPU_TYPES): Add sh64.
(TARGET_CPU_CFILES): Add config/tc-sh64.c.
(TARGET_CPU_HFILES): Add config/tc-sh64.h.
Regenerate dependencies.
* Makefile.in: Regenerate.
* configure.in: Add support for sh64-*-elf*.
* configure: Regenerate.
* config/tc-sh64.h: New.
* config/tc-sh64.c: New.
* config/tc-sh.c (md_pseudo_table) [HAVE_SH64]: New pseudos
.mode, .isa and .uaquad.
[HAVE_SH64] (SH64PCREL16_32, SH64PCREL16_64, SH64PCREL16PT_32,
SH64PCREL16PT_64, MOVI_IMM_32, MOVI_IMM_64): Define.
[HAVE_SH64] (END): Define as 10.
[HAVE_SH64] (UNDEF_SH64PCREL, SH64PCREL16, SH64PCREL32,
SH64PCREL48, SH64PCREL64, UNDEF_MOVI, MOVI_16, MOVI_32, MOVI_48,
MOVI_64): Define.
[HAVE_SH64] (SH64PCREL16_F, SH64PCREL16_M, SH64PCREL16_LENGTH,
SH64PCREL32_F, SH64PCREL32_M, SH64PCREL32_LENGTH, SH64PCREL48_F,
SH64PCREL48_M, SH64PCREL48_LENGTH, SH64PCREL64_LENGTH,
MOVI_16_LENGTH, MOVI_32_LENGTH, MOVI_48_LENGTH, MOVI_64_LENGTH):
Define.
(md_relax_table) [HAVE_SH64]: Provide relaxations for SHmedia.
(md_begin) [HAVE_SH64]: Call shmedia_md_begin.
(parse_reg) [HAVE_SH64]: Parse register names case-insensitive.
(md_assemble) [HAVE_SH64]: Call shmedia_md_assemble if assembling
SHmedia instructions. Handle state-change after switching to
SHcompact.
(md_longopts) [HAVE_SH64]: New options --isa=* and --abi=*.
(md_parse_option) [HAVE_SH64]: Parse new options.
(md_show_usage) [HAVE_SH64]: Show usage of new options.
(md_convert_frag) [HAVE_SH64] <default>: Call
shmedia_md_convert_frag instead of abort.
(sh_force_relocation) [HAVE_SH64]: Also force relocation for
BFD_RELOC_SH_SHMEDIA_CODE.
(sh_elf_final_processing) [HAVE_SH64]: Set flags identifying
SHcompact or SHmedia code.
(md_apply_fix) [HAVE_SH64] <default>: Return result from calling
shmedia_md_apply_fix instead of abort.
(md_estimate_size_before_relax) [HAVE_SH64] <default>: Return
result from calling shmedia_md_estimate_size_before_relax instead
of calling abort.
(sh_do_align) [HAVE_SH64]: If shmedia_mode, let shmedia_do_align
do the work.
(tc_gen_reloc) [HAVE_SH64]: For unrecognized relocs, call
shmedia_init_reloc and do nothing more if it returns non-zero.
(sh_finalize) [HAVE_SH64]: Call shmedia_md_end.
* po/POTFILES.in: Regenerate.
* po/gas.pot: Regenerate.
2002-02-08 14:32:23 +08:00
|
|
|
config/tc-sh64.h \
|
1999-05-03 15:29:11 +08:00
|
|
|
config/tc-sparc.h \
|
|
|
|
config/tc-tahoe.h \
|
|
|
|
config/tc-tic30.h \
|
2000-06-20 21:52:32 +08:00
|
|
|
config/tc-tic54x.h \
|
1999-05-03 15:29:11 +08:00
|
|
|
config/tc-tic80.h \
|
|
|
|
config/tc-vax.h \
|
|
|
|
config/tc-w65.h \
|
|
|
|
config/tc-v850.h \
|
2001-12-08 11:46:03 +08:00
|
|
|
config/tc-xstormy16.h \
|
2003-04-01 23:50:31 +08:00
|
|
|
config/tc-xtensa.h \
|
1999-05-03 15:29:11 +08:00
|
|
|
config/tc-z8k.h
|
|
|
|
|
|
|
|
# OBJ files in config
|
|
|
|
|
|
|
|
OBJ_FORMAT_CFILES = \
|
|
|
|
config/obj-aout.c \
|
|
|
|
config/obj-bout.c \
|
|
|
|
config/obj-coff.c \
|
|
|
|
config/obj-ecoff.c \
|
|
|
|
config/obj-elf.c \
|
|
|
|
config/obj-evax.c \
|
|
|
|
config/obj-hp300.c \
|
|
|
|
config/obj-ieee.c \
|
2005-03-21 10:00:35 +08:00
|
|
|
config/obj-som.c
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
OBJ_FORMAT_HFILES = \
|
|
|
|
config/obj-aout.h \
|
|
|
|
config/obj-bout.h \
|
|
|
|
config/obj-coff.h \
|
|
|
|
config/obj-ecoff.h \
|
|
|
|
config/obj-elf.h \
|
|
|
|
config/obj-evax.h \
|
|
|
|
config/obj-hp300.h \
|
|
|
|
config/obj-ieee.h \
|
2005-03-21 10:00:35 +08:00
|
|
|
config/obj-som.h
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
# Emulation header files in config
|
|
|
|
|
|
|
|
TARG_ENV_HFILES = \
|
|
|
|
config/te-386bsd.h \
|
2004-12-03 09:22:15 +08:00
|
|
|
config/te-armlinuxeabi.h \
|
1999-05-03 15:29:11 +08:00
|
|
|
config/te-aux.h \
|
|
|
|
config/te-delta.h \
|
|
|
|
config/te-delt88.h \
|
|
|
|
config/te-dpx2.h \
|
|
|
|
config/te-dynix.h \
|
1999-06-07 10:58:53 +08:00
|
|
|
config/te-epoc-pe.h \
|
1999-05-03 15:29:11 +08:00
|
|
|
config/te-generic.h \
|
|
|
|
config/te-go32.h \
|
|
|
|
config/te-hp300.h \
|
|
|
|
config/te-hppa.h \
|
2001-05-03 10:07:02 +08:00
|
|
|
config/te-hppa64.h \
|
|
|
|
config/te-hppalinux64.h \
|
1999-05-03 15:29:11 +08:00
|
|
|
config/te-i386aix.h \
|
2001-02-23 01:16:38 +08:00
|
|
|
config/te-ia64aix.h \
|
1999-05-03 15:29:11 +08:00
|
|
|
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-nbsd.h \
|
|
|
|
config/te-nbsd532.h \
|
2004-06-18 22:09:41 +08:00
|
|
|
config/te-netware.h \
|
1999-05-03 15:29:11 +08:00
|
|
|
config/te-pc532mach.h \
|
|
|
|
config/te-pe.h \
|
|
|
|
config/te-psos.h \
|
|
|
|
config/te-riscix.h \
|
|
|
|
config/te-sparcaout.h \
|
|
|
|
config/te-sun3.h \
|
|
|
|
config/te-svr4.h \
|
2004-09-04 01:15:44 +08:00
|
|
|
config/te-symbian.h \
|
2001-04-08 13:09:21 +08:00
|
|
|
config/te-tmips.h
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
# Multi files in config
|
|
|
|
|
|
|
|
MULTI_CFILES = \
|
2000-07-21 01:45:28 +08:00
|
|
|
config/e-crisaout.c \
|
|
|
|
config/e-criself.c \
|
2000-01-27 06:48:31 +08:00
|
|
|
config/e-i386aout.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
config/e-i386coff.c \
|
|
|
|
config/e-i386elf.c \
|
|
|
|
config/e-mipsecoff.c \
|
|
|
|
config/e-mipself.c
|
|
|
|
|
|
|
|
CONFIG_OBJS = \
|
|
|
|
$(TARG_CPU_O) \
|
|
|
|
$(OBJ_FORMAT_O) \
|
|
|
|
$(ATOF_TARG_O) \
|
|
|
|
$(extra_objects)
|
|
|
|
|
|
|
|
GENERIC_OBJS = \
|
|
|
|
app.o \
|
|
|
|
as.o \
|
|
|
|
atof-generic.o \
|
|
|
|
cond.o \
|
|
|
|
depend.o \
|
1999-06-03 10:51:53 +08:00
|
|
|
dwarf2dbg.o \
|
2003-05-20 15:58:07 +08:00
|
|
|
dw2gencfi.o \
|
1999-05-03 15:29:11 +08:00
|
|
|
ehopt.o \
|
|
|
|
expr.o \
|
|
|
|
flonum-konst.o \
|
|
|
|
flonum-copy.o \
|
|
|
|
flonum-mult.o \
|
|
|
|
frags.o \
|
|
|
|
hash.o \
|
|
|
|
input-file.o \
|
|
|
|
input-scrub.o \
|
|
|
|
literal.o \
|
|
|
|
messages.o \
|
|
|
|
output-file.o \
|
|
|
|
read.o \
|
|
|
|
subsegs.o \
|
|
|
|
symbols.o \
|
|
|
|
write.o \
|
|
|
|
listing.o \
|
|
|
|
ecoff.o \
|
|
|
|
stabs.o \
|
|
|
|
sb.o \
|
|
|
|
macro.o
|
|
|
|
|
|
|
|
OBJS = $(CONFIG_OBJS) $(GENERIC_OBJS)
|
|
|
|
|
|
|
|
POTFILES = $(MULTI_CFILES) $(TARGET_ENV_HFILES) $(OBJ_FORMAT_HFILES) \
|
|
|
|
$(OBJ_FORMAT_CFILES) $(TARGET_CPU_HFILES) $(TARGET_CPU_CFILES) \
|
|
|
|
$(HFILES) $(CFILES) $(GAS_CFILES)
|
|
|
|
po/POTFILES.in: @MAINT@ Makefile
|
2003-08-14 15:04:09 +08:00
|
|
|
for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \
|
1999-05-03 15:29:11 +08:00
|
|
|
&& mv tmp $(srcdir)/po/POTFILES.in
|
|
|
|
|
2002-12-02 23:42:15 +08:00
|
|
|
# Note: GASP is now deprecated and has been removed. It is still
|
|
|
|
# available in the CVS archive or older binutils releases if it is needed.
|
2002-02-22 00:51:00 +08:00
|
|
|
noinst_PROGRAMS = as-new
|
1999-08-09 07:31:18 +08:00
|
|
|
noinst_SCRIPTS = $(GDBINIT)
|
|
|
|
EXTRA_SCRIPTS = .gdbinit
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
$(srcdir)/make-gas.com: stamp-mk.com
|
|
|
|
stamp-mk.com: vmsconf.sh Makefile
|
|
|
|
sh $(srcdir)/vmsconf.sh $(GENERIC_OBJS) > new-make.com
|
|
|
|
$(SHELL) $(srcdir)/../move-if-change new-make.com $(srcdir)/make-gas.com
|
|
|
|
touch stamp-mk.com
|
|
|
|
|
2001-06-19 19:57:29 +08:00
|
|
|
EXTRA_DIST = make-gas.com m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c
|
|
|
|
diststuff: $(EXTRA_DIST) info
|
2005-05-20 07:49:52 +08:00
|
|
|
all: info
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
DISTCLEANFILES = targ-cpu.h obj-format.h targ-env.h itbl-cpu.h cgen-desc.h
|
|
|
|
|
|
|
|
# Now figure out from those variables how to compile and link.
|
|
|
|
|
|
|
|
BASEDIR = $(srcdir)/..
|
|
|
|
BFDDIR = $(BASEDIR)/bfd
|
|
|
|
INCDIR = $(BASEDIR)/include
|
|
|
|
|
|
|
|
# This is the variable actually used when we compile.
|
|
|
|
# Specify the directories to be searched for header files.
|
|
|
|
# Both . and srcdir are used, in that order,
|
|
|
|
# so that tm.h and config.h will be found in the compilation
|
|
|
|
# subdirectory rather than in the source directory.
|
2004-12-01 01:20:48 +08:00
|
|
|
INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(srcdir)/config -I$(INCDIR) -I$(srcdir)/.. -I$(BFDDIR) -I$(srcdir)/../intl -I../intl -DLOCALEDIR="\"$(datadir)/locale\""
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
# This should be parallel to INCLUDES, but should replace $(srcdir)
|
|
|
|
# with $${srcdir}, and should work in a subdirectory. This is used
|
|
|
|
# when building dependencies, because the dependency building is done
|
|
|
|
# in a subdirectory.
|
2004-12-01 01:20:48 +08:00
|
|
|
DEP_INCLUDES = -D_GNU_SOURCE -I.. -I$${srcdir} -I../../bfd -I$${srcdir}/config -I$${srcdir}/../include -I$${srcdir}/.. -I$${srcdir}/../bfd -I$${srcdir}/../intl -I../../intl -DLOCALEDIR="\"$(datadir)/locale\""
|
1999-05-03 15:29:11 +08:00
|
|
|
|
2001-07-24 18:07:15 +08:00
|
|
|
DEP_FLAGS = -DBFD_ASSEMBLER -DOBJ_MAYBE_ELF \
|
|
|
|
-I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES)
|
|
|
|
|
1999-05-03 15:29:11 +08:00
|
|
|
# How to link with both our special library facilities
|
|
|
|
# and the system's installed libraries.
|
|
|
|
|
|
|
|
GASLIBS = @OPCODES_LIB@ @BFDLIB@ ../libiberty/libiberty.a
|
|
|
|
|
|
|
|
# Files to be copied away after each stage in building.
|
|
|
|
STAGESTUFF = *.o $(noinst_PROGRAMS)
|
|
|
|
|
2002-10-16 21:27:04 +08:00
|
|
|
BFDVER_H = @BFDVER_H@
|
|
|
|
|
1999-05-03 15:29:11 +08:00
|
|
|
$(OBJS): @ALL_OBJ_DEPS@
|
|
|
|
|
|
|
|
as_new_SOURCES = $(GAS_CFILES)
|
|
|
|
as_new_LDADD = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
|
2000-06-20 21:52:32 +08:00
|
|
|
$(extra_objects) $(GASLIBS) $(INTLLIBS) $(LIBM)
|
1999-05-03 15:29:11 +08:00
|
|
|
as_new_DEPENDENCIES = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
|
|
|
|
$(extra_objects) $(GASLIBS) $(INTLDEPS)
|
|
|
|
|
|
|
|
# Stuff that every object file depends upon. If anything is removed
|
|
|
|
# from this list, remove it from dep-in.sed as well.
|
2002-05-25 20:53:29 +08:00
|
|
|
$(OBJS): $(INCDIR)/bin-bugs.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
|
|
|
|
$(INCDIR)/progress.h $(INCDIR)/fopen-same.h \
|
2000-06-22 21:01:43 +08:00
|
|
|
$(OBJ_FORMAT_H) $(TARG_CPU_H) $(TARG_ENV_H) \
|
|
|
|
as.h asintl.h bignum.h bit_fix.h config.h emul.h expr.h flonum.h \
|
|
|
|
frags.h hash.h listing.h obj.h read.h symbols.h tc.h write.h
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
EXPECT = `if [ -f $${rootme}/../expect/expect ] ; then \
|
|
|
|
echo $${rootme}/../expect/expect ; \
|
|
|
|
else echo expect ; fi`
|
|
|
|
|
|
|
|
RUNTEST = `if [ -f $${srcdir}/../dejagnu/runtest ] ; then \
|
|
|
|
echo $${srcdir}/../dejagnu/runtest ; else echo runtest; \
|
|
|
|
fi`
|
|
|
|
RUNTESTFLAGS=
|
|
|
|
|
|
|
|
check-DEJAGNU: site.exp
|
|
|
|
if [ -d testsuite ]; then \
|
|
|
|
true; \
|
|
|
|
else \
|
|
|
|
mkdir testsuite; \
|
|
|
|
fi
|
|
|
|
rm -f testsuite/site.exp
|
|
|
|
cp site.exp testsuite/site.exp
|
|
|
|
rootme=`pwd`; export rootme; \
|
|
|
|
srcdir=`cd ${srcdir}; pwd` ; export srcdir ; \
|
|
|
|
EXPECT=${EXPECT} ; export EXPECT ; \
|
|
|
|
if [ -f $(top_builddir)/../expect/expect ]; then \
|
|
|
|
TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \
|
|
|
|
export TCL_LIBRARY; \
|
|
|
|
fi; \
|
|
|
|
runtest=$(RUNTEST); \
|
|
|
|
cd testsuite; \
|
|
|
|
if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
|
|
|
|
$$runtest --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite \
|
|
|
|
$(RUNTESTFLAGS); \
|
|
|
|
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
|
|
|
|
fi
|
|
|
|
|
|
|
|
# The implicit .c.o rule doesn't work for these, perhaps because of
|
|
|
|
# the variables, or perhaps because the sources are not on vpath.
|
2000-05-27 21:41:11 +08:00
|
|
|
$(TARG_CPU_O): $(TARG_CPU_C)
|
1999-05-03 15:29:11 +08:00
|
|
|
$(COMPILE) -c $(TARG_CPU_C)
|
|
|
|
$(ATOF_TARG_O): $(ATOF_TARG_C)
|
|
|
|
$(COMPILE) -c $(ATOF_TARG_C)
|
|
|
|
|
|
|
|
# ecoff.c only has full dependencies when ECOFF_DEBUGGING is defined,
|
|
|
|
# so the automatic dependency stuff doesn't work.
|
|
|
|
ecoff.o : ecoff.c ecoff.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
|
|
|
|
$(INCDIR)/coff/ecoff.h $(INCDIR)/coff/symconst.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h
|
|
|
|
|
|
|
|
# We need all these explicit rules for the multi stuff. Because of
|
|
|
|
# these rules, we don't need one for OBJ_FORMAT_O.
|
|
|
|
|
|
|
|
obj-aout.o : $(srcdir)/config/obj-aout.c
|
|
|
|
$(COMPILE) -c $(srcdir)/config/obj-aout.c
|
|
|
|
obj-bout.o : $(srcdir)/config/obj-bout.c
|
|
|
|
$(COMPILE) -c $(srcdir)/config/obj-bout.c
|
|
|
|
obj-coff.o: $(srcdir)/config/obj-coff.c
|
|
|
|
$(COMPILE) -c $(srcdir)/config/obj-coff.c
|
|
|
|
obj-ecoff.o : $(srcdir)/config/obj-ecoff.c
|
|
|
|
$(COMPILE) -c $(srcdir)/config/obj-ecoff.c
|
|
|
|
obj-elf.o : $(srcdir)/config/obj-elf.c
|
|
|
|
$(COMPILE) -c $(srcdir)/config/obj-elf.c
|
|
|
|
obj-evax.o : $(srcdir)/config/obj-evax.c
|
|
|
|
$(COMPILE) -c $(srcdir)/config/obj-evax.c
|
|
|
|
obj-hp300.o : $(srcdir)/config/obj-hp300.c
|
|
|
|
$(COMPILE) -c $(srcdir)/config/obj-hp300.c
|
|
|
|
obj-ieee.o : $(srcdir)/config/obj-ieee.c
|
|
|
|
$(COMPILE) -c $(srcdir)/config/obj-ieee.c
|
|
|
|
obj-multi.o : $(srcdir)/config/obj-multi.c
|
|
|
|
$(COMPILE) -c $(srcdir)/config/obj-multi.c
|
|
|
|
obj-som.o : $(srcdir)/config/obj-som.c
|
|
|
|
$(COMPILE) -c $(srcdir)/config/obj-som.c
|
|
|
|
|
|
|
|
e-mipself.o : $(srcdir)/config/e-mipself.c
|
|
|
|
$(COMPILE) -c $(srcdir)/config/e-mipself.c
|
|
|
|
e-mipsecoff.o : $(srcdir)/config/e-mipsecoff.c
|
|
|
|
$(COMPILE) -c $(srcdir)/config/e-mipsecoff.c
|
2000-01-27 06:48:31 +08:00
|
|
|
e-i386aout.o: $(srcdir)/config/e-i386aout.c
|
|
|
|
$(COMPILE) -c $(srcdir)/config/e-i386aout.c
|
1999-05-03 15:29:11 +08:00
|
|
|
e-i386coff.o: $(srcdir)/config/e-i386coff.c
|
|
|
|
$(COMPILE) -c $(srcdir)/config/e-i386coff.c
|
|
|
|
e-i386elf.o: $(srcdir)/config/e-i386elf.c
|
|
|
|
$(COMPILE) -c $(srcdir)/config/e-i386elf.c
|
2000-07-21 01:45:28 +08:00
|
|
|
e-crisaout.o: $(srcdir)/config/e-crisaout.c
|
|
|
|
$(COMPILE) -c $(srcdir)/config/e-crisaout.c
|
|
|
|
e-criself.o: $(srcdir)/config/e-criself.c
|
|
|
|
$(COMPILE) -c $(srcdir)/config/e-criself.c
|
1999-05-03 15:29:11 +08:00
|
|
|
|
2003-04-01 23:50:31 +08:00
|
|
|
xtensa-relax.o: $(srcdir)/config/xtensa-relax.c
|
|
|
|
$(COMPILE) -c $(srcdir)/config/xtensa-relax.c
|
|
|
|
|
1999-05-03 15:29:11 +08:00
|
|
|
# The m68k operand parser.
|
|
|
|
|
|
|
|
EXTRA_as_new_SOURCES = config/m68k-parse.y
|
|
|
|
|
|
|
|
# If m68k-parse.y is in a different directory, then ylwrap will use an
|
|
|
|
# absolute path when it invokes yacc, which will cause yacc to put the
|
|
|
|
# absolute path into the generated file. That's a pain when it comes
|
|
|
|
# to generating snapshots, because it introduces spurious diffs.
|
|
|
|
# Since when we make the snapshots $(srcdir) = ".", we check for that
|
|
|
|
# case and handle it differently. This means that anybody who
|
|
|
|
# configures with $(srcdir) = "." will have to set their path in the
|
|
|
|
# debugger if they want to debug m68k-parse.y. This is bad, but on
|
|
|
|
# the other hand it's good that people who use the prebuilt
|
|
|
|
# m68k-parse.c don't get a spurious absolute path.
|
|
|
|
m68k-parse.c: $(srcdir)/config/m68k-parse.y
|
|
|
|
f=$(srcdir)/config/m68k-parse.y; \
|
|
|
|
if [ $$f = "./config/m68k-parse.y" ]; then \
|
|
|
|
ln -s config/m68k-parse.y . > /dev/null 2>/dev/null || \
|
|
|
|
ln config/m68k-parse.y . > /dev/null 2>/dev/null || \
|
|
|
|
cp config/m68k-parse.y . >/dev/null 2>/dev/null; \
|
|
|
|
f=m68k-parse.y; \
|
|
|
|
else true; fi; \
|
2005-05-16 02:19:45 +08:00
|
|
|
$(SHELL) $(YLWRAP) $$f y.tab.c m68k-parse.c -- $(YACCCOMPILE); \
|
1999-05-03 15:29:11 +08:00
|
|
|
if [ $$f = "m68k-parse.y" ]; then \
|
|
|
|
rm -f m68k-parse.y; \
|
|
|
|
else true; fi
|
2005-03-21 23:35:34 +08:00
|
|
|
# Disable -Werror, if it has been enabled, since old versions of bison/
|
|
|
|
# yacc will produce working code which contain compile time warnings.
|
1999-05-03 15:29:11 +08:00
|
|
|
m68k-parse.o: m68k-parse.c $(srcdir)/config/m68k-parse.h
|
2005-04-14 13:26:44 +08:00
|
|
|
$(COMPILE) -c $< $(NO_WERROR)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
# Don't let the .y.h rule clobber m68k-parse.h.
|
|
|
|
m68k-parse.h: ; @true
|
|
|
|
$(srcdir)/config/m68k-parse.h: ; @true
|
|
|
|
|
|
|
|
# The instruction table specification lexical analyzer and parser.
|
|
|
|
|
|
|
|
itbl-lex.c: $(srcdir)/itbl-lex.l
|
2005-02-21 19:49:31 +08:00
|
|
|
itbl-lex.o: itbl-lex.c itbl-parse.h $(srcdir)/itbl-lex.h
|
1999-05-03 15:29:11 +08:00
|
|
|
|
2005-03-21 23:35:34 +08:00
|
|
|
# Disable -Werror, if it has been enabled, since old versions of bison/
|
|
|
|
# yacc will produce working code which contain compile time warnings.
|
2005-02-21 19:49:31 +08:00
|
|
|
itbl-parse.o: itbl-parse.c itbl-parse.h $(srcdir)/itbl-ops.h $(srcdir)/itbl-lex.h
|
2005-04-14 13:26:44 +08:00
|
|
|
$(COMPILE) -c $< $(NO_WERROR)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
itbl-ops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h
|
|
|
|
|
|
|
|
itbl-parse.c itbl-parse.h: $(srcdir)/itbl-parse.y
|
2005-05-16 02:19:45 +08:00
|
|
|
$(SHELL) $(YLWRAP) $(srcdir)/itbl-parse.y y.tab.c itbl-parse.c y.tab.h itbl-parse.h -- $(YACCCOMPILE) -d
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
# stand-alone itbl assembler & disassembler
|
|
|
|
|
2002-12-02 23:42:15 +08:00
|
|
|
EXTRA_PROGRAMS = itbl-test
|
1999-05-03 15:29:11 +08:00
|
|
|
itbl_test_SOURCES = itbl-parse.y itbl-lex.l
|
1999-08-09 01:08:00 +08:00
|
|
|
itbl_test_LDADD = itbl-tops.o itbl-test.o $(GASLIBS) @LEXLIB@
|
1999-05-03 15:29:11 +08:00
|
|
|
|
1999-08-09 01:08:00 +08:00
|
|
|
itbl-tops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h
|
|
|
|
$(COMPILE) -o itbl-tops.o -DSTAND_ALONE -c $(srcdir)/itbl-ops.c
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
itbl-test.o: $(srcdir)/testsuite/gas/all/itbl-test.c $(srcdir)/itbl-ops.h
|
|
|
|
$(COMPILE) -c -DSTAND_ALONE $(srcdir)/testsuite/gas/all/itbl-test.c
|
|
|
|
|
|
|
|
# CGEN interface.
|
|
|
|
|
|
|
|
CGEN_CPU_PREFIX = @cgen_cpu_prefix@
|
|
|
|
|
|
|
|
cgen.o: cgen.c cgen.h cgen-desc.h subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/opcode/cgen.h \
|
|
|
|
$(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-desc.h \
|
|
|
|
$(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-opc.h
|
|
|
|
|
|
|
|
# Remake the info files.
|
|
|
|
|
|
|
|
MOSTLYCLEANFILES = $(STAGESTUFF) core stamp-mk.com \
|
|
|
|
testsuite/*.o testsuite/*.out testsuite/gas.log testsuite/gas.sum \
|
|
|
|
testsuite/site.exp site.bak site.exp stage stage1 stage2
|
|
|
|
|
2000-05-27 21:41:11 +08:00
|
|
|
CLEANFILES = dep.sed DEPTC DEPTCA DEPOBJ DEPOBJA DEP2 DEP2A DEP1 DEPA DEP DEPDIR
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
.PHONY: install-exec-local install-data-local
|
|
|
|
.PHONY: install-exec-bindir install-exec-tooldir
|
|
|
|
|
|
|
|
install-exec-local: install-exec-bindir @install_tooldir@
|
|
|
|
|
|
|
|
install-exec-bindir: $(noinst_PROGRAMS)
|
2002-05-08 01:22:20 +08:00
|
|
|
$(mkinstalldirs) $(DESTDIR)$(bindir)
|
1999-05-03 15:29:11 +08:00
|
|
|
@list='$(noinst_PROGRAMS)'; for p in $$list; do \
|
|
|
|
if test -f $$p; then \
|
|
|
|
echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
|
2002-05-08 01:22:20 +08:00
|
|
|
$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
|
1999-05-03 15:29:11 +08:00
|
|
|
else :; fi; \
|
|
|
|
done
|
|
|
|
|
2000-03-09 11:14:44 +08:00
|
|
|
install-exec-tooldir: install-exec-bindir $(noinst_PROGRAMS)
|
2002-05-08 01:22:20 +08:00
|
|
|
$(mkinstalldirs) $(DESTDIR)$(tooldir)/bin
|
1999-05-03 15:29:11 +08:00
|
|
|
n=`echo as | sed '$(transform)'`; \
|
|
|
|
if [ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/as$(EXEEXT)" ]; then \
|
2002-05-08 01:22:20 +08:00
|
|
|
rm -f $(DESTDIR)$(tooldir)/bin/as$(EXEEXT); \
|
|
|
|
ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(tooldir)/bin/as$(EXEEXT) >/dev/null 2>/dev/null \
|
|
|
|
|| $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) as-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/as$(EXEEXT); \
|
1999-05-03 15:29:11 +08:00
|
|
|
else \
|
|
|
|
true ; \
|
|
|
|
fi
|
|
|
|
|
|
|
|
# These exist for maintenance purposes.
|
|
|
|
|
|
|
|
.PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison
|
|
|
|
|
|
|
|
bootstrap: as-new
|
|
|
|
$(MAKE) stage1
|
|
|
|
rm -f stage && ln -s stage1 stage
|
|
|
|
$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
|
|
|
|
$(MAKE) stage2
|
|
|
|
rm -f stage && ln -s stage2 stage
|
|
|
|
$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
|
|
|
|
$(MAKE) comparison against=stage2
|
|
|
|
|
|
|
|
bootstrap2:
|
|
|
|
rm -f stage && ln -s stage1 stage
|
|
|
|
$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
|
|
|
|
$(MAKE) stage2
|
|
|
|
rm -f stage && ln -s stage2 stage
|
|
|
|
$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
|
|
|
|
$(MAKE) comparison against=stage2
|
|
|
|
|
|
|
|
bootstrap3:
|
|
|
|
rm -f stage && ln -s stage2 stage
|
|
|
|
$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
|
|
|
|
$(MAKE) comparison against=stage2
|
|
|
|
|
|
|
|
# Copy the object files from a particular stage into a subdirectory.
|
|
|
|
stage1:
|
|
|
|
-mkdir stage1
|
|
|
|
-mv $(STAGESTUFF) stage1
|
|
|
|
if [ -f stage1/as-new$(EXEEXT) -a ! -f stage1/as$(EXEEXT) ] ; then (cd stage1 ; ln -s as-new$(EXEEXT) as$(EXEEXT)) ; fi
|
|
|
|
|
|
|
|
stage2:
|
|
|
|
-mkdir stage2
|
|
|
|
-mv $(STAGESTUFF) stage2
|
|
|
|
if [ -f stage2/as-new$(EXEEXT) -a ! -f stage2/as$(EXEEXT) ] ; then (cd stage2 ; ln -s as-new$(EXEEXT) as$(EXEEXT)) ; fi
|
|
|
|
|
|
|
|
stage3:
|
|
|
|
-mkdir stage3
|
|
|
|
-mv $(STAGESTUFF) stage3
|
|
|
|
if [ -f stage3/as-new$(EXEEXT) -a ! -f stage3/as$(EXEEXT) ] ; then (cd stage3 ; ln -s as-new as$(EXEEXT)) ; fi
|
|
|
|
|
|
|
|
against=stage2
|
|
|
|
|
|
|
|
# This rule is derived from corresponding code in the Makefile.in for gcc.
|
|
|
|
# The "tail +16c" is to bypass headers which may include timestamps or
|
|
|
|
# temporary assembly file names.
|
|
|
|
comparison:
|
|
|
|
x=0 ; \
|
|
|
|
for file in *.o ; do \
|
|
|
|
tail +16c ./$$file > tmp-foo1; \
|
|
|
|
if tail +16c ${against}/$$file > tmp-foo2 2>/dev/null ; then \
|
|
|
|
if cmp tmp-foo1 tmp-foo2 ; then \
|
|
|
|
true ; \
|
|
|
|
else \
|
|
|
|
echo $$file differs ; \
|
|
|
|
x=1 ; \
|
|
|
|
fi ; \
|
|
|
|
else true; fi ; \
|
|
|
|
done ; \
|
|
|
|
exit $$x
|
|
|
|
-rm -f tmp-foo*
|
|
|
|
|
|
|
|
.PHONY: de-stage1 de-stage2 de-stage3
|
|
|
|
|
|
|
|
de-stage1:
|
|
|
|
- (cd stage1 ; rm -f as$(EXEEXT) ; mv -f * ..)
|
|
|
|
- rmdir stage1
|
|
|
|
|
|
|
|
de-stage2:
|
|
|
|
- (cd stage2 ; rm -f as$(EXEEXT) ; mv -f * ..)
|
|
|
|
- rmdir stage2
|
|
|
|
|
|
|
|
de-stage3:
|
|
|
|
- (cd stage3 ; rm -f as$(EXEEXT) ; mv -f * ..)
|
|
|
|
- rmdir stage3
|
|
|
|
|
|
|
|
DEP_FILE_DEPS = $(CFILES) $(HFILES) $(TARGET_CPU_CFILES) \
|
|
|
|
$(TARGET_CPU_HFILES) $(OBJ_FORMAT_CFILES) $(OBJ_FORMAT_HFILES)
|
|
|
|
|
2004-12-22 23:29:25 +08:00
|
|
|
CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in $(srcdir)/configure.tgt
|
2001-10-02 14:02:51 +08:00
|
|
|
|
2000-05-27 21:41:11 +08:00
|
|
|
# Automatic dependency computation. This is a real pain, because the
|
|
|
|
# dependencies change based on target_cpu_type and obj_format.
|
|
|
|
# Just to make things even more complicated, automake separates the
|
|
|
|
# dependency variable assignments from the dependency rules, and tacks
|
|
|
|
# on a .NOEXPORT at the end of Makefile.in.
|
|
|
|
|
1999-08-09 01:48:38 +08:00
|
|
|
DEP: dep.sed $(DEP_FILE_DEPS) DEPTC DEPOBJ DEP2
|
2000-05-27 21:41:11 +08:00
|
|
|
rm -f DEP1 # delete because we use $? in DEP1 rule
|
1999-05-03 15:29:11 +08:00
|
|
|
srcdir=`cd $(srcdir); pwd`; \
|
2000-04-04 18:53:56 +08:00
|
|
|
$(MAKE) MKDEP="$(MKDEP)" srcdir="$${srcdir}" VPATH="$${srcdir}" DEP1
|
1999-08-09 01:48:38 +08:00
|
|
|
rm -rf DEPDIR
|
2000-05-27 21:41:11 +08:00
|
|
|
echo 'AMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.' > DEPA
|
1999-08-09 01:48:38 +08:00
|
|
|
sed -f dep.sed < DEPTC >> DEPA
|
|
|
|
sed -f dep.sed < DEPOBJ >> DEPA
|
|
|
|
sed -f dep.sed < DEP2 >> DEPA
|
2000-05-27 21:41:11 +08:00
|
|
|
echo 'BMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.' >> DEPA
|
|
|
|
echo '#MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.' >> DEPA
|
|
|
|
sed -f dep.sed < DEP1 >> DEPA
|
1999-08-09 01:48:38 +08:00
|
|
|
echo '$$(OBJS): $$(DEP_@target''_cpu_type@_@obj''_format@)' >> DEPA
|
|
|
|
echo '$$(TARG_CPU_O): $$(DEPTC_@target''_cpu_type@_@obj''_format@)' >> DEPA
|
|
|
|
echo '$$(OBJ_FORMAT_O): $$(DEPOBJ_@target''_cpu_type@_@obj''_format@)' >> DEPA
|
2000-05-27 21:41:11 +08:00
|
|
|
echo '#MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.' >> DEPA
|
2000-06-22 21:01:43 +08:00
|
|
|
if grep ' /' DEPA > /dev/null 2> /dev/null; then \
|
|
|
|
echo 'make DEP failed!'; exit 1; \
|
|
|
|
else \
|
|
|
|
mv -f DEPA $@; \
|
|
|
|
fi
|
1999-05-03 15:29:11 +08:00
|
|
|
|
1999-08-09 01:48:38 +08:00
|
|
|
DEP1: $(CFILES) $(MULTI_CFILES)
|
|
|
|
if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi
|
1999-05-03 15:29:11 +08:00
|
|
|
srcdir=`cd $(srcdir); pwd`; \
|
1999-08-09 01:48:38 +08:00
|
|
|
cd DEPDIR; \
|
1999-05-03 15:29:11 +08:00
|
|
|
echo '' > targ-cpu.h; \
|
|
|
|
echo '' > obj-format.h; \
|
|
|
|
echo '' > targ-env.h; \
|
|
|
|
echo '' > itbl-cpu.h; \
|
1999-06-03 17:06:24 +08:00
|
|
|
echo '' > itbl-parse.h; \
|
2001-07-24 18:07:15 +08:00
|
|
|
$(MKDEP) $(DEP_FLAGS) $? > DEP
|
2000-04-04 18:53:56 +08:00
|
|
|
mv -f DEPDIR/DEP $@
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
# Work out the special dependencies for the tc-*.c files.
|
1999-08-09 01:48:38 +08:00
|
|
|
DEPTC: $(TARGET_CPU_CFILES)
|
|
|
|
rm -f DEPTCA
|
|
|
|
if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi
|
1999-05-03 15:29:11 +08:00
|
|
|
srcdir=`cd $(srcdir); pwd`; \
|
1999-08-09 01:48:38 +08:00
|
|
|
cd DEPDIR; \
|
1999-05-03 15:29:11 +08:00
|
|
|
for c in $(CPU_TYPES); do \
|
|
|
|
for o in $(OBJ_FORMATS); do \
|
|
|
|
$(CPU_OBJ_VALID) \
|
|
|
|
if [ x$${valid} = xyes ]; then \
|
|
|
|
echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \
|
|
|
|
echo '#include "obj-'"$${o}"'.h"' > obj-format.h; \
|
|
|
|
echo '#include "te-generic.h"' > targ-env.h; \
|
|
|
|
echo '' > itbl-cpu.h; \
|
1999-06-03 17:06:24 +08:00
|
|
|
echo '' > itbl-parse.h; \
|
1999-05-03 15:29:11 +08:00
|
|
|
echo '#include "opcodes/'"$${c}"'-desc.h"' > cgen-desc.h; \
|
|
|
|
rm -f dummy.c; \
|
|
|
|
cp $${srcdir}/config/tc-$${c}.c dummy.c; \
|
2001-07-24 18:07:15 +08:00
|
|
|
$(MKDEP) $(DEP_FLAGS) dummy.c | \
|
2000-04-04 18:53:56 +08:00
|
|
|
sed -e "s/dummy.o: dummy.c/DEPTC_$${c}_$${o} =/" >> ../DEPTCA; \
|
1999-05-03 15:29:11 +08:00
|
|
|
rm -f dummy.c; \
|
|
|
|
else true; fi; \
|
|
|
|
done; \
|
|
|
|
done
|
1999-08-09 01:48:38 +08:00
|
|
|
echo 'DEPTC_hppa_som = $$(srcdir)/config/tc-hppa.h subsegs.h \' >> DEPTCA
|
|
|
|
echo ' $$(INCDIR)/obstack.h $$(BFDDIR)/libhppa.h \' >> DEPTCA
|
|
|
|
echo ' $$(INCDIR)/opcode/hppa.h $$(BFDDIR)/som.h' >> DEPTCA
|
2000-04-19 17:28:52 +08:00
|
|
|
for c in $(MULTI_CPU_TYPES); do \
|
2000-05-27 21:41:11 +08:00
|
|
|
echo "DEPTC_$${c}"'_multi = \' >> DEPTCA; \
|
2000-04-19 17:28:52 +08:00
|
|
|
for o in $(OBJ_FORMATS); do \
|
|
|
|
$(MULTI_CPU_OBJ_VALID) \
|
1999-05-03 15:29:11 +08:00
|
|
|
if [ x$${valid} = xyes ]; then \
|
2000-04-19 17:28:52 +08:00
|
|
|
echo '$$(DEPTC_'"$${c}_$${o}"') \' >> DEPTCA; \
|
1999-05-03 15:29:11 +08:00
|
|
|
else true; fi; \
|
2000-04-19 17:28:52 +08:00
|
|
|
done; \
|
|
|
|
echo '' >> DEPTCA; \
|
1999-05-03 15:29:11 +08:00
|
|
|
done
|
1999-08-09 01:48:38 +08:00
|
|
|
mv -f DEPTCA DEPTC
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
# Work out the special dependencies for the obj-*.c files.
|
1999-08-09 01:48:38 +08:00
|
|
|
DEPOBJ: $(OBJ_FORMAT_CFILES)
|
|
|
|
rm -f DEPOBJA
|
|
|
|
if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi
|
1999-05-03 15:29:11 +08:00
|
|
|
srcdir=`cd $(srcdir); pwd`; \
|
1999-08-09 01:48:38 +08:00
|
|
|
cd DEPDIR; \
|
1999-05-03 15:29:11 +08:00
|
|
|
for c in $(CPU_TYPES); do \
|
|
|
|
for o in $(OBJ_FORMATS); do \
|
|
|
|
$(CPU_OBJ_VALID) \
|
|
|
|
if [ x$${valid} = xyes ]; then \
|
|
|
|
echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \
|
|
|
|
echo '#include "obj-'"$${o}"'.h"' > obj-format.h; \
|
|
|
|
echo '#include "te-generic.h"' > targ-env.h; \
|
|
|
|
echo '' > itbl-cpu.h; \
|
1999-06-03 17:06:24 +08:00
|
|
|
echo '' > itbl-parse.h; \
|
1999-05-03 15:29:11 +08:00
|
|
|
rm -f dummy.c; \
|
|
|
|
cp $${srcdir}/config/obj-$${o}.c dummy.c; \
|
2001-07-24 18:07:15 +08:00
|
|
|
$(MKDEP) $(DEP_FLAGS) dummy.c | \
|
2000-04-04 18:53:56 +08:00
|
|
|
sed -e "s/dummy.o: dummy.c/DEPOBJ_$${c}_$${o} =/" >> ../DEPOBJA; \
|
1999-05-03 15:29:11 +08:00
|
|
|
rm -f dummy.c; \
|
|
|
|
else true; fi; \
|
|
|
|
done; \
|
|
|
|
done
|
1999-08-09 01:48:38 +08:00
|
|
|
echo 'DEPOBJ_hppa_som = $$(srcdir)/config/obj-som.h subsegs.h \' >> DEPOBJA
|
|
|
|
echo ' $$(INCDIR)/obstack.h $$(BFDDIR)/libhppa.h \' >> DEPOBJA
|
|
|
|
echo ' $$(BFDDIR)/som.h $$(INCDIR)/aout/stab_gnu.h \' >> DEPOBJA
|
|
|
|
echo ' $$(INCDIR)/aout/stab.def' >> DEPOBJA
|
2000-04-19 17:28:52 +08:00
|
|
|
for c in $(MULTI_CPU_TYPES); do \
|
2000-05-27 21:41:11 +08:00
|
|
|
echo "DEPOBJ_$${c}"'_multi = \' >> DEPOBJA; \
|
2000-04-19 17:28:52 +08:00
|
|
|
for o in $(OBJ_FORMATS); do \
|
|
|
|
$(MULTI_CPU_OBJ_VALID) \
|
1999-05-03 15:29:11 +08:00
|
|
|
if [ x$${valid} = xyes ]; then \
|
2000-04-19 17:28:52 +08:00
|
|
|
echo '$$(DEPOBJ_'"$${c}_$${o}"') \' >> DEPOBJA; \
|
1999-05-03 15:29:11 +08:00
|
|
|
else true; fi; \
|
2000-04-19 17:28:52 +08:00
|
|
|
done; \
|
|
|
|
echo '' >> DEPOBJA; \
|
1999-05-03 15:29:11 +08:00
|
|
|
done
|
1999-08-09 01:48:38 +08:00
|
|
|
mv -f DEPOBJA DEPOBJ
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
# Work out the dependencies for each CPU/OBJ combination.
|
|
|
|
# Note that SOM is a special case, because it only works native.
|
1999-08-09 01:48:38 +08:00
|
|
|
DEP2: $(TARGET_CPU_HFILES) $(OBJ_FORMAT_HFILES)
|
2000-05-27 21:41:11 +08:00
|
|
|
rm -f DEP2A
|
1999-08-09 01:48:38 +08:00
|
|
|
if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi
|
1999-05-03 15:29:11 +08:00
|
|
|
srcdir=`cd $(srcdir); pwd`; \
|
1999-08-09 01:48:38 +08:00
|
|
|
cd DEPDIR; \
|
1999-05-03 15:29:11 +08:00
|
|
|
for c in $(CPU_TYPES); do \
|
|
|
|
for o in $(OBJ_FORMATS); do \
|
|
|
|
$(CPU_OBJ_VALID) \
|
|
|
|
if [ x$${valid} = xyes ]; then \
|
|
|
|
echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \
|
|
|
|
echo '#include "obj-'"$${o}"'.h"' > dummy.c; \
|
2001-07-24 18:07:15 +08:00
|
|
|
$(MKDEP) $(DEP_FLAGS) dummy.c | \
|
2000-05-27 21:41:11 +08:00
|
|
|
sed -e "s/dummy.o: dummy.c/DEP_$${c}_$${o} =/" >> ../DEP2A; \
|
1999-05-03 15:29:11 +08:00
|
|
|
else true; fi; \
|
|
|
|
done; \
|
|
|
|
done
|
2000-05-27 21:41:11 +08:00
|
|
|
echo 'DEP_hppa_som = $$(BFDDIR)/som.h' >> DEP2A
|
2000-04-19 17:28:52 +08:00
|
|
|
for c in $(MULTI_CPU_TYPES); do \
|
2000-05-27 21:41:11 +08:00
|
|
|
echo "DEP_$${c}"'_multi = \' >> DEP2A; \
|
2000-04-19 17:28:52 +08:00
|
|
|
for o in $(OBJ_FORMATS); do \
|
|
|
|
$(MULTI_CPU_OBJ_VALID) \
|
1999-05-03 15:29:11 +08:00
|
|
|
if [ x$${valid} = xyes ]; then \
|
2000-05-27 21:41:11 +08:00
|
|
|
echo '$$(DEP_'"$${c}_$${o}"') \' >> DEP2A; \
|
1999-05-03 15:29:11 +08:00
|
|
|
else true; fi; \
|
2000-04-19 17:28:52 +08:00
|
|
|
done; \
|
2000-05-27 21:41:11 +08:00
|
|
|
echo '' >> DEP2A; \
|
1999-05-03 15:29:11 +08:00
|
|
|
done
|
2000-05-27 21:41:11 +08:00
|
|
|
mv -f DEP2A DEP2
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
dep.sed: dep-in.sed config.status
|
|
|
|
srcdir=`cd $(srcdir); pwd`; \
|
|
|
|
sed <$(srcdir)/dep-in.sed >dep.sed \
|
|
|
|
-e "s!@INCDIR@!$${srcdir}/../include!" \
|
|
|
|
-e "s!@BFDDIR@!$${srcdir}/../bfd!" \
|
2002-04-04 22:07:22 +08:00
|
|
|
-e "s!@SRCDIR@!$${srcdir}!" \
|
|
|
|
-e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/gas,,`'!'
|
1999-05-03 15:29:11 +08:00
|
|
|
|
1999-08-09 01:48:38 +08:00
|
|
|
dep: DEP
|
2000-05-27 21:41:11 +08:00
|
|
|
sed -e '/^.MKDEP.*WARNING BELOW./,/^.MKDEP.*WARNING ABOVE./d' \
|
|
|
|
< Makefile > tmp-Makefile
|
1999-08-09 01:48:38 +08:00
|
|
|
cat DEP >> tmp-Makefile
|
1999-05-03 15:29:11 +08:00
|
|
|
$(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
|
|
|
|
|
1999-08-09 01:48:38 +08:00
|
|
|
dep-in: DEP
|
2000-05-27 21:41:11 +08:00
|
|
|
sed -e '/^.MKDEP.*WARNING BELOW./,/^.MKDEP.*WARNING ABOVE./d' \
|
|
|
|
< $(srcdir)/Makefile.in > tmp-Makefile.in
|
1999-08-09 01:48:38 +08:00
|
|
|
cat DEP >> tmp-Makefile.in
|
1999-05-03 15:29:11 +08:00
|
|
|
$(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
|
|
|
|
|
1999-08-09 01:48:38 +08:00
|
|
|
dep-am: DEP
|
2000-05-27 21:41:11 +08:00
|
|
|
sed -e '/^.MKDEP.*WARNING BELOW./,/^.MKDEP.*WARNING ABOVE./d' \
|
|
|
|
< $(srcdir)/Makefile.am > tmp-Makefile.am
|
1999-08-09 01:48:38 +08:00
|
|
|
cat DEP >> tmp-Makefile.am
|
1999-05-03 15:29:11 +08:00
|
|
|
$(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
|
|
|
|
|
2000-05-27 21:41:11 +08:00
|
|
|
# HEED THE MKDEP WARNINGS.
|
|
|
|
# ANYTHING CHANGED OR ADDED BETWEEN THE WARNING LINES MAY GO AWAY.
|
1999-05-03 15:29:11 +08:00
|
|
|
.PHONY: dep dep-in dep-am
|
|
|
|
|
2000-05-27 21:41:11 +08:00
|
|
|
AMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_a29k_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \
|
|
|
|
$(srcdir)/config/tc-a29k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/safe-ctype.h $(INCDIR)/opcode/a29k.h
|
|
|
|
DEPTC_a29k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-a29k.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/a29k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/a29k.h
|
|
|
|
DEPTC_a29k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-a29k.h \
|
|
|
|
$(INCDIR)/safe-ctype.h $(INCDIR)/opcode/a29k.h
|
|
|
|
DEPTC_alpha_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-alpha.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
struc-symbol.h ecoff.h $(INCDIR)/opcode/alpha.h dw2gencfi.h \
|
|
|
|
$(INCDIR)/elf/dwarf2.h $(INCDIR)/safe-ctype.h $(srcdir)/config/atof-vax.c
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_alpha_ecoff = $(INCDIR)/symcat.h $(srcdir)/config/obj-ecoff.h \
|
|
|
|
$(srcdir)/config/tc-alpha.h ecoff.h $(INCDIR)/coff/sym.h \
|
|
|
|
$(INCDIR)/coff/ecoff.h subsegs.h $(INCDIR)/obstack.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
struc-symbol.h $(INCDIR)/opcode/alpha.h dw2gencfi.h \
|
|
|
|
$(INCDIR)/elf/dwarf2.h $(INCDIR)/safe-ctype.h $(srcdir)/config/atof-vax.c
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_alpha_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-alpha.h \
|
2000-06-22 11:35:54 +08:00
|
|
|
subsegs.h $(INCDIR)/obstack.h struc-symbol.h ecoff.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h $(INCDIR)/opcode/alpha.h \
|
|
|
|
$(INCDIR)/elf/alpha.h $(INCDIR)/elf/reloc-macros.h \
|
2003-06-11 07:44:42 +08:00
|
|
|
dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/safe-ctype.h \
|
|
|
|
$(srcdir)/config/atof-vax.c
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_alpha_evax = $(INCDIR)/symcat.h $(srcdir)/config/obj-evax.h \
|
|
|
|
$(srcdir)/config/tc-alpha.h subsegs.h $(INCDIR)/obstack.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
struc-symbol.h ecoff.h $(INCDIR)/opcode/alpha.h dw2gencfi.h \
|
|
|
|
$(INCDIR)/elf/dwarf2.h $(INCDIR)/safe-ctype.h $(srcdir)/config/atof-vax.c
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_arc_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-arc.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h struc-symbol.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2001-09-30 23:55:46 +08:00
|
|
|
$(INCDIR)/opcode/arc.h $(srcdir)/../opcodes/arc-ext.h \
|
|
|
|
$(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_arc_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arc.h \
|
|
|
|
struc-symbol.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2001-09-30 23:55:46 +08:00
|
|
|
$(INCDIR)/opcode/arc.h $(srcdir)/../opcodes/arc-ext.h \
|
|
|
|
$(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_arm_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \
|
|
|
|
$(srcdir)/config/tc-arm.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
|
2004-09-17 14:17:47 +08:00
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
|
|
$(INCDIR)/opcode/arm.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_arm_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-arm.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h subsegs.h \
|
2004-07-17 06:12:26 +08:00
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/opcode/arm.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_arm_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2004-09-17 14:17:47 +08:00
|
|
|
$(INCDIR)/opcode/arm.h $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
|
2004-10-25 20:26:04 +08:00
|
|
|
dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_avr_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-avr.h $(INCDIR)/coff/internal.h \
|
2001-09-30 23:55:46 +08:00
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/avr.h
|
|
|
|
DEPTC_avr_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-avr.h \
|
2001-09-30 23:55:46 +08:00
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
|
|
$(INCDIR)/opcode/avr.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_cris_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \
|
|
|
|
$(srcdir)/config/tc-cris.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
|
2001-09-30 23:55:46 +08:00
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/opcode/cris.h dwarf2dbg.h
|
|
|
|
DEPTC_cris_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-cris.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
|
|
$(INCDIR)/opcode/cris.h dwarf2dbg.h
|
2004-09-17 14:17:47 +08:00
|
|
|
DEPTC_crx_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-crx.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
|
|
|
dwarf2dbg.h $(INCDIR)/opcode/crx.h $(INCDIR)/elf/crx.h \
|
|
|
|
$(INCDIR)/elf/reloc-macros.h
|
2004-07-08 01:28:53 +08:00
|
|
|
DEPTC_crx_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-crx.h \
|
2004-09-17 14:17:47 +08:00
|
|
|
$(INCDIR)/safe-ctype.h dwarf2dbg.h $(INCDIR)/opcode/crx.h \
|
|
|
|
$(INCDIR)/elf/crx.h $(INCDIR)/elf/reloc-macros.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_d10v_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-d10v.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
2001-09-30 23:55:46 +08:00
|
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/d10v.h \
|
|
|
|
$(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_d10v_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d10v.h \
|
2001-09-30 23:55:46 +08:00
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/opcode/d10v.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h
|
|
|
|
DEPTC_d30v_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-d30v.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
2001-09-30 23:55:46 +08:00
|
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/d30v.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_d30v_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d30v.h \
|
2001-09-30 23:55:46 +08:00
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/opcode/d30v.h
|
2002-05-31 12:27:37 +08:00
|
|
|
DEPTC_dlx_coff = $(INCDIR)/safe-ctype.h $(INCDIR)/symcat.h \
|
|
|
|
$(srcdir)/config/obj-coff.h $(srcdir)/config/tc-dlx.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
2002-05-28 22:08:47 +08:00
|
|
|
$(INCDIR)/opcode/dlx.h
|
2002-05-31 12:27:37 +08:00
|
|
|
DEPTC_dlx_elf = $(INCDIR)/safe-ctype.h $(INCDIR)/symcat.h \
|
|
|
|
$(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(srcdir)/config/tc-dlx.h $(INCDIR)/opcode/dlx.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_fr30_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-fr30.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/fr30-desc.h \
|
2000-06-21 04:40:40 +08:00
|
|
|
$(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/fr30-opc.h \
|
|
|
|
cgen.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_fr30_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-fr30.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
|
|
$(srcdir)/../opcodes/fr30-desc.h $(INCDIR)/opcode/cgen.h \
|
|
|
|
$(srcdir)/../opcodes/fr30-opc.h cgen.h
|
2002-06-19 05:15:21 +08:00
|
|
|
DEPTC_frv_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-frv.h $(INCDIR)/coff/internal.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
|
|
|
|
$(srcdir)/../opcodes/frv-desc.h $(INCDIR)/opcode/cgen.h \
|
|
|
|
$(srcdir)/../opcodes/frv-opc.h cgen.h $(BFDDIR)/libbfd.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/hashtab.h $(INCDIR)/elf/common.h $(INCDIR)/elf/frv.h \
|
|
|
|
$(INCDIR)/elf/reloc-macros.h
|
2002-06-19 05:15:21 +08:00
|
|
|
DEPTC_frv_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-frv.h \
|
2003-08-14 15:04:09 +08:00
|
|
|
subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/frv-desc.h \
|
2002-07-03 07:56:53 +08:00
|
|
|
$(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/frv-opc.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
cgen.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h $(INCDIR)/elf/frv.h \
|
|
|
|
$(INCDIR)/elf/reloc-macros.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_h8300_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-h8300.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
2003-05-20 15:58:07 +08:00
|
|
|
$(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h \
|
|
|
|
$(INCDIR)/opcode/h8300.h $(INCDIR)/safe-ctype.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_h8300_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h \
|
2003-05-20 15:58:07 +08:00
|
|
|
subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h $(INCDIR)/opcode/h8300.h \
|
|
|
|
$(INCDIR)/safe-ctype.h $(INCDIR)/elf/h8.h $(INCDIR)/elf/reloc-macros.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_h8500_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-h8500.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/h8500.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/h8500-opc.h \
|
|
|
|
$(INCDIR)/safe-ctype.h
|
|
|
|
DEPTC_h8500_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8500.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/h8500-opc.h \
|
2001-09-30 23:55:46 +08:00
|
|
|
$(INCDIR)/safe-ctype.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_hppa_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-hppa.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h
|
|
|
|
DEPTC_hppa_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-hppa.h \
|
|
|
|
$(BFDDIR)/elf32-hppa.h $(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h \
|
|
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/safe-ctype.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/hppa.h \
|
|
|
|
dwarf2dbg.h
|
|
|
|
DEPTC_ia64_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
2002-04-04 22:07:22 +08:00
|
|
|
$(srcdir)/config/tc-ia64.h $(INCDIR)/opcode/ia64.h \
|
|
|
|
$(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/internal.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
|
|
|
dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h
|
|
|
|
DEPTC_ia64_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ia64.h \
|
2002-04-04 22:07:22 +08:00
|
|
|
$(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/safe-ctype.h dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h
|
|
|
|
DEPTC_i370_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-i370.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h struc-symbol.h $(INCDIR)/opcode/i370.h
|
|
|
|
DEPTC_i370_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i370.h \
|
2001-09-30 23:55:46 +08:00
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2002-09-21 18:39:17 +08:00
|
|
|
struc-symbol.h $(INCDIR)/opcode/i370.h $(INCDIR)/elf/i370.h \
|
|
|
|
$(INCDIR)/elf/reloc-macros.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_i386_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \
|
|
|
|
$(srcdir)/config/tc-i386.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
|
2001-09-30 23:55:46 +08:00
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2004-10-15 13:49:33 +08:00
|
|
|
dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/i386.h \
|
|
|
|
$(INCDIR)/elf/x86-64.h $(INCDIR)/elf/reloc-macros.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_i386_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-i386.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h subsegs.h \
|
2003-05-20 15:58:07 +08:00
|
|
|
$(INCDIR)/obstack.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
|
2004-10-15 13:49:33 +08:00
|
|
|
$(INCDIR)/opcode/i386.h $(INCDIR)/elf/x86-64.h $(INCDIR)/elf/reloc-macros.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_i386_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h \
|
2001-09-30 23:55:46 +08:00
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2004-10-15 13:49:33 +08:00
|
|
|
dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/i386.h \
|
|
|
|
$(INCDIR)/elf/x86-64.h $(INCDIR)/elf/reloc-macros.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_i860_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i860.h \
|
2001-09-30 23:55:46 +08:00
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/opcode/i860.h $(INCDIR)/elf/i860.h $(INCDIR)/elf/reloc-macros.h
|
|
|
|
DEPTC_i960_bout = $(INCDIR)/symcat.h $(srcdir)/config/obj-bout.h \
|
|
|
|
$(srcdir)/config/tc-i960.h $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h \
|
|
|
|
$(INCDIR)/opcode/i960.h
|
|
|
|
DEPTC_i960_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-i960.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h $(INCDIR)/opcode/i960.h
|
|
|
|
DEPTC_i960_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h \
|
|
|
|
$(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h $(INCDIR)/opcode/i960.h
|
2002-07-23 20:46:43 +08:00
|
|
|
DEPTC_ip2k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-ip2k.h $(INCDIR)/coff/internal.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
|
|
|
|
$(srcdir)/../opcodes/ip2k-desc.h $(INCDIR)/opcode/cgen.h \
|
|
|
|
$(srcdir)/../opcodes/ip2k-opc.h cgen.h $(INCDIR)/elf/common.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/elf/ip2k.h $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/libbfd.h \
|
|
|
|
$(INCDIR)/hashtab.h
|
2002-07-19 15:52:40 +08:00
|
|
|
DEPTC_ip2k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ip2k.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/ip2k-desc.h \
|
2002-07-23 20:46:43 +08:00
|
|
|
$(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/ip2k-opc.h \
|
|
|
|
cgen.h $(INCDIR)/elf/ip2k.h $(INCDIR)/elf/reloc-macros.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_m32r_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-m32r.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/m32r-desc.h \
|
2000-06-21 04:40:40 +08:00
|
|
|
$(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/m32r-opc.h \
|
2004-03-19 15:05:56 +08:00
|
|
|
cgen.h $(INCDIR)/elf/m32r.h $(INCDIR)/elf/reloc-macros.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_m32r_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32r.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
|
|
$(srcdir)/../opcodes/m32r-desc.h $(INCDIR)/opcode/cgen.h \
|
2004-03-19 15:05:56 +08:00
|
|
|
$(srcdir)/../opcodes/m32r-opc.h cgen.h $(INCDIR)/elf/m32r.h \
|
|
|
|
$(INCDIR)/elf/reloc-macros.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_m68hc11_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-m68hc11.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h subsegs.h \
|
2002-09-21 18:39:17 +08:00
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/opcode/m68hc11.h dwarf2dbg.h \
|
|
|
|
$(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_m68hc11_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68hc11.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2002-09-21 18:39:17 +08:00
|
|
|
$(INCDIR)/opcode/m68hc11.h dwarf2dbg.h $(INCDIR)/elf/m68hc11.h \
|
|
|
|
$(INCDIR)/elf/reloc-macros.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_m68k_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \
|
2000-06-22 11:35:54 +08:00
|
|
|
$(srcdir)/config/tc-m68k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
|
2001-09-30 23:55:46 +08:00
|
|
|
$(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h subsegs.h \
|
2003-08-14 15:04:09 +08:00
|
|
|
dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/m68k.h \
|
|
|
|
$(srcdir)/config/m68k-parse.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_m68k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-m68k.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h \
|
2003-08-14 15:04:09 +08:00
|
|
|
subsegs.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
|
|
|
|
$(INCDIR)/opcode/m68k.h $(srcdir)/config/m68k-parse.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_m68k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68k.h \
|
|
|
|
$(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h subsegs.h \
|
2003-08-14 15:04:09 +08:00
|
|
|
dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/m68k.h \
|
|
|
|
$(srcdir)/config/m68k-parse.h $(INCDIR)/elf/m68k.h \
|
|
|
|
$(INCDIR)/elf/reloc-macros.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_m68k_hp300 = $(INCDIR)/symcat.h $(srcdir)/config/obj-hp300.h \
|
|
|
|
$(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
2003-08-14 15:04:09 +08:00
|
|
|
$(INCDIR)/obstack.h subsegs.h dwarf2dbg.h dw2gencfi.h \
|
|
|
|
$(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/m68k.h $(srcdir)/config/m68k-parse.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_m88k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-m88k.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/m88k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(srcdir)/config/m88k-opcode.h
|
|
|
|
DEPTC_m88k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m88k.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
|
|
$(srcdir)/config/m88k-opcode.h
|
|
|
|
DEPTC_mcore_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-mcore.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/mcore-opc.h \
|
|
|
|
$(INCDIR)/safe-ctype.h
|
|
|
|
DEPTC_mcore_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mcore.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/mcore-opc.h \
|
2001-09-30 23:55:46 +08:00
|
|
|
$(INCDIR)/safe-ctype.h $(INCDIR)/elf/mcore.h $(INCDIR)/elf/reloc-macros.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_mips_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-mips.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/safe-ctype.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/opcode/mips.h itbl-ops.h dwarf2dbg.h dw2gencfi.h \
|
|
|
|
$(INCDIR)/elf/dwarf2.h $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h ecoff.h \
|
|
|
|
$(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_mips_ecoff = $(INCDIR)/symcat.h $(srcdir)/config/obj-ecoff.h \
|
|
|
|
$(srcdir)/config/tc-mips.h ecoff.h $(INCDIR)/coff/sym.h \
|
|
|
|
$(INCDIR)/coff/ecoff.h subsegs.h $(INCDIR)/obstack.h \
|
2001-09-30 23:55:46 +08:00
|
|
|
$(INCDIR)/safe-ctype.h $(INCDIR)/opcode/mips.h itbl-ops.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mips.h \
|
|
|
|
$(INCDIR)/elf/reloc-macros.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_mips_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mips.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/safe-ctype.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/opcode/mips.h itbl-ops.h dwarf2dbg.h dw2gencfi.h \
|
|
|
|
$(INCDIR)/elf/dwarf2.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
|
2001-10-31 13:04:33 +08:00
|
|
|
DEPTC_mmix_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mmix.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/elf/mmix.h \
|
|
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/mmix.h \
|
|
|
|
$(INCDIR)/safe-ctype.h dwarf2dbg.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_mn10200_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-mn10200.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/mn10200.h
|
|
|
|
DEPTC_mn10200_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
2001-09-30 23:55:46 +08:00
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10200.h \
|
2001-09-30 23:55:46 +08:00
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
|
|
$(INCDIR)/opcode/mn10200.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_mn10300_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-mn10300.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
2001-09-30 23:55:46 +08:00
|
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/mn10300.h \
|
|
|
|
dwarf2dbg.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_mn10300_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10300.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
|
|
$(INCDIR)/opcode/mn10300.h dwarf2dbg.h
|
2003-01-16 12:11:36 +08:00
|
|
|
DEPTC_msp430_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-msp430.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
|
|
|
|
$(INCDIR)/opcode/msp430.h $(INCDIR)/safe-ctype.h
|
|
|
|
DEPTC_msp430_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-msp430.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/msp430.h \
|
|
|
|
$(INCDIR)/safe-ctype.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_ns32k_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \
|
|
|
|
$(srcdir)/config/tc-ns32k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
|
2000-06-21 04:40:40 +08:00
|
|
|
$(INCDIR)/opcode/ns32k.h $(INCDIR)/obstack.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_ns32k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-ns32k.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ns32k.h \
|
2000-06-22 11:35:54 +08:00
|
|
|
$(INCDIR)/obstack.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_ns32k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ns32k.h \
|
|
|
|
$(INCDIR)/opcode/ns32k.h $(INCDIR)/obstack.h
|
|
|
|
DEPTC_openrisc_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-openrisc.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
|
|
|
|
$(srcdir)/../opcodes/openrisc-desc.h $(INCDIR)/opcode/cgen.h \
|
|
|
|
$(srcdir)/../opcodes/openrisc-opc.h cgen.h
|
|
|
|
DEPTC_openrisc_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-openrisc.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/openrisc-desc.h \
|
2001-05-03 02:14:31 +08:00
|
|
|
$(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/openrisc-opc.h \
|
|
|
|
cgen.h
|
2002-02-01 11:26:35 +08:00
|
|
|
DEPTC_or32_coff = $(INCDIR)/safe-ctype.h $(INCDIR)/symcat.h \
|
|
|
|
$(srcdir)/config/obj-coff.h $(srcdir)/config/tc-or32.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/or32.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/opcode/or32.h $(INCDIR)/elf/or32.h \
|
|
|
|
$(INCDIR)/elf/reloc-macros.h
|
|
|
|
DEPTC_or32_elf = $(INCDIR)/safe-ctype.h $(INCDIR)/symcat.h \
|
|
|
|
$(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(srcdir)/config/tc-or32.h $(INCDIR)/opcode/or32.h \
|
|
|
|
$(INCDIR)/elf/or32.h $(INCDIR)/elf/reloc-macros.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_pdp11_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \
|
|
|
|
$(srcdir)/config/tc-pdp11.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
|
2001-09-30 23:55:46 +08:00
|
|
|
$(INCDIR)/safe-ctype.h $(INCDIR)/opcode/pdp11.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_pdp11_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-pdp11.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
2001-09-30 23:55:46 +08:00
|
|
|
$(INCDIR)/opcode/pdp11.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_pdp11_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-pdp11.h \
|
|
|
|
$(INCDIR)/safe-ctype.h $(INCDIR)/opcode/pdp11.h
|
|
|
|
DEPTC_pj_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-pj.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
2001-09-30 23:55:46 +08:00
|
|
|
$(INCDIR)/opcode/pj.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_pj_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-pj.h \
|
|
|
|
$(INCDIR)/safe-ctype.h $(INCDIR)/opcode/pj.h
|
|
|
|
DEPTC_ppc_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-ppc.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
2001-09-30 23:55:46 +08:00
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-08-14 15:04:09 +08:00
|
|
|
dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/ppc.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_ppc_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ppc.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-08-14 15:04:09 +08:00
|
|
|
dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/ppc.h \
|
|
|
|
$(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_s390_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-s390.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
2002-09-21 18:39:17 +08:00
|
|
|
subsegs.h $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h \
|
2003-08-14 15:04:09 +08:00
|
|
|
dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/s390.h \
|
|
|
|
$(INCDIR)/elf/s390.h $(INCDIR)/elf/reloc-macros.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_s390_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-s390.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-08-14 15:04:09 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
|
|
|
|
$(INCDIR)/opcode/s390.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/reloc-macros.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_sh_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-sh.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/sh-opc.h \
|
2004-03-19 15:05:56 +08:00
|
|
|
$(INCDIR)/safe-ctype.h struc-symbol.h dwarf2dbg.h dw2gencfi.h \
|
|
|
|
$(INCDIR)/elf/dwarf2.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_sh_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/sh-opc.h \
|
|
|
|
$(INCDIR)/safe-ctype.h struc-symbol.h $(INCDIR)/elf/sh.h \
|
2004-03-19 15:05:56 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h dwarf2dbg.h dw2gencfi.h \
|
|
|
|
$(INCDIR)/elf/dwarf2.h
|
2002-03-21 17:40:17 +08:00
|
|
|
DEPTC_sh64_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh64.h \
|
|
|
|
$(srcdir)/config/tc-sh.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
|
2003-01-23 19:51:35 +08:00
|
|
|
$(BFDDIR)/elf32-sh64.h $(INCDIR)/safe-ctype.h $(srcdir)/../opcodes/sh64-opc.h \
|
2002-03-21 17:40:17 +08:00
|
|
|
$(srcdir)/config/tc-sh.c subsegs.h $(INCDIR)/obstack.h \
|
2004-03-19 15:05:56 +08:00
|
|
|
$(srcdir)/../opcodes/sh-opc.h struc-symbol.h dwarf2dbg.h \
|
|
|
|
dw2gencfi.h $(INCDIR)/elf/dwarf2.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_sparc_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \
|
|
|
|
$(srcdir)/config/tc-sparc.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-12-02 16:14:35 +08:00
|
|
|
$(INCDIR)/opcode/sparc.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_sparc_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-sparc.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h subsegs.h \
|
2003-12-02 16:14:35 +08:00
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/opcode/sparc.h dw2gencfi.h \
|
|
|
|
$(INCDIR)/elf/dwarf2.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_sparc_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sparc.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-12-02 16:14:35 +08:00
|
|
|
$(INCDIR)/opcode/sparc.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
|
|
|
|
$(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
|
2001-09-30 23:55:46 +08:00
|
|
|
dwarf2dbg.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_tahoe_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \
|
|
|
|
$(srcdir)/config/tc-tahoe.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h $(INCDIR)/opcode/tahoe.h
|
|
|
|
DEPTC_tahoe_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-tahoe.h $(INCDIR)/coff/internal.h \
|
2001-09-30 23:55:46 +08:00
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/opcode/tahoe.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_tahoe_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tahoe.h \
|
2001-09-30 23:55:46 +08:00
|
|
|
$(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h $(INCDIR)/opcode/tahoe.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_tic30_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \
|
|
|
|
$(srcdir)/config/tc-tic30.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/safe-ctype.h $(INCDIR)/opcode/tic30.h
|
|
|
|
DEPTC_tic30_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-tic30.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/tic30.h
|
|
|
|
DEPTC_tic30_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic30.h \
|
|
|
|
$(INCDIR)/safe-ctype.h $(INCDIR)/opcode/tic30.h
|
2003-08-14 15:04:09 +08:00
|
|
|
DEPTC_tic4x_coff = $(INCDIR)/safe-ctype.h $(INCDIR)/symcat.h \
|
|
|
|
$(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic4x.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/tic4x.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h
|
|
|
|
DEPTC_tic4x_elf = $(INCDIR)/safe-ctype.h $(INCDIR)/symcat.h \
|
|
|
|
$(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(srcdir)/config/tc-tic4x.h $(INCDIR)/opcode/tic4x.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_tic54x_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-tic54x.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h sb.h macro.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h struc-symbol.h $(INCDIR)/opcode/tic54x.h
|
|
|
|
DEPTC_tic54x_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic54x.h \
|
|
|
|
$(INCDIR)/safe-ctype.h sb.h macro.h subsegs.h $(INCDIR)/obstack.h \
|
|
|
|
struc-symbol.h $(INCDIR)/opcode/tic54x.h $(srcdir)/config/obj-coff.h \
|
2000-06-22 21:01:43 +08:00
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h \
|
|
|
|
$(BFDDIR)/libcoff.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_tic80_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-tic80.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/tic80.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/tic80.h
|
|
|
|
DEPTC_tic80_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic80.h \
|
|
|
|
$(INCDIR)/safe-ctype.h $(INCDIR)/opcode/tic80.h
|
|
|
|
DEPTC_vax_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \
|
|
|
|
$(srcdir)/config/tc-vax.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
|
2002-07-03 07:56:53 +08:00
|
|
|
$(srcdir)/config/vax-inst.h $(INCDIR)/obstack.h subsegs.h \
|
|
|
|
$(INCDIR)/opcode/vax.h $(INCDIR)/safe-ctype.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_vax_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-vax.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(srcdir)/config/vax-inst.h \
|
2002-07-03 07:56:53 +08:00
|
|
|
$(INCDIR)/obstack.h subsegs.h $(INCDIR)/opcode/vax.h \
|
|
|
|
$(INCDIR)/safe-ctype.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_vax_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-vax.h \
|
2002-07-03 07:56:53 +08:00
|
|
|
$(srcdir)/config/vax-inst.h $(INCDIR)/obstack.h subsegs.h \
|
|
|
|
$(INCDIR)/elf/vax.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/vax.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/safe-ctype.h
|
|
|
|
DEPTC_w65_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-w65.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/w65.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/w65-opc.h
|
|
|
|
DEPTC_w65_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-w65.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/w65-opc.h
|
|
|
|
DEPTC_v850_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
2002-04-04 22:07:22 +08:00
|
|
|
$(srcdir)/config/tc-v850.h $(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
|
|
$(INCDIR)/opcode/v850.h dwarf2dbg.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPTC_v850_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
2000-06-22 21:01:43 +08:00
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-v850.h \
|
2002-04-04 22:07:22 +08:00
|
|
|
$(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/safe-ctype.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/v850.h \
|
|
|
|
dwarf2dbg.h
|
2002-01-22 16:58:00 +08:00
|
|
|
DEPTC_xstormy16_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-xstormy16.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
|
|
|
|
$(srcdir)/../opcodes/xstormy16-desc.h $(INCDIR)/opcode/cgen.h \
|
|
|
|
$(srcdir)/../opcodes/xstormy16-opc.h cgen.h
|
|
|
|
DEPTC_xstormy16_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xstormy16.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/xstormy16-desc.h \
|
|
|
|
$(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/xstormy16-opc.h \
|
|
|
|
cgen.h
|
2003-04-01 23:50:31 +08:00
|
|
|
DEPTC_xtensa_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xtensa.h \
|
bfd ChangeLog
* elf32-xtensa.c (elf32xtensa_size_opt): New global variable.
(xtensa_default_isa): Global variable moved here from xtensa-isa.c.
(elf32xtensa_no_literal_movement): New global variable.
(elf_howto_table): Add entries for new relocations.
(elf_xtensa_reloc_type_lookup): Handle new relocations.
(property_table_compare): When addresses are equal, compare sizes and
various property flags.
(property_table_matches): New.
(xtensa_read_table_entries): Extend to read new property tables. Add
output_addr parameter to indicate that output addresses should be used.
Use bfd_get_section_limit.
(elf_xtensa_find_property_entry): New.
(elf_xtensa_in_literal_pool): Use elf_xtensa_find_property_entry.
(elf_xtensa_check_relocs): Handle new relocations.
(elf_xtensa_do_reloc): Use bfd_get_section_limit. Handle new
relocations. Use new xtensa-isa.h functions.
(build_encoding_error_message): Remove encode_result parameter. Add
new target_address parameter used to detect alignment errors.
(elf_xtensa_relocate_section): Use bfd_get_section_limit. Clean up
error handling. Use new is_operand_relocation function.
(elf_xtensa_combine_prop_entries, elf_xtensa_merge_private_bfd_data):
Use underbar macro for error messages. Formatting.
(get_const16_opcode): New.
(get_l32r_opcode): Add a separate flag for initialization.
(get_relocation_opnd): Operand number is no longer explicit in the
relocation. Change to decode the opcode and analyze its operands.
(get_relocation_slot): New.
(get_relocation_opcode): Add bfd parameter. Use bfd_get_section_limit.
Use new xtensa-isa.h functions to handle multislot instructions.
(is_l32r_relocation): Add bfd parameter. Use is_operand_relocation.
(get_asm_simplify_size, is_alt_relocation, is_operand_relocation,
insn_decode_len, insn_decode_opcode, check_branch_target_aligned,
check_loop_aligned, check_branch_target_aligned_address, narrowable,
widenable, narrow_instruction, widen_instruction, op_single_fmt_table,
get_single_format, init_op_single_format_table): New.
(elf_xtensa_do_asm_simplify): Add error_message parameter and use it
instead of calling _bfd_error_handler. Use new xtensa-isa.h functions.
(contract_asm_expansion): Add error_message parameter and pass it to
elf_xtensa_do_asm_simplify. Replace use of R_XTENSA_OP0 relocation
with R_XTENSA_SLOT0_OP.
(get_expanded_call_opcode): Extend to handle either L32R or CONST16
instructions. Use new xtensa-isa.h functions.
(r_reloc struct): Add new virtual_offset field.
(r_reloc_init): Add contents and content_length parameters. Set
virtual_offset field to zero. Add contents to target_offset field for
partial_inplace relocations.
(r_reloc_is_defined): Check for null.
(print_r_reloc): New debug function.
(source_reloc struct): Replace xtensa_operand field with pair of the
opcode and the operand position. Add is_abs_literal field.
(init_source_reloc): Specify operand by opcode/position pair. Set
is_abs_literal field.
(source_reloc_compare): When target_offsets are equal, compare other
fields to make sorting predictable.
(literal_value struct): Add is_abs_literal field.
(value_map_hash_table struct): Add has_last_loc and last_loc fields.
(init_literal_value): New.
(is_same_value): Replace with ...
(literal_value_equal): ... this function. Add comparisons of
virtual_offset and is_abs_literal fields.
(value_map_hash_table_init): Use bfd_zmalloc. Check for allocation
failure. Initialize has_last_loc field.
(value_map_hash_table_delete): New.
(hash_literal_value): Rename to ...
(literal_value_hash): ... this. Include is_abs_literal flag and
virtual_offset field in the hash value.
(get_cached_value): Rename to ...
(value_map_get_cached_value): ... this. Update calls to
literal_value_hash and literal_value_equal.
(add_value_map): Check for allocation failure. Update calls to
value_map_get_cached_value and literal_value_hash.
(text_action, text_action_list, text_action_t): New types.
(find_fill_action, compute_removed_action_diff, adjust_fill_action,
text_action_add, text_action_add_literal, offset_with_removed_text,
offset_with_removed_text_before_fill, find_insn_action,
print_action_list, print_removed_literals): New.
(offset_with_removed_literals): Delete.
(xtensa_relax_info struct): Add is_relaxable_asm_section, action_list,
fix_array, fix_array_count, allocated_relocs, relocs_count, and
allocated_relocs_count fields.
(init_xtensa_relax_info): Initialize new fields.
(reloc_bfd_fix struct): Add new translated field.
(reloc_bfd_fix_init): Add translated parameter and use it to set the
translated field.
(fix_compare, cache_fix_array): New.
(get_bfd_fix): Remove fix_list parameter and get all relax_info for the
section via get_xtensa_relax_info. Use cache_fix_array to set up
sorted fix_array and use bsearch instead of linear search.
(section_cache_t): New struct.
(init_section_cache, section_cache_section, clear_section_cache): New.
(ebb_t, ebb_target_enum, proposed_action, ebb_constraint): New types.
(init_ebb_constraint, free_ebb_constraint, init_ebb, extend_ebb_bounds,
extend_ebb_bounds_forward, extend_ebb_bounds_backward,
insn_block_decodable_len, ebb_propose_action, ebb_add_proposed_action):
New.
(retrieve_contents): Use bfd_get_section_limit.
(elf_xtensa_relax_section): Add relocations_analyzed flag. Update call
to compute_removed_literals. Free value_map_hash_table when no longer
needed.
(analyze_relocations): Check is_relaxable_asm_section flag. Call
compute_text_actions for all sections.
(find_relaxable_sections): Mark sections as relaxable if they contain
ASM_EXPAND relocations that can be optimized. Adjust r_reloc_init
call. Increment relax_info src_count field only for appropriate
relocation types. Remove is_literal_section check.
(collect_source_relocs): Use bfd_get_section_limit. Adjust calls to
r_reloc_init and find_associated_l32r_irel. Check
is_relaxable_asm_section flag. Handle L32R instructions with absolute
literals. Pass is_abs_literal flag to init_source_reloc.
(is_resolvable_asm_expansion): Use bfd_get_section_limit. Check for
CONST16 instructions. Adjust calls to r_reloc_init and
pcrel_reloc_fits. Handle weak symbols conservatively.
(find_associated_l32r_irel): Add bfd parameter and pass it to
is_l32r_relocation.
(compute_text_actions, compute_ebb_proposed_actions,
compute_ebb_actions, check_section_ebb_pcrels_fit,
check_section_ebb_reduces, text_action_add_proposed,
compute_fill_extra_space): New.
(remove_literals): Replace with ...
(compute_removed_literals): ... this function. Call
init_section_cache. Use bfd_get_section_limit. Sort internal_relocs.
Call xtensa_read_table_entries to get the property table. Skip
relocations other than R_XTENSA_32 and R_XTENSA_PLT. Use new
is_removable_literal, remove_dead_literal, and
identify_literal_placement functions.
(get_irel_at_offset): Rewrite to use bsearch on sorted relocations
instead of linear search.
(is_removable_literal, remove_dead_literal,
identify_literal_placement): New.
(relocations_reach): Update check for literal not referenced by any
PC-relative relocations. Adjust call to pcrel_reloc_fits.
(coalesce_shared_literal, move_shared_literal): New.
(relax_section): Use bfd_get_section_limit. Call
translate_section_fixes. Update calls to r_reloc_init and
offset_with_removed_text. Check new is_relaxable_asm_section flag.
Add call to pin_internal_relocs. Add special handling for
R_XTENSA_ASM_SIMPLIFY and R_XTENSA_DIFF* relocs. Use virtual_offset
info to calculate new addend_displacement variable. Replace code for
deleting literals with more general code to perform the actions
determined by the action_list for the section.
(translate_section_fixes, translate_reloc_bfd_fix): New.
(translate_reloc): Check new is_relaxable_asm_section flag. Call
find_removed_literal only if is_operand_relocation. Update call to
offset_with_removed_text. Use new target_offset and removed_bytes
variables.
(move_literal): New.
(relax_property_section): Use bfd_get_section_limit. Set new
is_full_prop_section flag and handle new property tables. Update calls
to r_reloc_init and offset_with_removed_text. Check
is_relaxable_asm_section flag. Handle expansion of zero-sized
unreachable entries, with use of offset_with_removed_text_before_fill.
For relocatable links, combine entries only for literal tables.
(relax_section_symbols): Check is_relaxable_asm_section flag. Update
calls to offset_with_removed_text. Translate st_size field for
function symbols.
(do_fix_for_relocatable_link): Change to return bfd_boolean to indicate
failure. Add contents parameter. Update call to get_bfd_fix. Update
call to r_reloc_init. Call _bfd_error_handler and return FALSE for
R_XTENSA_ASM_EXPAND relocs.
(do_fix_for_final_link): Add input_bfd and contents parameters. Update
call to get_bfd_fix. Include offset from contents for partial_inplace
relocations.
(is_reloc_sym_weak): New.
(pcrel_reloc_fits): Use new xtensa-isa.h functions.
(prop_sec_len): New.
(xtensa_is_property_section): Handle new property sections.
(is_literal_section): Delete.
(internal_reloc_compare): When r_offset matches, compare r_info and
r_addend to make sorting predictable.
(internal_reloc_matches): New.
(xtensa_get_property_section_name): Handle new property sections.
(xtensa_get_property_predef_flags): New.
(xtensa_callback_required_dependence): Use bfd_get_section_limit.
Update calls to xtensa_isa_init, is_l32r_relocation, and r_reloc_init.
* xtensa-isa.c (xtensa_default_isa): Moved to elf32-xtensa.c.
(xtisa_errno, xtisa_error_msg): New variables.
(xtensa_isa_errno, xtensa_isa_error_msg): New.
(xtensa_insnbuf_alloc): Add error handling.
(xtensa_insnbuf_to_chars): Add num_chars parameter. Update to
use xtensa_format_decode. Add error handling.
(xtensa_insnbuf_from_chars): Add num_chars parameter. Decode the
instruction length to find the number of bytes to copy.
(xtensa_isa_init): Add error handling. Replace calls to
xtensa_load_isa and xtensa_extend_isa with code to initialize lookup
tables in the xtensa_modules structure.
(xtensa_check_isa_config, xtensa_add_isa, xtensa_load_isa,
xtensa_extend_isa): Delete.
(xtensa_isa_free): Change to only free lookup tables.
(opname_lookup_compare): Replace with ...
(xtensa_isa_name_compare): ... this function. Use strcasecmp.
(xtensa_insn_maxlength): Rename to ...
(xtensa_isa_maxlength): ... this.
(xtensa_insn_length): Delete.
(xtensa_insn_length_from_first_byte): Replace with ...
(xtensa_isa_length_from_chars): ... this function.
(xtensa_num_opcodes): Rename to ...
(xtensa_isa_num_opcodes): ... this.
(xtensa_isa_num_pipe_stages, xtensa_isa_num_formats,
xtensa_isa_num_regfiles, xtensa_isa_num_stages,
xtensa_isa_num_sysregs, xtensa_isa_num_interfaces,
xtensa_isa_num_funcUnits, xtensa_format_name, xtensa_format_lookup,
xtensa_format_decode, xtensa_format_encode, xtensa_format_length,
xtensa_format_num_slots, xtensa_format_slot_nop_opcode,
xtensa_format_get_slot, xtensa_format_set_slot): New functions.
(xtensa_opcode_lookup): Add error handling.
(xtensa_decode_insn): Replace with ...
(xtensa_opcode_decode): ... this function, with new format and
slot parameters. Add error handling.
(xtensa_encode_insn): Replace with ...
(xtensa_opcode_encode): ... this function, which does the encoding via
one of the entries in the "encode_fns" array. Add error handling.
(xtensa_opcode_name): Add error handling.
(xtensa_opcode_is_branch, xtensa_opcode_is_jump, xtensa_opcode_is_loop,
xtensa_opcode_is_call): New.
(xtensa_num_operands): Replace with ...
(xtensa_opcode_num_operands): ... this function. Add error handling.
(xtensa_opcode_num_stateOperands,
xtensa_opcode_num_interfaceOperands, xtensa_opcode_num_funcUnit_uses,
xtensa_opcode_funcUnit_use, xtensa_operand_name,
xtensa_operand_is_visible): New.
(xtensa_get_operand, xtensa_operand_kind): Delete.
(xtensa_operand_inout): Add error handling and special-case for
"sout" operands.
(xtensa_operand_get_field, xtensa_operand_set_field): Rewritten to
operate on one slot of an instruction. Added error handling.
(xtensa_operand_encode): Handle default operands with no encoding
functions. Check for success by comparing against decoded value.
Add error handling.
(xtensa_operand_decode): Handle default operands. Return decoded value
through argument pointer. Add error handling.
(xtensa_operand_is_register, xtensa_operand_regfile,
xtensa_operand_num_regs, xtensa_operand_is_known_reg): New.
(xtensa_operand_isPCRelative): Rename to ...
(xtensa_operand_is_PCrelative): ... this. Add error handling.
(xtensa_operand_do_reloc, xtensa_operand_undo_reloc): Return value
through argument pointer. Add error handling.
(xtensa_stateOperand_state, xtensa_stateOperand_inout,
xtensa_interfaceOperand_interface, xtensa_regfile_lookup,
xtensa_regfile_lookup_shortname, xtensa_regfile_name,
xtensa_regfile_shortname, xtensa_regfile_view_parent,
xtensa_regfile_num_bits, xtensa_regfile_num_entries,
xtensa_state_lookup, xtensa_state_name, xtensa_state_num_bits,
xtensa_state_is_exported, xtensa_sysreg_lookup,
xtensa_sysreg_lookup_name, xtensa_sysreg_name, xtensa_sysreg_number,
xtensa_sysreg_is_user, xtensa_interface_lookup, xtensa_interface_name,
xtensa_interface_num_bits, xtensa_interface_inout,
xtensa_interface_has_side_effect, xtensa_funcUnit_lookup,
xtensa_funcUnit_name, xtensa_funcUnit_num_copies): New.
* xtensa-modules.c: Rewrite to use new data structures.
* reloc.c (BFD_RELOC_XTENSA_DIFF8, BFD_RELOC_XTENSA_DIFF16,
BFD_RELOC_XTENSA_DIFF32, BFD_RELOC_XTENSA_SLOT0_OP,
BFD_RELOC_XTENSA_SLOT1_OP, BFD_RELOC_XTENSA_SLOT2_OP,
BFD_RELOC_XTENSA_SLOT3_OP, BFD_RELOC_XTENSA_SLOT4_OP,
BFD_RELOC_XTENSA_SLOT5_OP, BFD_RELOC_XTENSA_SLOT6_OP,
BFD_RELOC_XTENSA_SLOT7_OP, BFD_RELOC_XTENSA_SLOT8_OP,
BFD_RELOC_XTENSA_SLOT9_OP, BFD_RELOC_XTENSA_SLOT10_OP,
BFD_RELOC_XTENSA_SLOT11_OP, BFD_RELOC_XTENSA_SLOT12_OP,
BFD_RELOC_XTENSA_SLOT13_OP, BFD_RELOC_XTENSA_SLOT14_OP,
BFD_RELOC_XTENSA_SLOT0_ALT, BFD_RELOC_XTENSA_SLOT1_ALT,
BFD_RELOC_XTENSA_SLOT2_ALT, BFD_RELOC_XTENSA_SLOT3_ALT,
BFD_RELOC_XTENSA_SLOT4_ALT, BFD_RELOC_XTENSA_SLOT5_ALT,
BFD_RELOC_XTENSA_SLOT6_ALT, BFD_RELOC_XTENSA_SLOT7_ALT,
BFD_RELOC_XTENSA_SLOT8_ALT, BFD_RELOC_XTENSA_SLOT9_ALT,
BFD_RELOC_XTENSA_SLOT10_ALT, BFD_RELOC_XTENSA_SLOT11_ALT,
BFD_RELOC_XTENSA_SLOT12_ALT, BFD_RELOC_XTENSA_SLOT13_ALT,
BFD_RELOC_XTENSA_SLOT14_ALT): Add new relocations.
* Makefile.am (xtensa-isa.lo, xtensa-modules.lo): Update dependencies.
* Makefile.in: Regenerate.
* bfd-in2.h: Likewise.
* libbfd.h: Likewise.
gas ChangeLog
* config/tc-xtensa.c (absolute_literals_supported): New global flag.
(UNREACHABLE_MAX_WIDTH): Define.
(XTENSA_FETCH_WIDTH): Delete.
(cur_vinsn, xtensa_fetch_width, xt_saved_debug_type, past_xtensa_end,
prefer_const16, prefer_l32r): New global variables.
(LIT4_SECTION_NAME): Define.
(lit4_state struct): Add lit4_seg_name and lit4_seg fields.
(XTENSA_PROP_*, GET_XTENSA_PROP_*, SET_XTENSA_PROP_*): Define.
(frag_flags struct): New.
(xtensa_block_info struct): Move from tc-xtensa.h. Add flags field.
(subseg_map struct): Add cur_total_freq and cur_target_freq fields.
(bitfield, bit_is_set, set_bit, clear_bit): Define.
(MAX_FORMATS): Define.
(op_placement_info struct, op_placement_table): New.
(O_pltrel, O_hi16, O_lo16): Define.
(directiveE enum): Rename directive_generics to directive_transform.
Delete directive_relax. Add directive_schedule,
directive_absolute_literals, and directive_last_directive.
(directive_info): Rename "generics" to "transform". Delete "relax".
Add "schedule" and "absolute-literals".
(directive_state): Adjust entries to match changes in directive_info.
(xtensa_relax_statesE, RELAX_IMMED_MAXSTEPS): Move to tc-xtensa.h.
(xtensa_const16_opcode, xtensa_movi_opcode, xtensa_movi_n_opcode,
xtensa_l32r_opcode, xtensa_nop_opcode, xtensa_rsr_lcount_opcode): New.
(xtensa_j_opcode, xtensa_rsr_opcode): Delete.
(align_only_targets, software_a0_b_retw_interlock,
software_avoid_b_j_loop_end, maybe_has_b_j_loop_end,
software_avoid_short_loop, software_avoid_close_loop_end,
software_avoid_all_short_loops, specific_opcode): Delete.
(warn_unaligned_branch_targets): New.
(workaround_a0_b_retw, workaround_b_j_loop_end, workaround_short_loop,
workaround_close_loop_end, workaround_all_short_loops): Default FALSE.
(option_[no_]link_relax, option_[no_]transform,
option_[no_]absolute_literals, option_warn_unaligned_targets,
option_prefer_l32r, option_prefer_const16, option_target_hardware):
New enum values.
(option_[no_]align_only_targets, option_literal_section_name,
option_text_section_name, option_data_section_name,
option_bss_section_name, option_eb, option_el): Delete.
(md_longopts): Add entries for: [no-]transform, [no-]absolute-literals,
warn-unaligned-targets, prefer-l32r, prefer-const16, [no-]link-relax,
and target-hardware. Delete entries for [no-]target-align-only,
literal-section-name, text-section-name, data-section-name, and
bss-section-name.
(md_parse_option): Handle new options and remove old ones. Accept but
ignore [no-]density options. Warn for [no-]generics and [no-]relax
and treat them as [no-]transform.
(md_show_usage): Add new options and remove old ones.
(xtensa_setup_hw_workarounds): New.
(md_pseudo_table): Change "word" entry to use xtensa_elf_cons. Add
"long", "short", "loc" and "frequency" entries.
(use_generics): Rename to ...
(use_transform): ... this function. Add past_xtensa_end check.
(use_longcalls): Add past_xtensa_end check.
(code_density_available, can_relax): Delete.
(do_align_targets): New.
(get_directive): Accept dashes in directive names. Warn about
[no-]generics and [no-]relax directives and treat them as
[no-]transform.
(xtensa_begin_directive): Call md_flush_pending_output only for some
directives. Check for directives inside instruction bundles. Warn
about deprecated ".begin literal" usage. Warn and ignore [no-]density
directives. Handle new directives. Check generating_literals flag
for literal_prefix.
(xtensa_end_directive): Check for directives inside instruction
bundles. Warn and ignore [no-]density directives. Handle new
directives. Call xtensa_set_frag_assembly_state.
(xtensa_loc_directive_seen, xtensa_dwarf2_directive_loc,
xtensa_dwarf2_emit_insn): New.
(xtensa_literal_position): Call md_flush_pending_output. Do not check
use_literal_section flag.
(xtensa_literal_pseudo): Call md_flush_pending_output. Handle absolute
literals. Use xtensa_elf_cons to parse the expression.
(xtensa_literal_prefix): Do not check use_literal_section. Support
".lit4" sections for absolute literals. Change prefix convention to
replace ".text" (or ".t" in a linkonce section). No need to call
subseg_set.
(xtensa_frequency_pseudo, xtensa_elf_cons, xtensa_elf_suffix): New.
(expression_end): Handle closing braces and colons.
(PLT_SUFFIX, plt_suffix): Delete.
(expression_maybe_register): Use new xtensa-isa.h functions. Use
xtensa_elf_suffix instead of checking for plt suffix, and handle O_lo16
and O_hi16 expressions as well.
(tokenize_arguments): Handle closing braces and colons.
(parse_arguments): Use new xtensa-isa.h functions. Handle "invisible"
operands and paired register syntax.
(get_invisible_operands): New.
(xg_translate_sysreg_op): Handle new Xtensa LX RSR/WSR/XSR syntax. Use
new xtensa-isa.h functions.
(xtensa_translate_old_userreg_ops, xtensa_translate_zero_immed): New.
(xg_translate_idioms): Check if inside bundle. Use use_transform.
Handle new Xtensa LX RSR/WSR/XSR syntax. Remove code to widen density
instructions. Use xtensa_translate_zero_immed.
(operand_is_immed, operand_is_pcrel_label): Delete.
(get_relaxable_immed): Use new xtensa-isa.h functions.
(get_opcode_from_buf): Add slot parameter. Use new xtensa-isa.h
functions.
(xtensa_print_insn_table, print_vliw_insn): New.
(is_direct_call_opcode): Use new xtensa-isa.h functions.
(is_call_opcode, is_loop_opcode, is_conditional_branch_opcode,
is_branch_or_jump_opcode): Delete.
(is_movi_opcode, decode_reloc, encode_reloc, encode_alt_reloc): New.
(opnum_to_reloc, reloc_to_opnum): Delete.
(xtensa_insnbuf_set_operand, xtensa_insnbuf_get_operand): Use new
xtensa-isa.h functions. Operate on one slot of an instruction.
(xtensa_insnbuf_set_immediate_field, is_negatable_branch,
xg_get_insn_size): Delete.
(xg_get_build_instr_size): Use xg_get_single_size.
(xg_is_narrow_insn, xg_is_single_relaxable_insn): Update calls to
xg_build_widen_table. Use xg_get_single_size.
(xg_get_max_narrow_insn_size): Delete.
(xg_get_max_insn_widen_size, xg_get_max_insn_widen_literal_size,
xg_is_relaxable_insn): Update calls to xg_build_widen_table. Use
xg_get_single_size.
(xg_build_to_insn): Record the loc field. Handle OP_OPERAND_HI16U and
OP_OPERAND_LOW16U. Check xg_valid_literal_expression.
(xg_expand_to_stack, xg_expand_narrow): Update calls to
xg_build_widen_table. Use xg_get_single_size.
(xg_immeds_fit): Use new xtensa-isa.h functions. Update call to
xg_check_operand.
(xg_symbolic_immeds_fit): Likewise. Also handle O_lo16 and O_hi16, and
treat weak symbols conservatively.
(xg_check_operand): Use new xtensa-isa.h functions.
(is_dnrange): Delete.
(xg_assembly_relax): Inline previous calls to tinsn_copy.
(xg_finish_frag): Specify separate relax states for the frag and slot0.
(is_branch_jmp_to_next, xg_add_branch_and_loop_targets): Use new
xtensa-isa.h functions.
(xg_instruction_matches_option_term, xg_instruction_matches_or_options,
xg_instruction_matches_options): New.
(xg_instruction_matches_rule): Handle O_register expressions. Call
xg_instruction_matches_options.
(transition_rule_cmp): New.
(xg_instruction_match): Update call to xg_build_simplify_table.
(xg_build_token_insn): Record loc fields.
(xg_simplify_insn): Check is_specific_opcode field and
density_supported flag.
(xg_expand_assembly_insn): Skip checking code_density_available. Use
new xtensa-isa.h functions. Call use_transform instead of can_relax.
(xg_assemble_literal): Add error handling for O_big. Call
record_alignment. Handle O_pltrel.
(xg_valid_literal_expression): New.
(xg_assemble_literal_space): Add slot parameter. Remove call to
set_expr_symbol_offset. Add call to record_alignment. Update call to
xg_finish_frag.
(xg_emit_insn): Delete.
(xg_emit_insn_to_buf): Add format parameter. Update calls to
xg_add_opcode_fix and xtensa_insnbuf_to_chars.
(xg_add_opcode_fix): Change opcode parameter to tinsn and add format
and slot parameters. Handle new "alternate" relocations for absolute
literals and CONST16 instructions. Check for bad uses of O_lo16 and
O_hi16. Use new xtensa-isa.h functions.
(xg_assemble_tokens): Delete.
(is_register_writer): Use new xtensa-isa.h functions.
(is_bad_loopend_opcode): Check for xtensa_rsr_lcount_opcode instead of
old-style RSR from LCOUNT.
(next_frag_opcode): Delete.
(next_frag_opcode_is_loop, next_frag_format_size, frag_format_size,
update_next_frag_state): New.
(update_next_frag_nop_state): Delete.
(next_frag_pre_opcode_bytes): Use next_frag_opcode_is_loop.
(xtensa_mark_literal_pool_location): Check use_literal_section flag and
the state of the absolute-literals directive. Add calls to
record_alignment and xtensa_set_frag_assembly_state. Call
xtensa_switch_to_non_abs_literal_fragment instead of
xtensa_switch_to_literal_fragment.
(build_nop): New.
(assemble_nop): Use build_nop. Update call to xtensa_insnbuf_to_chars.
(get_expanded_loop_offset): Change check for undefined opcode to an
assertion.
(xtensa_set_frag_assembly_state, relaxable_section,
xtensa_find_unmarked_state_frags, xtensa_find_unaligned_branch_targets,
xtensa_find_unaligned_loops, xg_apply_tentative_value): New.
(md_begin): Update call to xtensa_isa_init. Initialize linkrelax to 1.
Set lit4_seg_name. Call xg_init_vinsn. Initialize new global opcodes.
Call init_op_placement_info_table and xtensa_set_frag_assembly_state.
(xtensa_init_fix_data): New.
(xtensa_frob_label): Reset label symbol to the current frag. Check
do_align_targets and generating_literals flag. Propagate frequency
info to new alignment frag. Call xtensa_set_frag_assembly_state.
(xtensa_unrecognized_line): New.
(xtensa_flush_pending_output): Check if inside a bundle. Add a call
to xtensa_set_frag_assembly_state.
(error_reset_cur_vinsn): New.
(md_assemble): Remove check for literal frag. Remove call to
istack_init. Call use_transform instead of use_generics. Parse
explicit instruction format specifiers. Move code for
a0_b_retw_interlock workaround to xg_assemble_vliw_tokens. Call
error_reset_cur_vinsn on errors. Add call to get_invisible_operands.
Add dwarf2_where call. Remote automatic alignment for ENTRY
instructions. Move call to xtensa_clear_insn_labels to the end.
Rearrange to handle bundles.
(xtensa_cons_fix_new): Delete.
(xtensa_handle_align): New.
(xtensa_frag_init): Call xtensa_set_frag_assembly_state. Remove
assignment to is_no_density field.
(md_pcrel_from): Use new xtensa-isa.h functions. Use decode_reloc
instead of reloc_to_opnum. Handle "alternate" relocations.
(xtensa_force_relocation, xtensa_check_inside_bundle,
xtensa_elf_section_change_hook): New.
(xtensa_symbol_new_hook): Delete.
(xtensa_fix_adjustable): Check for difference of symbols with an
offset. Check for external and weak symbols.
(md_apply_fix3): Remove cases for XTENSA_OP{0,1,2} relocs.
(md_estimate_size_before_relax): Return expansion for the first slot.
(tc_gen_reloc): Handle difference of symbols by producing
XTENSA_DIFF{8,16,32} relocs and by writing the value of the difference
into the output. Handle new XTENSA_SLOT*_OP relocs by storing the
tentative values into the output when linkrelax is set.
(XTENSA_PROP_SEC_NAME): Define.
(xtensa_post_relax_hook): Call xtensa_find_unmarked_state_frags.
Create literal tables only if using literal sections. Create new
property tables instead of old instruction tables. Check for unaligned
branch targets and loops.
(finish_vinsn, find_vinsn_conflicts, check_t1_t2_reads_and_writes,
new_resource_table, clear_resource_table, resize_resource_table,
resources_available, reserve_resources, release_resources,
opcode_funcUnit_use_unit, opcode_funcUnit_use_stage,
resources_conflict, xg_find_narrowest_format, relaxation_requirements,
bundle_single_op, emit_single_op, xg_assemble_vliw_tokens): New.
(xtensa_end): Call xtensa_flush_pending_output. Set past_xtensa_end
flag. Update checks for workaround options. Call
xtensa_mark_narrow_branches and xtensa_mark_zcl_first_insns.
(xtensa_cleanup_align_frags): Add special case for branch targets.
Check for and mark unreachable frags.
(xtensa_fix_target_frags): Remove use of align_only_targets flag.
Use RELAX_LOOP_END_BYTES in special case for negatable branch at the
end of a zero-overhead loop body.
(frag_can_negate_branch): Handle instructions with multiple slots.
Use new xtensa-isa.h functions
(xtensa_mark_narrow_branches, is_narrow_branch_guaranteed_in_range,
xtensa_mark_zcl_first_insns): New.
(xtensa_fix_a0_b_retw_frags, xtensa_fix_b_j_loop_end_frags): Error if
transformations are disabled.
(next_instrs_are_b_retw): Use new xtensa-isa.h functions. Handle
multislot instructions.
(xtensa_fix_close_loop_end_frags, xtensa_fix_short_loop_frags):
Likewise. Also error if transformations are disabled.
(unrelaxed_frag_max_size): New.
(unrelaxed_frag_min_insn_count, unrelax_frag_has_b_j): Use new
xtensa-isa.h functions.
(xtensa_sanity_check, is_empty_loop, is_local_forward_loop): Use
xtensa_opcode_is_loop instead of is_loop_opcode.
(get_text_align_power): Replace as_fatal with assertion.
(get_text_align_fill_size): Iterate instead of using modulus when
use_nops is false.
(get_noop_aligned_address): Assert that this is for a machine-dependent
RELAX_ALIGN_NEXT_OPCODE frag. Use next_frag_opcode_is_loop,
xg_get_single_size, and frag_format_size.
(get_widen_aligned_address): Rename to ...
(get_aligned_diff): ... this function. Add max_diff parameter.
Remove handling of rs_align/rs_align_code frags. Use
next_frag_format_size, get_text_align_power, get_text_align_fill_size,
next_frag_opcode_is_loop, and xg_get_single_size. Compute max_diff
and pass it back to caller.
(xtensa_relax_frag): Use relax_frag_loop_align. Add code for new
RELAX_SLOTS, RELAX_MAYBE_UNREACHABLE, RELAX_MAYBE_DESIRE_ALIGN,
RELAX_FILL_NOP, and RELAX_UNREACHABLE frag types. Check relax_seen.
(relax_frag_text_align): Rename to ...
(relax_frag_loop_align): ... this function. Assume loops can only be
in the first slot of an instruction.
(relax_frag_add_nop): Use assemble_nop instead of constructing an OR
instruction. Remove call to frag_wane.
(relax_frag_narrow): Rename to ...
(relax_frag_for_align): ... this function. Extend to handle
RELAX_FILL_NOP and RELAX_UNREACHABLE, as well as RELAX_SLOTS with
RELAX_NARROW for the first slot.
(find_address_of_next_align_frag, bytes_to_stretch): New.
(future_alignment_required): Use find_address_of_next_align_frag and
bytes_to_stretch. Look ahead to subsequent frags to make smarter
alignment decisions.
(relax_frag_immed): Add format, slot, and estimate_only parameters.
Check if transformations are enabled for b_j_loop_end workaround.
Use new xtensa-isa.h functions and handle multislot instructions.
Update call to xg_assembly_relax.
(md_convert_frag): Handle new RELAX_SLOTS, RELAX_UNREACHABLE,
RELAX_MAYBE_UNREACHABLE, RELAX_MAYBE_DESIRE_ALIGN, and RELAX_FILL_NOP
frag types.
(convert_frag_narrow): Add segP, format and slot parameters. Call
convert_frag_immed for branch instructions. Adjust calls to
tinsn_from_chars, tinsn_immed_from_frag, and xg_emit_insn_to_buf. Use
xg_get_single_size and xg_get_single_format.
(convert_frag_fill_nop): New.
(convert_frag_immed): Add format and slot parameters. Handle multislot
instructions and use new xtensa-isa.h functions. Update calls to
tinsn_immed_from_frag and xg_assembly_relax. Check if transformations
enabled for b_j_loop_end workaround. Use build_nop instead of
assemble_nop. Check is_specific_opcode flag. Check for unreachable
frags. Use xg_get_single_size. Handle O_pltrel.
(fix_new_exp_in_seg): Remove check for old plt flag.
(convert_frag_immed_finish_loop): Update calls to tinsn_from_chars and
xtensa_insnbuf_to_chars. Call tinsn_immed_from_frag. Change check
for loop opcode to an assertion. Mark all frags up to the end of the
loop as not transformable.
(get_last_insn_flags, set_last_insn_flags): Use get_subseg_info.
(get_subseg_info): New.
(xtensa_move_literals): Call xtensa_set_frag_assembly_state. Add null
check for dest_seg.
(xtensa_switch_to_literal_fragment): Rewrite to handle absolute
literals and use xtensa_switch_to_non_abs_literal_fragment otherwise.
(xtensa_switch_to_non_abs_literal_fragment): New.
(cache_literal_section): Add is_code parameter and pass it through to
retrieve_literal_seg.
(retrieve_literal_seg): Add is_code parameter and use it to set the
flags on the literal section. Handle case where head parameter is 0.
(get_frag_is_no_transform, set_frag_is_specific_opcode,
set_frag_is_no_transform): New.
(xtensa_create_property_segments): Add end_property_function parameter
and pass it through to add_xt_block_frags. Call bfd_get_section_flags
and skip SEC_DEBUGGING and !SEC_ALLOC sections.
(xtensa_create_xproperty_segments, section_has_xproperty): New.
(add_xt_block_frags): Add end_property_function parameter and call it
if it is non-zero. Call xtensa_frag_flags_init.
(xtensa_frag_flags_is_empty, xtensa_frag_flags_init,
get_frag_property_flags, frag_flags_to_number,
xtensa_frag_flags_combinable, xt_block_aligned_size,
xtensa_xt_block_combine, add_xt_prop_frags,
init_op_placement_info_table, opcode_fits_format_slot,
xg_get_single_size, xg_get_single_format): New.
(istack_push): Inline call to tinsn_copy.
(tinsn_copy): Delete.
(tinsn_has_invalid_symbolic_operands): Handle O_hi16 and O_lo16 and
CONST16 opcodes. Handle O_big, O_illegal, and O_absent.
(tinsn_has_complex_operands): Handle O_hi16 and O_lo16.
(tinsn_to_insnbuf): Use xg_get_single_format and new xtensa-isa.h
functions. Handle invisible operands.
(tinsn_to_slotbuf): New.
(tinsn_check_arguments): Use new xtensa-isa.h functions.
(tinsn_from_chars): Add slot parameter. Rewrite using xg_init_vinsn,
vinsn_from_chars, and xg_free_vinsn.
(tinsn_from_insnbuf): New.
(tinsn_immed_from_frag): Add slot parameter and handle multislot
instructions. Handle symbol differences.
(get_num_stack_text_bytes): Use xg_get_single_size.
(xg_init_vinsn, xg_clear_vinsn, vinsn_has_specific_opcodes,
xg_free_vinsn, vinsn_to_insnbuf, vinsn_from_chars, expr_is_register,
get_expr_register, set_expr_symbol_offset_diff): New.
* config/tc-xtensa.h (MAX_SLOTS): Define.
(xtensa_relax_statesE): Move from tc-xtensa.c. Add
RELAX_CHECK_ALIGN_NEXT_OPCODE, RELAX_MAYBE_DESIRE_ALIGN, RELAX_SLOTS,
RELAX_FILL_NOP, RELAX_UNREACHABLE, RELAX_MAYBE_UNREACHABLE, and
RELAX_NONE types.
(RELAX_IMMED_MAXSTEPS): Move from tc-xtensa.c.
(xtensa_frag_type struct): Add is_assembly_state_set,
use_absolute_literals, relax_seen, is_unreachable, is_specific_opcode,
is_align, is_text_align, alignment, and is_first_loop_insn fields.
Replace is_generics and is_relax fields by is_no_transform field.
Delete is_text and is_longcalls fields. Change text_expansion and
literal_expansion to arrays of MAX_SLOTS entries. Add arrays of
per-slot information: literal_frags, slot_subtypes, slot_symbols,
slot_sub_symbols, and slot_offsets. Add fr_prev field.
(xtensa_fix_data struct): New.
(xtensa_symfield_type struct): Delete plt field.
(xtensa_block_info struct): Move definition to tc-xtensa.h. Add
forward declaration here.
(xt_section_type enum): Delete xt_insn_sec. Add xt_prop_sec.
(XTENSA_SECTION_RENAME): Undefine.
(TC_FIX_TYPE, TC_INIT_FIX_DATA, TC_FORCE_RELOCATION, NO_PSEUDO_DOT,
tc_unrecognized_line, md_do_align, md_elf_section_change_hook,
HANDLE_ALIGN, TC_LINKRELAX_FIXUP, SUB_SEGMENT_ALIGN): Define.
(TC_CONS_FIX_NEW, tc_symbol_new_hook): Delete.
(unit_num_copies_func, opcode_num_units_func,
opcode_funcUnit_use_unit_func, opcode_funcUnit_use_stage_func): New.
(resource_table struct): New.
* config/xtensa-istack.h (MAX_INSN_ARGS): Increase from 6 to 10.
(TInsn struct): Add keep_wide, loc, fixup, record_fix, subtype,
literal_space, symbol, sub_symbol, offset, and literal_frag fields.
(tinsn_copy): Delete prototype.
(vliw_insn struct): New.
* config/xtensa-relax.c (insn_pattern_struct): Add options field.
(widen_spec_list): Add option conditions for density and boolean
instructions. Add expansions using CONST16 and conditions for using
CONST16 vs. L32R. Use new Xtensa LX RSR/WSR syntax. Add entries for
predicted branches.
(simplify_spec_list): Add option conditions for density instructions.
Add entry for NOP instruction.
(append_transition): Add cmp function pointer parameter and use it to
insert the new entry in order.
(operand_function_LOW16U, operand_function_HI16U): New.
(xg_has_userdef_op_fn, xg_apply_userdef_op_fn): Handle
OP_OPERAND_LOW16U and OP_OPERAND_HI16U.
(enter_opname, split_string): Use xstrdup instead of strdup.
(init_insn_pattern): Initialize new options field.
(clear_req_or_option_list, clear_req_option_list,
clone_req_or_option_list, clone_req_option_list, parse_option_cond):
New.
(parse_insn_pattern): Parse option conditions.
(transition_applies): New.
(build_transition): Use new xtensa-isa.h functions. Fix incorrectly
swapped last arguments in calls to append_constant_value_condition.
Call clone_req_option_list. Add warning about invalid opcode.
Handle LOW16U and HI16U function names.
(build_transition_table): Add cmp parameter and use it in calls to
append_transition. Use new xtensa-isa.h functions. Check
transition_applies before adding entries.
(xg_build_widen_table, xg_build_simplify_table): Add cmp parameter and
pass it through to build_transition_table.
* config/xtensa-relax.h (ReqOrOptionList, ReqOrOption, ReqOptionList,
ReqOption, transition_cmp_fn): New types.
(OpType enum): Add OP_OPERAND_LOW16U and OP_OPERAND_HI16U.
(transition_rule struct): Add options field.
* doc/as.texinfo (Overview): Update Xtensa options.
* doc/c-xtensa.texi (Xtensa Options): Delete --[no-]density,
--[no-]relax, and --[no-]generics options. Update descriptions of
--text-section-literals and --[no-]longcalls. Add
--[no-]absolute-literals and --[no-]transform.
(Xtensa Syntax): Add description of syntax for FLIX instructions.
Remove use of "generic" and "specific" terminology for opcodes.
(Xtensa Registers): Generalize the syntax description to include
user-defined register files.
(Xtensa Automatic Alignment): Update.
(Xtensa Branch Relaxation): Mention limitation of unconditional jumps.
(Xtensa Call Relaxation): Linker can now remove most of the overhead.
(Xtensa Directives): Remove confusing rules about precedence.
(Density Directive, Relax Directive): Delete.
(Schedule Directive): New.
(Generics Directive): Rename to ...
(Transform Directive): ... this node.
(Literal Directive): Update for absolute literals. Missing
literal_position directive is now an error.
(Literal Position Directive): Update for absolute literals.
(Freeregs Directive): Delete.
(Absolute Literals Directive): New.
(Frame Directive): Minor editing.
* Makefile.am (DEPTC_xtensa_elf, DEPOBJ_xtensa_elf, DEP_xtensa_elf):
Update dependencies.
* Makefile.in: Regenerate.
gas/testsuite ChangeLog
* gas/xtensa/all.exp: Adjust expected error message for j_too_far.
Change entry_align test to expect an error.
* gas/xtensa/entry_misalign2.s: Use no-transform instead of
no-generics directives.
include ChangeLog
* xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
(XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
* xtensa-isa-internal.h (ISA_INTERFACE_VERSION): Delete.
(config_sturct struct): Delete.
(XTENSA_OPERAND_IS_REGISTER, XTENSA_OPERAND_IS_PCRELATIVE,
XTENSA_OPERAND_IS_INVISIBLE, XTENSA_OPERAND_IS_UNKNOWN,
XTENSA_OPCODE_IS_BRANCH, XTENSA_OPCODE_IS_JUMP,
XTENSA_OPCODE_IS_LOOP, XTENSA_OPCODE_IS_CALL,
XTENSA_STATE_IS_EXPORTED, XTENSA_INTERFACE_HAS_SIDE_EFFECT): Define.
(xtensa_format_encode_fn, xtensa_get_slot_fn, xtensa_set_slot_fn): New.
(xtensa_insn_decode_fn): Rename to ...
(xtensa_opcode_decode_fn): ... this.
(xtensa_immed_decode_fn, xtensa_immed_encode_fn, xtensa_do_reloc_fn,
xtensa_undo_reloc_fn): Update.
(xtensa_encoding_template_fn): Delete.
(xtensa_opcode_encode_fn, xtensa_format_decode_fn,
xtensa_length_decode_fn): New.
(xtensa_format_internal, xtensa_slot_internal): New types.
(xtensa_operand_internal): Delete operand_kind, inout, isPCRelative,
get_field, and set_field fields. Add name, field_id, regfile,
num_regs, and flags fields.
(xtensa_arg_internal): New type.
(xtensa_iclass_internal): Change operands field to array of
xtensa_arg_internal. Add num_stateOperands, stateOperands,
num_interfaceOperands, and interfaceOperands fields.
(xtensa_opcode_internal): Delete length, template, and iclass fields.
Add iclass_id, flags, encode_fns, num_funcUnit_uses, and funcUnit_uses.
(opname_lookup_entry): Delete.
(xtensa_regfile_internal, xtensa_interface_internal,
xtensa_funcUnit_internal, xtensa_state_internal,
xtensa_sysreg_internal, xtensa_lookup_entry): New.
(xtensa_isa_internal): Replace opcode_table field with opcodes field.
Change type of opname_lookup_table. Delete num_modules,
module_opcode_base, module_decode_fn, config, and has_density fields.
Add num_formats, formats, format_decode_fn, length_decode_fn,
num_slots, slots, num_fields, num_operands, operands, num_iclasses,
iclasses, num_regfiles, regfiles, num_states, states,
state_lookup_table, num_sysregs, sysregs, sysreg_lookup_table,
max_sysreg_num, sysreg_table, num_interfaces, interfaces,
interface_lookup_table, num_funcUnits, funcUnits and
funcUnit_lookup_table fields.
(xtensa_isa_module, xtensa_isa_modules): Delete.
(xtensa_isa_name_compare): New prototype.
(xtisa_errno, xtisa_error_msg): New.
* xtensa-isa.h (XTENSA_ISA_VERSION): Define.
(xtensa_isa): Change type.
(xtensa_operand): Delete.
(xtensa_format, xtensa_regfile, xtensa_state, xtensa_sysreg,
xtensa_interface, xtensa_funcUnit, xtensa_isa_status,
xtensa_funcUnit_use): New types.
(libisa_module_specifier): Delete.
(xtensa_isa_errno, xtensa_isa_error_msg): New prototypes.
(xtensa_insnbuf_free, xtensa_insnbuf_to_chars,
xtensa_insnbuf_from_chars): Update prototypes.
(xtensa_load_isa, xtensa_extend_isa, xtensa_default_isa,
xtensa_insn_maxlength, xtensa_num_opcodes, xtensa_decode_insn,
xtensa_encode_insn, xtensa_insn_length,
xtensa_insn_length_from_first_byte, xtensa_num_operands,
xtensa_operand_kind, xtensa_encode_result,
xtensa_operand_isPCRelative): Delete.
(xtensa_isa_init, xtensa_operand_inout, xtensa_operand_get_field,
xtensa_operand_set_field, xtensa_operand_encode,
xtensa_operand_decode, xtensa_operand_do_reloc,
xtensa_operand_undo_reloc): Update prototypes.
(xtensa_isa_maxlength, xtensa_isa_length_from_chars,
xtensa_isa_num_pipe_stages, xtensa_isa_num_formats,
xtensa_isa_num_opcodes, xtensa_isa_num_regfiles, xtensa_isa_num_states,
xtensa_isa_num_sysregs, xtensa_isa_num_interfaces,
xtensa_isa_num_funcUnits, xtensa_format_name, xtensa_format_lookup,
xtensa_format_decode, xtensa_format_encode, xtensa_format_length,
xtensa_format_num_slots, xtensa_format_slot_nop_opcode,
xtensa_format_get_slot, xtensa_format_set_slot, xtensa_opcode_decode,
xtensa_opcode_encode, xtensa_opcode_is_branch, xtensa_opcode_is_jump,
xtensa_opcode_is_loop, xtensa_opcode_is_call,
xtensa_opcode_num_operands, xtensa_opcode_num_stateOperands,
xtensa_opcode_num_interfaceOperands, xtensa_opcode_num_funcUnit_uses,
xtensa_opcode_funcUnit_use, xtensa_operand_name,
xtensa_operand_is_visible, xtensa_operand_is_register,
xtensa_operand_regfile, xtensa_operand_num_regs,
xtensa_operand_is_known_reg, xtensa_operand_is_PCrelative,
xtensa_stateOperand_state, xtensa_stateOperand_inout,
xtensa_interfaceOperand_interface, xtensa_regfile_lookup,
xtensa_regfile_lookup_shortname, xtensa_regfile_name,
xtensa_regfile_shortname, xtensa_regfile_view_parent,
xtensa_regfile_num_bits, xtensa_regfile_num_entries,
xtensa_state_lookup, xtensa_state_name, xtensa_state_num_bits,
xtensa_state_is_exported, xtensa_sysreg_lookup,
xtensa_sysreg_lookup_name, xtensa_sysreg_name, xtensa_sysreg_number,
xtensa_sysreg_is_user, xtensa_interface_lookup, xtensa_interface_name,
xtensa_interface_num_bits, xtensa_interface_inout,
xtensa_interface_has_side_effect, xtensa_funcUnit_lookup,
xtensa_funcUnit_name, xtensa_funcUnit_num_copies): New prototypes.
* elf/xtensa.h (R_XTENSA_DIFF8, R_XTENSA_DIFF16, R_XTENSA_DIFF32,
R_XTENSA_SLOT*_OP, R_XTENSA_SLOT*_ALT): New relocations.
(XTENSA_PROP_SEC_NAME): Define.
(property_table_entry): Add flags field.
(XTENSA_PROP_*, GET_XTENSA_PROP_*, SET_XTENSA_PROP_*): Define.
ld ChangeLog
* ld.texinfo (Xtensa): Describe new linker relaxation to optimize
assembler-generated longcall sequences. Describe new --size-opt
option.
* emulparams/elf32xtensa.sh (OTHER_SECTIONS): Add .xt.prop section.
* emultempl/xtensaelf.em (remove_section,
replace_insn_sec_with_prop_sec, replace_instruction_table_sections,
elf_xtensa_after_open): New.
(OPTION_OPT_SIZEOPT, OPTION_LITERAL_MOVEMENT,
OPTION_NO_LITERAL_MOVEMENT): Define.
(elf32xtensa_size_opt, elf32xtensa_no_literal_movement): New globals.
(PARSE_AND_LIST_LONGOPTS): Add size-opt and [no-]literal-movement.
(PARSE_AND_LIST_OPTIONS): Add --size-opt.
(PARSE_AND_LIST_ARGS_CASES): Handle OPTION_OPT_SIZEOPT,
OPTION_LITERAL_MOVEMENT, and OPTION_NO_LITERAL_MOVEMENT.
(LDEMUL_AFTER_OPEN): Set to elf_xtensa_after_open.
* scripttempl/elfxtensa.sc: Update with changes from elf.sc.
* Makefile.am (eelf32xtensa.c): Update dependencies.
* Makefile.in: Regenerate.
ld/testsuite ChangeLog
* ld-xtensa/lcall1.s: Use .literal directive.
* ld-xtensa/lcall2.s: Align function entry.
* ld-xtensa/coalesce2.s: Likewise.
opcodes ChangeLog
* xtensa-dis.c (state_names): Delete.
(fetch_data): Use xtensa_isa_maxlength.
(print_xtensa_operand): Replace operand parameter with opcode/operand
pair. Remove print_sr_name parameter. Use new xtensa-isa.h functions.
(print_insn_xtensa): Use new xtensa-isa.h functions. Handle multislot
instruction bundles. Use xmalloc instead of malloc.
2004-10-08 08:22:15 +08:00
|
|
|
$(INCDIR)/xtensa-isa.h $(INCDIR)/xtensa-config.h sb.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
|
|
$(srcdir)/config/xtensa-relax.h $(srcdir)/config/xtensa-istack.h \
|
2003-12-02 16:14:35 +08:00
|
|
|
dwarf2dbg.h struc-symbol.h
|
2001-10-31 13:04:33 +08:00
|
|
|
DEPTC_z8k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-z8k.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h $(srcdir)/../opcodes/z8k-opc.h
|
|
|
|
DEPTC_z8k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-z8k.h \
|
|
|
|
$(INCDIR)/safe-ctype.h $(srcdir)/../opcodes/z8k-opc.h
|
1999-08-09 01:48:38 +08:00
|
|
|
DEPTC_hppa_som = $(srcdir)/config/tc-hppa.h subsegs.h \
|
1999-05-03 15:29:11 +08:00
|
|
|
$(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h \
|
|
|
|
$(BFDDIR)/som.h
|
2000-04-19 17:28:52 +08:00
|
|
|
DEPTC_i386_multi = $(DEPTC_i386_aout) $(DEPTC_i386_coff) \
|
|
|
|
$(DEPTC_i386_elf)
|
1999-08-09 01:48:38 +08:00
|
|
|
DEPTC_mips_multi = $(DEPTC_mips_coff) $(DEPTC_mips_ecoff) \
|
|
|
|
$(DEPTC_mips_elf)
|
2000-07-21 01:45:28 +08:00
|
|
|
DEPTC_cris_multi = $(DEPTC_cris_aout) $(DEPTC_cris_elf)
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_a29k_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \
|
|
|
|
$(srcdir)/config/tc-a29k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h
|
2003-06-11 07:44:42 +08:00
|
|
|
DEPOBJ_a29k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-a29k.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/a29k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_a29k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-a29k.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2003-06-11 07:44:42 +08:00
|
|
|
DEPOBJ_alpha_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-alpha.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
|
|
subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_alpha_ecoff = $(INCDIR)/symcat.h $(srcdir)/config/obj-ecoff.h \
|
|
|
|
$(srcdir)/config/tc-alpha.h ecoff.h $(INCDIR)/coff/sym.h \
|
|
|
|
$(INCDIR)/coff/ecoff.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(BFDDIR)/libecoff.h
|
|
|
|
DEPOBJ_alpha_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-alpha.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h ecoff.h $(INCDIR)/coff/sym.h \
|
|
|
|
$(INCDIR)/coff/ecoff.h $(INCDIR)/elf/alpha.h $(INCDIR)/elf/reloc-macros.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_alpha_evax = $(INCDIR)/symcat.h $(srcdir)/config/obj-evax.h \
|
|
|
|
$(srcdir)/config/tc-alpha.h
|
2003-06-11 07:44:42 +08:00
|
|
|
DEPOBJ_arc_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-arc.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
|
|
subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_arc_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arc.h \
|
2002-09-21 18:39:17 +08:00
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_arm_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \
|
|
|
|
$(srcdir)/config/tc-arm.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h
|
2003-06-11 07:44:42 +08:00
|
|
|
DEPOBJ_arm_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-arm.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_arm_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h \
|
2001-09-30 23:55:46 +08:00
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2003-06-11 07:44:42 +08:00
|
|
|
DEPOBJ_avr_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-avr.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
|
|
subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_avr_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-avr.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_cris_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \
|
|
|
|
$(srcdir)/config/tc-cris.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_cris_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-cris.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2004-09-17 14:17:47 +08:00
|
|
|
DEPOBJ_crx_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-crx.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
|
|
subsegs.h
|
|
|
|
DEPOBJ_crx_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-crx.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2003-06-11 07:44:42 +08:00
|
|
|
DEPOBJ_d10v_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-d10v.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
|
|
subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_d10v_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d10v.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2003-06-11 07:44:42 +08:00
|
|
|
DEPOBJ_d30v_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-d30v.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
|
|
subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_d30v_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d30v.h \
|
2001-09-30 23:55:46 +08:00
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2003-06-11 07:44:42 +08:00
|
|
|
DEPOBJ_dlx_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-dlx.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
|
|
subsegs.h
|
2002-05-28 22:08:47 +08:00
|
|
|
DEPOBJ_dlx_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-dlx.h \
|
2002-05-31 12:27:37 +08:00
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2003-06-11 07:44:42 +08:00
|
|
|
DEPOBJ_fr30_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-fr30.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
|
|
subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_fr30_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-fr30.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2003-06-11 07:44:42 +08:00
|
|
|
DEPOBJ_frv_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-frv.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
|
|
subsegs.h
|
2002-06-19 05:15:21 +08:00
|
|
|
DEPOBJ_frv_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-frv.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2003-06-11 07:44:42 +08:00
|
|
|
DEPOBJ_h8300_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-h8300.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_h8300_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2003-06-11 07:44:42 +08:00
|
|
|
DEPOBJ_h8500_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-h8500.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/h8500.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_h8500_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8500.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2003-06-11 07:44:42 +08:00
|
|
|
DEPOBJ_hppa_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-hppa.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
|
|
subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_hppa_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-hppa.h \
|
|
|
|
$(BFDDIR)/elf32-hppa.h $(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h \
|
|
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/safe-ctype.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
subsegs.h $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h \
|
|
|
|
$(INCDIR)/aout/aout64.h
|
2003-06-11 07:44:42 +08:00
|
|
|
DEPOBJ_ia64_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-ia64.h $(INCDIR)/opcode/ia64.h \
|
|
|
|
$(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
|
|
subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_ia64_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ia64.h \
|
2002-04-04 22:07:22 +08:00
|
|
|
$(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2003-06-11 07:44:42 +08:00
|
|
|
DEPOBJ_i370_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-i370.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
|
|
subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_i370_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i370.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/elf/i370.h $(INCDIR)/elf/reloc-macros.h \
|
2002-09-21 18:39:17 +08:00
|
|
|
$(INCDIR)/aout/aout64.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_i386_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \
|
|
|
|
$(srcdir)/config/tc-i386.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h
|
2003-06-11 07:44:42 +08:00
|
|
|
DEPOBJ_i386_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-i386.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_i386_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_i860_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i860.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_i960_bout = $(INCDIR)/symcat.h $(srcdir)/config/obj-bout.h \
|
|
|
|
$(srcdir)/config/tc-i960.h $(INCDIR)/obstack.h
|
2003-06-11 07:44:42 +08:00
|
|
|
DEPOBJ_i960_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-i960.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/obstack.h subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_i960_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2003-06-11 07:44:42 +08:00
|
|
|
DEPOBJ_ip2k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-ip2k.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
|
|
subsegs.h
|
2002-07-19 15:52:40 +08:00
|
|
|
DEPOBJ_ip2k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ip2k.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2003-06-11 07:44:42 +08:00
|
|
|
DEPOBJ_m32r_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-m32r.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
|
|
subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_m32r_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32r.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2003-06-11 07:44:42 +08:00
|
|
|
DEPOBJ_m68hc11_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-m68hc11.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_m68hc11_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68hc11.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_m68k_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \
|
|
|
|
$(srcdir)/config/tc-m68k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h
|
2003-06-11 07:44:42 +08:00
|
|
|
DEPOBJ_m68k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-m68k.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_m68k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68k.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_m68k_hp300 = $(srcdir)/config/obj-aout.c $(INCDIR)/symcat.h \
|
|
|
|
$(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \
|
2000-06-22 11:35:54 +08:00
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/obstack.h
|
2003-06-11 07:44:42 +08:00
|
|
|
DEPOBJ_m88k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-m88k.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/m88k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_m88k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m88k.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2003-06-11 07:44:42 +08:00
|
|
|
DEPOBJ_mcore_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-mcore.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_mcore_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mcore.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2003-06-11 07:44:42 +08:00
|
|
|
DEPOBJ_mips_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-mips.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_mips_ecoff = $(INCDIR)/symcat.h $(srcdir)/config/obj-ecoff.h \
|
|
|
|
$(srcdir)/config/tc-mips.h ecoff.h $(INCDIR)/coff/sym.h \
|
|
|
|
$(INCDIR)/coff/ecoff.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(BFDDIR)/libecoff.h
|
|
|
|
DEPOBJ_mips_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mips.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h ecoff.h $(INCDIR)/coff/sym.h \
|
|
|
|
$(INCDIR)/coff/ecoff.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
$(INCDIR)/aout/aout64.h
|
2001-10-31 13:04:33 +08:00
|
|
|
DEPOBJ_mmix_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mmix.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2003-06-11 07:44:42 +08:00
|
|
|
DEPOBJ_mn10200_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-mn10200.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
|
|
subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_mn10200_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10200.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2003-06-11 07:44:42 +08:00
|
|
|
DEPOBJ_mn10300_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-mn10300.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
|
|
subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_mn10300_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10300.h \
|
2001-09-30 23:55:46 +08:00
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2003-06-11 07:44:42 +08:00
|
|
|
DEPOBJ_msp430_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-msp430.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
|
|
subsegs.h
|
2003-01-16 12:11:36 +08:00
|
|
|
DEPOBJ_msp430_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-msp430.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_ns32k_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \
|
|
|
|
$(srcdir)/config/tc-ns32k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h
|
2003-06-11 07:44:42 +08:00
|
|
|
DEPOBJ_ns32k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-ns32k.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
|
|
subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_ns32k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ns32k.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2003-06-11 07:44:42 +08:00
|
|
|
DEPOBJ_openrisc_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-openrisc.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
|
|
subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_openrisc_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-openrisc.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2002-02-01 11:26:35 +08:00
|
|
|
DEPOBJ_or32_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-or32.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/or32.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/obstack.h subsegs.h
|
|
|
|
DEPOBJ_or32_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-or32.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_pdp11_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \
|
|
|
|
$(srcdir)/config/tc-pdp11.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_pdp11_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-pdp11.h $(INCDIR)/coff/internal.h \
|
2001-05-03 10:07:02 +08:00
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
|
|
subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_pdp11_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-pdp11.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_pj_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-pj.h $(INCDIR)/coff/internal.h \
|
2001-05-03 10:07:02 +08:00
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
|
|
subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_pj_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-pj.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_ppc_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-ppc.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/obstack.h subsegs.h
|
|
|
|
DEPOBJ_ppc_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ppc.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \
|
2002-06-08 16:45:03 +08:00
|
|
|
$(INCDIR)/aout/aout64.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_s390_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-s390.h $(INCDIR)/coff/internal.h \
|
2000-06-21 04:40:40 +08:00
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
|
|
subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_s390_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-s390.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_sh_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-sh.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
|
|
|
DEPOBJ_sh_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2002-03-18 20:46:27 +08:00
|
|
|
DEPOBJ_sh64_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh64.h \
|
|
|
|
$(srcdir)/config/tc-sh.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
|
2003-04-01 23:50:31 +08:00
|
|
|
$(BFDDIR)/elf32-sh64.h $(INCDIR)/safe-ctype.h subsegs.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_sparc_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \
|
|
|
|
$(srcdir)/config/tc-sparc.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_sparc_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-sparc.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
|
|
|
DEPOBJ_sparc_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sparc.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_tahoe_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \
|
|
|
|
$(srcdir)/config/tc-tahoe.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_tahoe_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-tahoe.h $(INCDIR)/coff/internal.h \
|
2001-05-03 10:07:02 +08:00
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
|
|
subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_tahoe_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tahoe.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_tic30_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \
|
|
|
|
$(srcdir)/config/tc-tic30.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_tic30_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-tic30.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
|
|
|
DEPOBJ_tic30_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic30.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2003-01-16 12:11:36 +08:00
|
|
|
DEPOBJ_tic4x_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-tic4x.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h $(BFDDIR)/libcoff.h \
|
2003-08-14 15:04:09 +08:00
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
2003-01-16 12:11:36 +08:00
|
|
|
DEPOBJ_tic4x_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic4x.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-08-14 15:04:09 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_tic54x_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-tic54x.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
|
|
|
DEPOBJ_tic54x_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic54x.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_tic80_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-tic80.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/tic80.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
|
|
|
DEPOBJ_tic80_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic80.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_vax_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \
|
|
|
|
$(srcdir)/config/tc-vax.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_vax_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-vax.h $(INCDIR)/coff/internal.h \
|
2001-05-03 10:07:02 +08:00
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
|
|
subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_vax_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-vax.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_w65_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-w65.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/w65.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
|
|
|
DEPOBJ_w65_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-w65.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_v850_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
2002-04-04 22:07:22 +08:00
|
|
|
$(srcdir)/config/tc-v850.h $(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/obstack.h subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_v850_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-v850.h \
|
2002-04-04 22:07:22 +08:00
|
|
|
$(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/safe-ctype.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
subsegs.h $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h \
|
|
|
|
$(INCDIR)/aout/aout64.h
|
2002-01-22 16:58:00 +08:00
|
|
|
DEPOBJ_xstormy16_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-xstormy16.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
|
|
subsegs.h
|
|
|
|
DEPOBJ_xstormy16_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xstormy16.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
2003-04-01 23:50:31 +08:00
|
|
|
DEPOBJ_xtensa_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xtensa.h \
|
bfd ChangeLog
* elf32-xtensa.c (elf32xtensa_size_opt): New global variable.
(xtensa_default_isa): Global variable moved here from xtensa-isa.c.
(elf32xtensa_no_literal_movement): New global variable.
(elf_howto_table): Add entries for new relocations.
(elf_xtensa_reloc_type_lookup): Handle new relocations.
(property_table_compare): When addresses are equal, compare sizes and
various property flags.
(property_table_matches): New.
(xtensa_read_table_entries): Extend to read new property tables. Add
output_addr parameter to indicate that output addresses should be used.
Use bfd_get_section_limit.
(elf_xtensa_find_property_entry): New.
(elf_xtensa_in_literal_pool): Use elf_xtensa_find_property_entry.
(elf_xtensa_check_relocs): Handle new relocations.
(elf_xtensa_do_reloc): Use bfd_get_section_limit. Handle new
relocations. Use new xtensa-isa.h functions.
(build_encoding_error_message): Remove encode_result parameter. Add
new target_address parameter used to detect alignment errors.
(elf_xtensa_relocate_section): Use bfd_get_section_limit. Clean up
error handling. Use new is_operand_relocation function.
(elf_xtensa_combine_prop_entries, elf_xtensa_merge_private_bfd_data):
Use underbar macro for error messages. Formatting.
(get_const16_opcode): New.
(get_l32r_opcode): Add a separate flag for initialization.
(get_relocation_opnd): Operand number is no longer explicit in the
relocation. Change to decode the opcode and analyze its operands.
(get_relocation_slot): New.
(get_relocation_opcode): Add bfd parameter. Use bfd_get_section_limit.
Use new xtensa-isa.h functions to handle multislot instructions.
(is_l32r_relocation): Add bfd parameter. Use is_operand_relocation.
(get_asm_simplify_size, is_alt_relocation, is_operand_relocation,
insn_decode_len, insn_decode_opcode, check_branch_target_aligned,
check_loop_aligned, check_branch_target_aligned_address, narrowable,
widenable, narrow_instruction, widen_instruction, op_single_fmt_table,
get_single_format, init_op_single_format_table): New.
(elf_xtensa_do_asm_simplify): Add error_message parameter and use it
instead of calling _bfd_error_handler. Use new xtensa-isa.h functions.
(contract_asm_expansion): Add error_message parameter and pass it to
elf_xtensa_do_asm_simplify. Replace use of R_XTENSA_OP0 relocation
with R_XTENSA_SLOT0_OP.
(get_expanded_call_opcode): Extend to handle either L32R or CONST16
instructions. Use new xtensa-isa.h functions.
(r_reloc struct): Add new virtual_offset field.
(r_reloc_init): Add contents and content_length parameters. Set
virtual_offset field to zero. Add contents to target_offset field for
partial_inplace relocations.
(r_reloc_is_defined): Check for null.
(print_r_reloc): New debug function.
(source_reloc struct): Replace xtensa_operand field with pair of the
opcode and the operand position. Add is_abs_literal field.
(init_source_reloc): Specify operand by opcode/position pair. Set
is_abs_literal field.
(source_reloc_compare): When target_offsets are equal, compare other
fields to make sorting predictable.
(literal_value struct): Add is_abs_literal field.
(value_map_hash_table struct): Add has_last_loc and last_loc fields.
(init_literal_value): New.
(is_same_value): Replace with ...
(literal_value_equal): ... this function. Add comparisons of
virtual_offset and is_abs_literal fields.
(value_map_hash_table_init): Use bfd_zmalloc. Check for allocation
failure. Initialize has_last_loc field.
(value_map_hash_table_delete): New.
(hash_literal_value): Rename to ...
(literal_value_hash): ... this. Include is_abs_literal flag and
virtual_offset field in the hash value.
(get_cached_value): Rename to ...
(value_map_get_cached_value): ... this. Update calls to
literal_value_hash and literal_value_equal.
(add_value_map): Check for allocation failure. Update calls to
value_map_get_cached_value and literal_value_hash.
(text_action, text_action_list, text_action_t): New types.
(find_fill_action, compute_removed_action_diff, adjust_fill_action,
text_action_add, text_action_add_literal, offset_with_removed_text,
offset_with_removed_text_before_fill, find_insn_action,
print_action_list, print_removed_literals): New.
(offset_with_removed_literals): Delete.
(xtensa_relax_info struct): Add is_relaxable_asm_section, action_list,
fix_array, fix_array_count, allocated_relocs, relocs_count, and
allocated_relocs_count fields.
(init_xtensa_relax_info): Initialize new fields.
(reloc_bfd_fix struct): Add new translated field.
(reloc_bfd_fix_init): Add translated parameter and use it to set the
translated field.
(fix_compare, cache_fix_array): New.
(get_bfd_fix): Remove fix_list parameter and get all relax_info for the
section via get_xtensa_relax_info. Use cache_fix_array to set up
sorted fix_array and use bsearch instead of linear search.
(section_cache_t): New struct.
(init_section_cache, section_cache_section, clear_section_cache): New.
(ebb_t, ebb_target_enum, proposed_action, ebb_constraint): New types.
(init_ebb_constraint, free_ebb_constraint, init_ebb, extend_ebb_bounds,
extend_ebb_bounds_forward, extend_ebb_bounds_backward,
insn_block_decodable_len, ebb_propose_action, ebb_add_proposed_action):
New.
(retrieve_contents): Use bfd_get_section_limit.
(elf_xtensa_relax_section): Add relocations_analyzed flag. Update call
to compute_removed_literals. Free value_map_hash_table when no longer
needed.
(analyze_relocations): Check is_relaxable_asm_section flag. Call
compute_text_actions for all sections.
(find_relaxable_sections): Mark sections as relaxable if they contain
ASM_EXPAND relocations that can be optimized. Adjust r_reloc_init
call. Increment relax_info src_count field only for appropriate
relocation types. Remove is_literal_section check.
(collect_source_relocs): Use bfd_get_section_limit. Adjust calls to
r_reloc_init and find_associated_l32r_irel. Check
is_relaxable_asm_section flag. Handle L32R instructions with absolute
literals. Pass is_abs_literal flag to init_source_reloc.
(is_resolvable_asm_expansion): Use bfd_get_section_limit. Check for
CONST16 instructions. Adjust calls to r_reloc_init and
pcrel_reloc_fits. Handle weak symbols conservatively.
(find_associated_l32r_irel): Add bfd parameter and pass it to
is_l32r_relocation.
(compute_text_actions, compute_ebb_proposed_actions,
compute_ebb_actions, check_section_ebb_pcrels_fit,
check_section_ebb_reduces, text_action_add_proposed,
compute_fill_extra_space): New.
(remove_literals): Replace with ...
(compute_removed_literals): ... this function. Call
init_section_cache. Use bfd_get_section_limit. Sort internal_relocs.
Call xtensa_read_table_entries to get the property table. Skip
relocations other than R_XTENSA_32 and R_XTENSA_PLT. Use new
is_removable_literal, remove_dead_literal, and
identify_literal_placement functions.
(get_irel_at_offset): Rewrite to use bsearch on sorted relocations
instead of linear search.
(is_removable_literal, remove_dead_literal,
identify_literal_placement): New.
(relocations_reach): Update check for literal not referenced by any
PC-relative relocations. Adjust call to pcrel_reloc_fits.
(coalesce_shared_literal, move_shared_literal): New.
(relax_section): Use bfd_get_section_limit. Call
translate_section_fixes. Update calls to r_reloc_init and
offset_with_removed_text. Check new is_relaxable_asm_section flag.
Add call to pin_internal_relocs. Add special handling for
R_XTENSA_ASM_SIMPLIFY and R_XTENSA_DIFF* relocs. Use virtual_offset
info to calculate new addend_displacement variable. Replace code for
deleting literals with more general code to perform the actions
determined by the action_list for the section.
(translate_section_fixes, translate_reloc_bfd_fix): New.
(translate_reloc): Check new is_relaxable_asm_section flag. Call
find_removed_literal only if is_operand_relocation. Update call to
offset_with_removed_text. Use new target_offset and removed_bytes
variables.
(move_literal): New.
(relax_property_section): Use bfd_get_section_limit. Set new
is_full_prop_section flag and handle new property tables. Update calls
to r_reloc_init and offset_with_removed_text. Check
is_relaxable_asm_section flag. Handle expansion of zero-sized
unreachable entries, with use of offset_with_removed_text_before_fill.
For relocatable links, combine entries only for literal tables.
(relax_section_symbols): Check is_relaxable_asm_section flag. Update
calls to offset_with_removed_text. Translate st_size field for
function symbols.
(do_fix_for_relocatable_link): Change to return bfd_boolean to indicate
failure. Add contents parameter. Update call to get_bfd_fix. Update
call to r_reloc_init. Call _bfd_error_handler and return FALSE for
R_XTENSA_ASM_EXPAND relocs.
(do_fix_for_final_link): Add input_bfd and contents parameters. Update
call to get_bfd_fix. Include offset from contents for partial_inplace
relocations.
(is_reloc_sym_weak): New.
(pcrel_reloc_fits): Use new xtensa-isa.h functions.
(prop_sec_len): New.
(xtensa_is_property_section): Handle new property sections.
(is_literal_section): Delete.
(internal_reloc_compare): When r_offset matches, compare r_info and
r_addend to make sorting predictable.
(internal_reloc_matches): New.
(xtensa_get_property_section_name): Handle new property sections.
(xtensa_get_property_predef_flags): New.
(xtensa_callback_required_dependence): Use bfd_get_section_limit.
Update calls to xtensa_isa_init, is_l32r_relocation, and r_reloc_init.
* xtensa-isa.c (xtensa_default_isa): Moved to elf32-xtensa.c.
(xtisa_errno, xtisa_error_msg): New variables.
(xtensa_isa_errno, xtensa_isa_error_msg): New.
(xtensa_insnbuf_alloc): Add error handling.
(xtensa_insnbuf_to_chars): Add num_chars parameter. Update to
use xtensa_format_decode. Add error handling.
(xtensa_insnbuf_from_chars): Add num_chars parameter. Decode the
instruction length to find the number of bytes to copy.
(xtensa_isa_init): Add error handling. Replace calls to
xtensa_load_isa and xtensa_extend_isa with code to initialize lookup
tables in the xtensa_modules structure.
(xtensa_check_isa_config, xtensa_add_isa, xtensa_load_isa,
xtensa_extend_isa): Delete.
(xtensa_isa_free): Change to only free lookup tables.
(opname_lookup_compare): Replace with ...
(xtensa_isa_name_compare): ... this function. Use strcasecmp.
(xtensa_insn_maxlength): Rename to ...
(xtensa_isa_maxlength): ... this.
(xtensa_insn_length): Delete.
(xtensa_insn_length_from_first_byte): Replace with ...
(xtensa_isa_length_from_chars): ... this function.
(xtensa_num_opcodes): Rename to ...
(xtensa_isa_num_opcodes): ... this.
(xtensa_isa_num_pipe_stages, xtensa_isa_num_formats,
xtensa_isa_num_regfiles, xtensa_isa_num_stages,
xtensa_isa_num_sysregs, xtensa_isa_num_interfaces,
xtensa_isa_num_funcUnits, xtensa_format_name, xtensa_format_lookup,
xtensa_format_decode, xtensa_format_encode, xtensa_format_length,
xtensa_format_num_slots, xtensa_format_slot_nop_opcode,
xtensa_format_get_slot, xtensa_format_set_slot): New functions.
(xtensa_opcode_lookup): Add error handling.
(xtensa_decode_insn): Replace with ...
(xtensa_opcode_decode): ... this function, with new format and
slot parameters. Add error handling.
(xtensa_encode_insn): Replace with ...
(xtensa_opcode_encode): ... this function, which does the encoding via
one of the entries in the "encode_fns" array. Add error handling.
(xtensa_opcode_name): Add error handling.
(xtensa_opcode_is_branch, xtensa_opcode_is_jump, xtensa_opcode_is_loop,
xtensa_opcode_is_call): New.
(xtensa_num_operands): Replace with ...
(xtensa_opcode_num_operands): ... this function. Add error handling.
(xtensa_opcode_num_stateOperands,
xtensa_opcode_num_interfaceOperands, xtensa_opcode_num_funcUnit_uses,
xtensa_opcode_funcUnit_use, xtensa_operand_name,
xtensa_operand_is_visible): New.
(xtensa_get_operand, xtensa_operand_kind): Delete.
(xtensa_operand_inout): Add error handling and special-case for
"sout" operands.
(xtensa_operand_get_field, xtensa_operand_set_field): Rewritten to
operate on one slot of an instruction. Added error handling.
(xtensa_operand_encode): Handle default operands with no encoding
functions. Check for success by comparing against decoded value.
Add error handling.
(xtensa_operand_decode): Handle default operands. Return decoded value
through argument pointer. Add error handling.
(xtensa_operand_is_register, xtensa_operand_regfile,
xtensa_operand_num_regs, xtensa_operand_is_known_reg): New.
(xtensa_operand_isPCRelative): Rename to ...
(xtensa_operand_is_PCrelative): ... this. Add error handling.
(xtensa_operand_do_reloc, xtensa_operand_undo_reloc): Return value
through argument pointer. Add error handling.
(xtensa_stateOperand_state, xtensa_stateOperand_inout,
xtensa_interfaceOperand_interface, xtensa_regfile_lookup,
xtensa_regfile_lookup_shortname, xtensa_regfile_name,
xtensa_regfile_shortname, xtensa_regfile_view_parent,
xtensa_regfile_num_bits, xtensa_regfile_num_entries,
xtensa_state_lookup, xtensa_state_name, xtensa_state_num_bits,
xtensa_state_is_exported, xtensa_sysreg_lookup,
xtensa_sysreg_lookup_name, xtensa_sysreg_name, xtensa_sysreg_number,
xtensa_sysreg_is_user, xtensa_interface_lookup, xtensa_interface_name,
xtensa_interface_num_bits, xtensa_interface_inout,
xtensa_interface_has_side_effect, xtensa_funcUnit_lookup,
xtensa_funcUnit_name, xtensa_funcUnit_num_copies): New.
* xtensa-modules.c: Rewrite to use new data structures.
* reloc.c (BFD_RELOC_XTENSA_DIFF8, BFD_RELOC_XTENSA_DIFF16,
BFD_RELOC_XTENSA_DIFF32, BFD_RELOC_XTENSA_SLOT0_OP,
BFD_RELOC_XTENSA_SLOT1_OP, BFD_RELOC_XTENSA_SLOT2_OP,
BFD_RELOC_XTENSA_SLOT3_OP, BFD_RELOC_XTENSA_SLOT4_OP,
BFD_RELOC_XTENSA_SLOT5_OP, BFD_RELOC_XTENSA_SLOT6_OP,
BFD_RELOC_XTENSA_SLOT7_OP, BFD_RELOC_XTENSA_SLOT8_OP,
BFD_RELOC_XTENSA_SLOT9_OP, BFD_RELOC_XTENSA_SLOT10_OP,
BFD_RELOC_XTENSA_SLOT11_OP, BFD_RELOC_XTENSA_SLOT12_OP,
BFD_RELOC_XTENSA_SLOT13_OP, BFD_RELOC_XTENSA_SLOT14_OP,
BFD_RELOC_XTENSA_SLOT0_ALT, BFD_RELOC_XTENSA_SLOT1_ALT,
BFD_RELOC_XTENSA_SLOT2_ALT, BFD_RELOC_XTENSA_SLOT3_ALT,
BFD_RELOC_XTENSA_SLOT4_ALT, BFD_RELOC_XTENSA_SLOT5_ALT,
BFD_RELOC_XTENSA_SLOT6_ALT, BFD_RELOC_XTENSA_SLOT7_ALT,
BFD_RELOC_XTENSA_SLOT8_ALT, BFD_RELOC_XTENSA_SLOT9_ALT,
BFD_RELOC_XTENSA_SLOT10_ALT, BFD_RELOC_XTENSA_SLOT11_ALT,
BFD_RELOC_XTENSA_SLOT12_ALT, BFD_RELOC_XTENSA_SLOT13_ALT,
BFD_RELOC_XTENSA_SLOT14_ALT): Add new relocations.
* Makefile.am (xtensa-isa.lo, xtensa-modules.lo): Update dependencies.
* Makefile.in: Regenerate.
* bfd-in2.h: Likewise.
* libbfd.h: Likewise.
gas ChangeLog
* config/tc-xtensa.c (absolute_literals_supported): New global flag.
(UNREACHABLE_MAX_WIDTH): Define.
(XTENSA_FETCH_WIDTH): Delete.
(cur_vinsn, xtensa_fetch_width, xt_saved_debug_type, past_xtensa_end,
prefer_const16, prefer_l32r): New global variables.
(LIT4_SECTION_NAME): Define.
(lit4_state struct): Add lit4_seg_name and lit4_seg fields.
(XTENSA_PROP_*, GET_XTENSA_PROP_*, SET_XTENSA_PROP_*): Define.
(frag_flags struct): New.
(xtensa_block_info struct): Move from tc-xtensa.h. Add flags field.
(subseg_map struct): Add cur_total_freq and cur_target_freq fields.
(bitfield, bit_is_set, set_bit, clear_bit): Define.
(MAX_FORMATS): Define.
(op_placement_info struct, op_placement_table): New.
(O_pltrel, O_hi16, O_lo16): Define.
(directiveE enum): Rename directive_generics to directive_transform.
Delete directive_relax. Add directive_schedule,
directive_absolute_literals, and directive_last_directive.
(directive_info): Rename "generics" to "transform". Delete "relax".
Add "schedule" and "absolute-literals".
(directive_state): Adjust entries to match changes in directive_info.
(xtensa_relax_statesE, RELAX_IMMED_MAXSTEPS): Move to tc-xtensa.h.
(xtensa_const16_opcode, xtensa_movi_opcode, xtensa_movi_n_opcode,
xtensa_l32r_opcode, xtensa_nop_opcode, xtensa_rsr_lcount_opcode): New.
(xtensa_j_opcode, xtensa_rsr_opcode): Delete.
(align_only_targets, software_a0_b_retw_interlock,
software_avoid_b_j_loop_end, maybe_has_b_j_loop_end,
software_avoid_short_loop, software_avoid_close_loop_end,
software_avoid_all_short_loops, specific_opcode): Delete.
(warn_unaligned_branch_targets): New.
(workaround_a0_b_retw, workaround_b_j_loop_end, workaround_short_loop,
workaround_close_loop_end, workaround_all_short_loops): Default FALSE.
(option_[no_]link_relax, option_[no_]transform,
option_[no_]absolute_literals, option_warn_unaligned_targets,
option_prefer_l32r, option_prefer_const16, option_target_hardware):
New enum values.
(option_[no_]align_only_targets, option_literal_section_name,
option_text_section_name, option_data_section_name,
option_bss_section_name, option_eb, option_el): Delete.
(md_longopts): Add entries for: [no-]transform, [no-]absolute-literals,
warn-unaligned-targets, prefer-l32r, prefer-const16, [no-]link-relax,
and target-hardware. Delete entries for [no-]target-align-only,
literal-section-name, text-section-name, data-section-name, and
bss-section-name.
(md_parse_option): Handle new options and remove old ones. Accept but
ignore [no-]density options. Warn for [no-]generics and [no-]relax
and treat them as [no-]transform.
(md_show_usage): Add new options and remove old ones.
(xtensa_setup_hw_workarounds): New.
(md_pseudo_table): Change "word" entry to use xtensa_elf_cons. Add
"long", "short", "loc" and "frequency" entries.
(use_generics): Rename to ...
(use_transform): ... this function. Add past_xtensa_end check.
(use_longcalls): Add past_xtensa_end check.
(code_density_available, can_relax): Delete.
(do_align_targets): New.
(get_directive): Accept dashes in directive names. Warn about
[no-]generics and [no-]relax directives and treat them as
[no-]transform.
(xtensa_begin_directive): Call md_flush_pending_output only for some
directives. Check for directives inside instruction bundles. Warn
about deprecated ".begin literal" usage. Warn and ignore [no-]density
directives. Handle new directives. Check generating_literals flag
for literal_prefix.
(xtensa_end_directive): Check for directives inside instruction
bundles. Warn and ignore [no-]density directives. Handle new
directives. Call xtensa_set_frag_assembly_state.
(xtensa_loc_directive_seen, xtensa_dwarf2_directive_loc,
xtensa_dwarf2_emit_insn): New.
(xtensa_literal_position): Call md_flush_pending_output. Do not check
use_literal_section flag.
(xtensa_literal_pseudo): Call md_flush_pending_output. Handle absolute
literals. Use xtensa_elf_cons to parse the expression.
(xtensa_literal_prefix): Do not check use_literal_section. Support
".lit4" sections for absolute literals. Change prefix convention to
replace ".text" (or ".t" in a linkonce section). No need to call
subseg_set.
(xtensa_frequency_pseudo, xtensa_elf_cons, xtensa_elf_suffix): New.
(expression_end): Handle closing braces and colons.
(PLT_SUFFIX, plt_suffix): Delete.
(expression_maybe_register): Use new xtensa-isa.h functions. Use
xtensa_elf_suffix instead of checking for plt suffix, and handle O_lo16
and O_hi16 expressions as well.
(tokenize_arguments): Handle closing braces and colons.
(parse_arguments): Use new xtensa-isa.h functions. Handle "invisible"
operands and paired register syntax.
(get_invisible_operands): New.
(xg_translate_sysreg_op): Handle new Xtensa LX RSR/WSR/XSR syntax. Use
new xtensa-isa.h functions.
(xtensa_translate_old_userreg_ops, xtensa_translate_zero_immed): New.
(xg_translate_idioms): Check if inside bundle. Use use_transform.
Handle new Xtensa LX RSR/WSR/XSR syntax. Remove code to widen density
instructions. Use xtensa_translate_zero_immed.
(operand_is_immed, operand_is_pcrel_label): Delete.
(get_relaxable_immed): Use new xtensa-isa.h functions.
(get_opcode_from_buf): Add slot parameter. Use new xtensa-isa.h
functions.
(xtensa_print_insn_table, print_vliw_insn): New.
(is_direct_call_opcode): Use new xtensa-isa.h functions.
(is_call_opcode, is_loop_opcode, is_conditional_branch_opcode,
is_branch_or_jump_opcode): Delete.
(is_movi_opcode, decode_reloc, encode_reloc, encode_alt_reloc): New.
(opnum_to_reloc, reloc_to_opnum): Delete.
(xtensa_insnbuf_set_operand, xtensa_insnbuf_get_operand): Use new
xtensa-isa.h functions. Operate on one slot of an instruction.
(xtensa_insnbuf_set_immediate_field, is_negatable_branch,
xg_get_insn_size): Delete.
(xg_get_build_instr_size): Use xg_get_single_size.
(xg_is_narrow_insn, xg_is_single_relaxable_insn): Update calls to
xg_build_widen_table. Use xg_get_single_size.
(xg_get_max_narrow_insn_size): Delete.
(xg_get_max_insn_widen_size, xg_get_max_insn_widen_literal_size,
xg_is_relaxable_insn): Update calls to xg_build_widen_table. Use
xg_get_single_size.
(xg_build_to_insn): Record the loc field. Handle OP_OPERAND_HI16U and
OP_OPERAND_LOW16U. Check xg_valid_literal_expression.
(xg_expand_to_stack, xg_expand_narrow): Update calls to
xg_build_widen_table. Use xg_get_single_size.
(xg_immeds_fit): Use new xtensa-isa.h functions. Update call to
xg_check_operand.
(xg_symbolic_immeds_fit): Likewise. Also handle O_lo16 and O_hi16, and
treat weak symbols conservatively.
(xg_check_operand): Use new xtensa-isa.h functions.
(is_dnrange): Delete.
(xg_assembly_relax): Inline previous calls to tinsn_copy.
(xg_finish_frag): Specify separate relax states for the frag and slot0.
(is_branch_jmp_to_next, xg_add_branch_and_loop_targets): Use new
xtensa-isa.h functions.
(xg_instruction_matches_option_term, xg_instruction_matches_or_options,
xg_instruction_matches_options): New.
(xg_instruction_matches_rule): Handle O_register expressions. Call
xg_instruction_matches_options.
(transition_rule_cmp): New.
(xg_instruction_match): Update call to xg_build_simplify_table.
(xg_build_token_insn): Record loc fields.
(xg_simplify_insn): Check is_specific_opcode field and
density_supported flag.
(xg_expand_assembly_insn): Skip checking code_density_available. Use
new xtensa-isa.h functions. Call use_transform instead of can_relax.
(xg_assemble_literal): Add error handling for O_big. Call
record_alignment. Handle O_pltrel.
(xg_valid_literal_expression): New.
(xg_assemble_literal_space): Add slot parameter. Remove call to
set_expr_symbol_offset. Add call to record_alignment. Update call to
xg_finish_frag.
(xg_emit_insn): Delete.
(xg_emit_insn_to_buf): Add format parameter. Update calls to
xg_add_opcode_fix and xtensa_insnbuf_to_chars.
(xg_add_opcode_fix): Change opcode parameter to tinsn and add format
and slot parameters. Handle new "alternate" relocations for absolute
literals and CONST16 instructions. Check for bad uses of O_lo16 and
O_hi16. Use new xtensa-isa.h functions.
(xg_assemble_tokens): Delete.
(is_register_writer): Use new xtensa-isa.h functions.
(is_bad_loopend_opcode): Check for xtensa_rsr_lcount_opcode instead of
old-style RSR from LCOUNT.
(next_frag_opcode): Delete.
(next_frag_opcode_is_loop, next_frag_format_size, frag_format_size,
update_next_frag_state): New.
(update_next_frag_nop_state): Delete.
(next_frag_pre_opcode_bytes): Use next_frag_opcode_is_loop.
(xtensa_mark_literal_pool_location): Check use_literal_section flag and
the state of the absolute-literals directive. Add calls to
record_alignment and xtensa_set_frag_assembly_state. Call
xtensa_switch_to_non_abs_literal_fragment instead of
xtensa_switch_to_literal_fragment.
(build_nop): New.
(assemble_nop): Use build_nop. Update call to xtensa_insnbuf_to_chars.
(get_expanded_loop_offset): Change check for undefined opcode to an
assertion.
(xtensa_set_frag_assembly_state, relaxable_section,
xtensa_find_unmarked_state_frags, xtensa_find_unaligned_branch_targets,
xtensa_find_unaligned_loops, xg_apply_tentative_value): New.
(md_begin): Update call to xtensa_isa_init. Initialize linkrelax to 1.
Set lit4_seg_name. Call xg_init_vinsn. Initialize new global opcodes.
Call init_op_placement_info_table and xtensa_set_frag_assembly_state.
(xtensa_init_fix_data): New.
(xtensa_frob_label): Reset label symbol to the current frag. Check
do_align_targets and generating_literals flag. Propagate frequency
info to new alignment frag. Call xtensa_set_frag_assembly_state.
(xtensa_unrecognized_line): New.
(xtensa_flush_pending_output): Check if inside a bundle. Add a call
to xtensa_set_frag_assembly_state.
(error_reset_cur_vinsn): New.
(md_assemble): Remove check for literal frag. Remove call to
istack_init. Call use_transform instead of use_generics. Parse
explicit instruction format specifiers. Move code for
a0_b_retw_interlock workaround to xg_assemble_vliw_tokens. Call
error_reset_cur_vinsn on errors. Add call to get_invisible_operands.
Add dwarf2_where call. Remote automatic alignment for ENTRY
instructions. Move call to xtensa_clear_insn_labels to the end.
Rearrange to handle bundles.
(xtensa_cons_fix_new): Delete.
(xtensa_handle_align): New.
(xtensa_frag_init): Call xtensa_set_frag_assembly_state. Remove
assignment to is_no_density field.
(md_pcrel_from): Use new xtensa-isa.h functions. Use decode_reloc
instead of reloc_to_opnum. Handle "alternate" relocations.
(xtensa_force_relocation, xtensa_check_inside_bundle,
xtensa_elf_section_change_hook): New.
(xtensa_symbol_new_hook): Delete.
(xtensa_fix_adjustable): Check for difference of symbols with an
offset. Check for external and weak symbols.
(md_apply_fix3): Remove cases for XTENSA_OP{0,1,2} relocs.
(md_estimate_size_before_relax): Return expansion for the first slot.
(tc_gen_reloc): Handle difference of symbols by producing
XTENSA_DIFF{8,16,32} relocs and by writing the value of the difference
into the output. Handle new XTENSA_SLOT*_OP relocs by storing the
tentative values into the output when linkrelax is set.
(XTENSA_PROP_SEC_NAME): Define.
(xtensa_post_relax_hook): Call xtensa_find_unmarked_state_frags.
Create literal tables only if using literal sections. Create new
property tables instead of old instruction tables. Check for unaligned
branch targets and loops.
(finish_vinsn, find_vinsn_conflicts, check_t1_t2_reads_and_writes,
new_resource_table, clear_resource_table, resize_resource_table,
resources_available, reserve_resources, release_resources,
opcode_funcUnit_use_unit, opcode_funcUnit_use_stage,
resources_conflict, xg_find_narrowest_format, relaxation_requirements,
bundle_single_op, emit_single_op, xg_assemble_vliw_tokens): New.
(xtensa_end): Call xtensa_flush_pending_output. Set past_xtensa_end
flag. Update checks for workaround options. Call
xtensa_mark_narrow_branches and xtensa_mark_zcl_first_insns.
(xtensa_cleanup_align_frags): Add special case for branch targets.
Check for and mark unreachable frags.
(xtensa_fix_target_frags): Remove use of align_only_targets flag.
Use RELAX_LOOP_END_BYTES in special case for negatable branch at the
end of a zero-overhead loop body.
(frag_can_negate_branch): Handle instructions with multiple slots.
Use new xtensa-isa.h functions
(xtensa_mark_narrow_branches, is_narrow_branch_guaranteed_in_range,
xtensa_mark_zcl_first_insns): New.
(xtensa_fix_a0_b_retw_frags, xtensa_fix_b_j_loop_end_frags): Error if
transformations are disabled.
(next_instrs_are_b_retw): Use new xtensa-isa.h functions. Handle
multislot instructions.
(xtensa_fix_close_loop_end_frags, xtensa_fix_short_loop_frags):
Likewise. Also error if transformations are disabled.
(unrelaxed_frag_max_size): New.
(unrelaxed_frag_min_insn_count, unrelax_frag_has_b_j): Use new
xtensa-isa.h functions.
(xtensa_sanity_check, is_empty_loop, is_local_forward_loop): Use
xtensa_opcode_is_loop instead of is_loop_opcode.
(get_text_align_power): Replace as_fatal with assertion.
(get_text_align_fill_size): Iterate instead of using modulus when
use_nops is false.
(get_noop_aligned_address): Assert that this is for a machine-dependent
RELAX_ALIGN_NEXT_OPCODE frag. Use next_frag_opcode_is_loop,
xg_get_single_size, and frag_format_size.
(get_widen_aligned_address): Rename to ...
(get_aligned_diff): ... this function. Add max_diff parameter.
Remove handling of rs_align/rs_align_code frags. Use
next_frag_format_size, get_text_align_power, get_text_align_fill_size,
next_frag_opcode_is_loop, and xg_get_single_size. Compute max_diff
and pass it back to caller.
(xtensa_relax_frag): Use relax_frag_loop_align. Add code for new
RELAX_SLOTS, RELAX_MAYBE_UNREACHABLE, RELAX_MAYBE_DESIRE_ALIGN,
RELAX_FILL_NOP, and RELAX_UNREACHABLE frag types. Check relax_seen.
(relax_frag_text_align): Rename to ...
(relax_frag_loop_align): ... this function. Assume loops can only be
in the first slot of an instruction.
(relax_frag_add_nop): Use assemble_nop instead of constructing an OR
instruction. Remove call to frag_wane.
(relax_frag_narrow): Rename to ...
(relax_frag_for_align): ... this function. Extend to handle
RELAX_FILL_NOP and RELAX_UNREACHABLE, as well as RELAX_SLOTS with
RELAX_NARROW for the first slot.
(find_address_of_next_align_frag, bytes_to_stretch): New.
(future_alignment_required): Use find_address_of_next_align_frag and
bytes_to_stretch. Look ahead to subsequent frags to make smarter
alignment decisions.
(relax_frag_immed): Add format, slot, and estimate_only parameters.
Check if transformations are enabled for b_j_loop_end workaround.
Use new xtensa-isa.h functions and handle multislot instructions.
Update call to xg_assembly_relax.
(md_convert_frag): Handle new RELAX_SLOTS, RELAX_UNREACHABLE,
RELAX_MAYBE_UNREACHABLE, RELAX_MAYBE_DESIRE_ALIGN, and RELAX_FILL_NOP
frag types.
(convert_frag_narrow): Add segP, format and slot parameters. Call
convert_frag_immed for branch instructions. Adjust calls to
tinsn_from_chars, tinsn_immed_from_frag, and xg_emit_insn_to_buf. Use
xg_get_single_size and xg_get_single_format.
(convert_frag_fill_nop): New.
(convert_frag_immed): Add format and slot parameters. Handle multislot
instructions and use new xtensa-isa.h functions. Update calls to
tinsn_immed_from_frag and xg_assembly_relax. Check if transformations
enabled for b_j_loop_end workaround. Use build_nop instead of
assemble_nop. Check is_specific_opcode flag. Check for unreachable
frags. Use xg_get_single_size. Handle O_pltrel.
(fix_new_exp_in_seg): Remove check for old plt flag.
(convert_frag_immed_finish_loop): Update calls to tinsn_from_chars and
xtensa_insnbuf_to_chars. Call tinsn_immed_from_frag. Change check
for loop opcode to an assertion. Mark all frags up to the end of the
loop as not transformable.
(get_last_insn_flags, set_last_insn_flags): Use get_subseg_info.
(get_subseg_info): New.
(xtensa_move_literals): Call xtensa_set_frag_assembly_state. Add null
check for dest_seg.
(xtensa_switch_to_literal_fragment): Rewrite to handle absolute
literals and use xtensa_switch_to_non_abs_literal_fragment otherwise.
(xtensa_switch_to_non_abs_literal_fragment): New.
(cache_literal_section): Add is_code parameter and pass it through to
retrieve_literal_seg.
(retrieve_literal_seg): Add is_code parameter and use it to set the
flags on the literal section. Handle case where head parameter is 0.
(get_frag_is_no_transform, set_frag_is_specific_opcode,
set_frag_is_no_transform): New.
(xtensa_create_property_segments): Add end_property_function parameter
and pass it through to add_xt_block_frags. Call bfd_get_section_flags
and skip SEC_DEBUGGING and !SEC_ALLOC sections.
(xtensa_create_xproperty_segments, section_has_xproperty): New.
(add_xt_block_frags): Add end_property_function parameter and call it
if it is non-zero. Call xtensa_frag_flags_init.
(xtensa_frag_flags_is_empty, xtensa_frag_flags_init,
get_frag_property_flags, frag_flags_to_number,
xtensa_frag_flags_combinable, xt_block_aligned_size,
xtensa_xt_block_combine, add_xt_prop_frags,
init_op_placement_info_table, opcode_fits_format_slot,
xg_get_single_size, xg_get_single_format): New.
(istack_push): Inline call to tinsn_copy.
(tinsn_copy): Delete.
(tinsn_has_invalid_symbolic_operands): Handle O_hi16 and O_lo16 and
CONST16 opcodes. Handle O_big, O_illegal, and O_absent.
(tinsn_has_complex_operands): Handle O_hi16 and O_lo16.
(tinsn_to_insnbuf): Use xg_get_single_format and new xtensa-isa.h
functions. Handle invisible operands.
(tinsn_to_slotbuf): New.
(tinsn_check_arguments): Use new xtensa-isa.h functions.
(tinsn_from_chars): Add slot parameter. Rewrite using xg_init_vinsn,
vinsn_from_chars, and xg_free_vinsn.
(tinsn_from_insnbuf): New.
(tinsn_immed_from_frag): Add slot parameter and handle multislot
instructions. Handle symbol differences.
(get_num_stack_text_bytes): Use xg_get_single_size.
(xg_init_vinsn, xg_clear_vinsn, vinsn_has_specific_opcodes,
xg_free_vinsn, vinsn_to_insnbuf, vinsn_from_chars, expr_is_register,
get_expr_register, set_expr_symbol_offset_diff): New.
* config/tc-xtensa.h (MAX_SLOTS): Define.
(xtensa_relax_statesE): Move from tc-xtensa.c. Add
RELAX_CHECK_ALIGN_NEXT_OPCODE, RELAX_MAYBE_DESIRE_ALIGN, RELAX_SLOTS,
RELAX_FILL_NOP, RELAX_UNREACHABLE, RELAX_MAYBE_UNREACHABLE, and
RELAX_NONE types.
(RELAX_IMMED_MAXSTEPS): Move from tc-xtensa.c.
(xtensa_frag_type struct): Add is_assembly_state_set,
use_absolute_literals, relax_seen, is_unreachable, is_specific_opcode,
is_align, is_text_align, alignment, and is_first_loop_insn fields.
Replace is_generics and is_relax fields by is_no_transform field.
Delete is_text and is_longcalls fields. Change text_expansion and
literal_expansion to arrays of MAX_SLOTS entries. Add arrays of
per-slot information: literal_frags, slot_subtypes, slot_symbols,
slot_sub_symbols, and slot_offsets. Add fr_prev field.
(xtensa_fix_data struct): New.
(xtensa_symfield_type struct): Delete plt field.
(xtensa_block_info struct): Move definition to tc-xtensa.h. Add
forward declaration here.
(xt_section_type enum): Delete xt_insn_sec. Add xt_prop_sec.
(XTENSA_SECTION_RENAME): Undefine.
(TC_FIX_TYPE, TC_INIT_FIX_DATA, TC_FORCE_RELOCATION, NO_PSEUDO_DOT,
tc_unrecognized_line, md_do_align, md_elf_section_change_hook,
HANDLE_ALIGN, TC_LINKRELAX_FIXUP, SUB_SEGMENT_ALIGN): Define.
(TC_CONS_FIX_NEW, tc_symbol_new_hook): Delete.
(unit_num_copies_func, opcode_num_units_func,
opcode_funcUnit_use_unit_func, opcode_funcUnit_use_stage_func): New.
(resource_table struct): New.
* config/xtensa-istack.h (MAX_INSN_ARGS): Increase from 6 to 10.
(TInsn struct): Add keep_wide, loc, fixup, record_fix, subtype,
literal_space, symbol, sub_symbol, offset, and literal_frag fields.
(tinsn_copy): Delete prototype.
(vliw_insn struct): New.
* config/xtensa-relax.c (insn_pattern_struct): Add options field.
(widen_spec_list): Add option conditions for density and boolean
instructions. Add expansions using CONST16 and conditions for using
CONST16 vs. L32R. Use new Xtensa LX RSR/WSR syntax. Add entries for
predicted branches.
(simplify_spec_list): Add option conditions for density instructions.
Add entry for NOP instruction.
(append_transition): Add cmp function pointer parameter and use it to
insert the new entry in order.
(operand_function_LOW16U, operand_function_HI16U): New.
(xg_has_userdef_op_fn, xg_apply_userdef_op_fn): Handle
OP_OPERAND_LOW16U and OP_OPERAND_HI16U.
(enter_opname, split_string): Use xstrdup instead of strdup.
(init_insn_pattern): Initialize new options field.
(clear_req_or_option_list, clear_req_option_list,
clone_req_or_option_list, clone_req_option_list, parse_option_cond):
New.
(parse_insn_pattern): Parse option conditions.
(transition_applies): New.
(build_transition): Use new xtensa-isa.h functions. Fix incorrectly
swapped last arguments in calls to append_constant_value_condition.
Call clone_req_option_list. Add warning about invalid opcode.
Handle LOW16U and HI16U function names.
(build_transition_table): Add cmp parameter and use it in calls to
append_transition. Use new xtensa-isa.h functions. Check
transition_applies before adding entries.
(xg_build_widen_table, xg_build_simplify_table): Add cmp parameter and
pass it through to build_transition_table.
* config/xtensa-relax.h (ReqOrOptionList, ReqOrOption, ReqOptionList,
ReqOption, transition_cmp_fn): New types.
(OpType enum): Add OP_OPERAND_LOW16U and OP_OPERAND_HI16U.
(transition_rule struct): Add options field.
* doc/as.texinfo (Overview): Update Xtensa options.
* doc/c-xtensa.texi (Xtensa Options): Delete --[no-]density,
--[no-]relax, and --[no-]generics options. Update descriptions of
--text-section-literals and --[no-]longcalls. Add
--[no-]absolute-literals and --[no-]transform.
(Xtensa Syntax): Add description of syntax for FLIX instructions.
Remove use of "generic" and "specific" terminology for opcodes.
(Xtensa Registers): Generalize the syntax description to include
user-defined register files.
(Xtensa Automatic Alignment): Update.
(Xtensa Branch Relaxation): Mention limitation of unconditional jumps.
(Xtensa Call Relaxation): Linker can now remove most of the overhead.
(Xtensa Directives): Remove confusing rules about precedence.
(Density Directive, Relax Directive): Delete.
(Schedule Directive): New.
(Generics Directive): Rename to ...
(Transform Directive): ... this node.
(Literal Directive): Update for absolute literals. Missing
literal_position directive is now an error.
(Literal Position Directive): Update for absolute literals.
(Freeregs Directive): Delete.
(Absolute Literals Directive): New.
(Frame Directive): Minor editing.
* Makefile.am (DEPTC_xtensa_elf, DEPOBJ_xtensa_elf, DEP_xtensa_elf):
Update dependencies.
* Makefile.in: Regenerate.
gas/testsuite ChangeLog
* gas/xtensa/all.exp: Adjust expected error message for j_too_far.
Change entry_align test to expect an error.
* gas/xtensa/entry_misalign2.s: Use no-transform instead of
no-generics directives.
include ChangeLog
* xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
(XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
* xtensa-isa-internal.h (ISA_INTERFACE_VERSION): Delete.
(config_sturct struct): Delete.
(XTENSA_OPERAND_IS_REGISTER, XTENSA_OPERAND_IS_PCRELATIVE,
XTENSA_OPERAND_IS_INVISIBLE, XTENSA_OPERAND_IS_UNKNOWN,
XTENSA_OPCODE_IS_BRANCH, XTENSA_OPCODE_IS_JUMP,
XTENSA_OPCODE_IS_LOOP, XTENSA_OPCODE_IS_CALL,
XTENSA_STATE_IS_EXPORTED, XTENSA_INTERFACE_HAS_SIDE_EFFECT): Define.
(xtensa_format_encode_fn, xtensa_get_slot_fn, xtensa_set_slot_fn): New.
(xtensa_insn_decode_fn): Rename to ...
(xtensa_opcode_decode_fn): ... this.
(xtensa_immed_decode_fn, xtensa_immed_encode_fn, xtensa_do_reloc_fn,
xtensa_undo_reloc_fn): Update.
(xtensa_encoding_template_fn): Delete.
(xtensa_opcode_encode_fn, xtensa_format_decode_fn,
xtensa_length_decode_fn): New.
(xtensa_format_internal, xtensa_slot_internal): New types.
(xtensa_operand_internal): Delete operand_kind, inout, isPCRelative,
get_field, and set_field fields. Add name, field_id, regfile,
num_regs, and flags fields.
(xtensa_arg_internal): New type.
(xtensa_iclass_internal): Change operands field to array of
xtensa_arg_internal. Add num_stateOperands, stateOperands,
num_interfaceOperands, and interfaceOperands fields.
(xtensa_opcode_internal): Delete length, template, and iclass fields.
Add iclass_id, flags, encode_fns, num_funcUnit_uses, and funcUnit_uses.
(opname_lookup_entry): Delete.
(xtensa_regfile_internal, xtensa_interface_internal,
xtensa_funcUnit_internal, xtensa_state_internal,
xtensa_sysreg_internal, xtensa_lookup_entry): New.
(xtensa_isa_internal): Replace opcode_table field with opcodes field.
Change type of opname_lookup_table. Delete num_modules,
module_opcode_base, module_decode_fn, config, and has_density fields.
Add num_formats, formats, format_decode_fn, length_decode_fn,
num_slots, slots, num_fields, num_operands, operands, num_iclasses,
iclasses, num_regfiles, regfiles, num_states, states,
state_lookup_table, num_sysregs, sysregs, sysreg_lookup_table,
max_sysreg_num, sysreg_table, num_interfaces, interfaces,
interface_lookup_table, num_funcUnits, funcUnits and
funcUnit_lookup_table fields.
(xtensa_isa_module, xtensa_isa_modules): Delete.
(xtensa_isa_name_compare): New prototype.
(xtisa_errno, xtisa_error_msg): New.
* xtensa-isa.h (XTENSA_ISA_VERSION): Define.
(xtensa_isa): Change type.
(xtensa_operand): Delete.
(xtensa_format, xtensa_regfile, xtensa_state, xtensa_sysreg,
xtensa_interface, xtensa_funcUnit, xtensa_isa_status,
xtensa_funcUnit_use): New types.
(libisa_module_specifier): Delete.
(xtensa_isa_errno, xtensa_isa_error_msg): New prototypes.
(xtensa_insnbuf_free, xtensa_insnbuf_to_chars,
xtensa_insnbuf_from_chars): Update prototypes.
(xtensa_load_isa, xtensa_extend_isa, xtensa_default_isa,
xtensa_insn_maxlength, xtensa_num_opcodes, xtensa_decode_insn,
xtensa_encode_insn, xtensa_insn_length,
xtensa_insn_length_from_first_byte, xtensa_num_operands,
xtensa_operand_kind, xtensa_encode_result,
xtensa_operand_isPCRelative): Delete.
(xtensa_isa_init, xtensa_operand_inout, xtensa_operand_get_field,
xtensa_operand_set_field, xtensa_operand_encode,
xtensa_operand_decode, xtensa_operand_do_reloc,
xtensa_operand_undo_reloc): Update prototypes.
(xtensa_isa_maxlength, xtensa_isa_length_from_chars,
xtensa_isa_num_pipe_stages, xtensa_isa_num_formats,
xtensa_isa_num_opcodes, xtensa_isa_num_regfiles, xtensa_isa_num_states,
xtensa_isa_num_sysregs, xtensa_isa_num_interfaces,
xtensa_isa_num_funcUnits, xtensa_format_name, xtensa_format_lookup,
xtensa_format_decode, xtensa_format_encode, xtensa_format_length,
xtensa_format_num_slots, xtensa_format_slot_nop_opcode,
xtensa_format_get_slot, xtensa_format_set_slot, xtensa_opcode_decode,
xtensa_opcode_encode, xtensa_opcode_is_branch, xtensa_opcode_is_jump,
xtensa_opcode_is_loop, xtensa_opcode_is_call,
xtensa_opcode_num_operands, xtensa_opcode_num_stateOperands,
xtensa_opcode_num_interfaceOperands, xtensa_opcode_num_funcUnit_uses,
xtensa_opcode_funcUnit_use, xtensa_operand_name,
xtensa_operand_is_visible, xtensa_operand_is_register,
xtensa_operand_regfile, xtensa_operand_num_regs,
xtensa_operand_is_known_reg, xtensa_operand_is_PCrelative,
xtensa_stateOperand_state, xtensa_stateOperand_inout,
xtensa_interfaceOperand_interface, xtensa_regfile_lookup,
xtensa_regfile_lookup_shortname, xtensa_regfile_name,
xtensa_regfile_shortname, xtensa_regfile_view_parent,
xtensa_regfile_num_bits, xtensa_regfile_num_entries,
xtensa_state_lookup, xtensa_state_name, xtensa_state_num_bits,
xtensa_state_is_exported, xtensa_sysreg_lookup,
xtensa_sysreg_lookup_name, xtensa_sysreg_name, xtensa_sysreg_number,
xtensa_sysreg_is_user, xtensa_interface_lookup, xtensa_interface_name,
xtensa_interface_num_bits, xtensa_interface_inout,
xtensa_interface_has_side_effect, xtensa_funcUnit_lookup,
xtensa_funcUnit_name, xtensa_funcUnit_num_copies): New prototypes.
* elf/xtensa.h (R_XTENSA_DIFF8, R_XTENSA_DIFF16, R_XTENSA_DIFF32,
R_XTENSA_SLOT*_OP, R_XTENSA_SLOT*_ALT): New relocations.
(XTENSA_PROP_SEC_NAME): Define.
(property_table_entry): Add flags field.
(XTENSA_PROP_*, GET_XTENSA_PROP_*, SET_XTENSA_PROP_*): Define.
ld ChangeLog
* ld.texinfo (Xtensa): Describe new linker relaxation to optimize
assembler-generated longcall sequences. Describe new --size-opt
option.
* emulparams/elf32xtensa.sh (OTHER_SECTIONS): Add .xt.prop section.
* emultempl/xtensaelf.em (remove_section,
replace_insn_sec_with_prop_sec, replace_instruction_table_sections,
elf_xtensa_after_open): New.
(OPTION_OPT_SIZEOPT, OPTION_LITERAL_MOVEMENT,
OPTION_NO_LITERAL_MOVEMENT): Define.
(elf32xtensa_size_opt, elf32xtensa_no_literal_movement): New globals.
(PARSE_AND_LIST_LONGOPTS): Add size-opt and [no-]literal-movement.
(PARSE_AND_LIST_OPTIONS): Add --size-opt.
(PARSE_AND_LIST_ARGS_CASES): Handle OPTION_OPT_SIZEOPT,
OPTION_LITERAL_MOVEMENT, and OPTION_NO_LITERAL_MOVEMENT.
(LDEMUL_AFTER_OPEN): Set to elf_xtensa_after_open.
* scripttempl/elfxtensa.sc: Update with changes from elf.sc.
* Makefile.am (eelf32xtensa.c): Update dependencies.
* Makefile.in: Regenerate.
ld/testsuite ChangeLog
* ld-xtensa/lcall1.s: Use .literal directive.
* ld-xtensa/lcall2.s: Align function entry.
* ld-xtensa/coalesce2.s: Likewise.
opcodes ChangeLog
* xtensa-dis.c (state_names): Delete.
(fetch_data): Use xtensa_isa_maxlength.
(print_xtensa_operand): Replace operand parameter with opcode/operand
pair. Remove print_sr_name parameter. Use new xtensa-isa.h functions.
(print_insn_xtensa): Use new xtensa-isa.h functions. Handle multislot
instruction bundles. Use xmalloc instead of malloc.
2004-10-08 08:22:15 +08:00
|
|
|
$(INCDIR)/xtensa-isa.h $(INCDIR)/xtensa-config.h $(INCDIR)/safe-ctype.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h \
|
|
|
|
$(INCDIR)/aout/aout64.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEPOBJ_z8k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-z8k.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
|
|
|
DEPOBJ_z8k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-z8k.h \
|
|
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
2003-05-21 20:07:56 +08:00
|
|
|
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
1999-08-09 01:48:38 +08:00
|
|
|
DEPOBJ_hppa_som = $(srcdir)/config/obj-som.h subsegs.h \
|
1999-05-03 15:29:11 +08:00
|
|
|
$(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(BFDDIR)/som.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
|
2000-04-19 17:28:52 +08:00
|
|
|
DEPOBJ_i386_multi = $(DEPOBJ_i386_aout) $(DEPOBJ_i386_coff) \
|
|
|
|
$(DEPOBJ_i386_elf)
|
1999-08-09 01:48:38 +08:00
|
|
|
DEPOBJ_mips_multi = $(DEPOBJ_mips_coff) $(DEPOBJ_mips_ecoff) \
|
|
|
|
$(DEPOBJ_mips_elf)
|
2000-07-21 01:45:28 +08:00
|
|
|
DEPOBJ_cris_multi = $(DEPOBJ_cris_aout) $(DEPOBJ_cris_elf)
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_a29k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-a29k.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_a29k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-a29k.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/a29k.h \
|
|
|
|
$(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_a29k_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-a29k.h
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_alpha_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-alpha.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_alpha_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-alpha.h \
|
|
|
|
ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEP_alpha_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-alpha.h
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_alpha_evax = $(srcdir)/config/obj-evax.h $(srcdir)/config/tc-alpha.h
|
|
|
|
DEP_arc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arc.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
DEP_arc_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arc.h
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_arm_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-arm.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_arm_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arm.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/arm.h \
|
|
|
|
$(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_arm_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h
|
2000-04-19 17:28:52 +08:00
|
|
|
DEP_avr_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-avr.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
DEP_avr_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-avr.h
|
2000-07-21 01:45:28 +08:00
|
|
|
DEP_cris_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-cris.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEP_cris_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-cris.h
|
2004-09-17 14:17:47 +08:00
|
|
|
DEP_crx_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-crx.h \
|
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
DEP_crx_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-crx.h
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_d10v_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-d10v.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
DEP_d10v_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d10v.h
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_d30v_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-d30v.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
DEP_d30v_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d30v.h
|
2002-05-31 12:27:37 +08:00
|
|
|
DEP_dlx_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-dlx.h \
|
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
2002-05-28 22:08:47 +08:00
|
|
|
DEP_dlx_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-dlx.h
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_fr30_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-fr30.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
DEP_fr30_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-fr30.h
|
2002-06-19 05:15:21 +08:00
|
|
|
DEP_frv_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-frv.h \
|
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
DEP_frv_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-frv.h
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_h8300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8300.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8300.h \
|
|
|
|
$(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_h8300_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_h8500_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8500.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8500.h \
|
|
|
|
$(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_h8500_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8500.h
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_hppa_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-hppa.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
DEP_hppa_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-hppa.h \
|
|
|
|
$(BFDDIR)/elf32-hppa.h $(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h \
|
|
|
|
$(INCDIR)/elf/reloc-macros.h
|
2000-05-17 22:24:25 +08:00
|
|
|
DEP_ia64_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ia64.h \
|
2002-04-04 22:07:22 +08:00
|
|
|
$(INCDIR)/opcode/ia64.h $(INCDIR)/symcat.h $(INCDIR)/elf/ia64.h \
|
|
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEP_ia64_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
2002-04-04 22:07:22 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ia64.h \
|
|
|
|
$(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h
|
2000-04-04 18:53:56 +08:00
|
|
|
DEP_i370_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i370.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
DEP_i370_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i370.h
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_i386_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i386.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_i386_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i386.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/i386.h \
|
|
|
|
$(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_i386_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h
|
|
|
|
DEP_i860_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i860.h
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_i960_bout = $(srcdir)/config/obj-bout.h $(srcdir)/config/tc-i960.h
|
|
|
|
DEP_i960_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i960.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/i960.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_i960_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h
|
2002-07-23 20:46:43 +08:00
|
|
|
DEP_ip2k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ip2k.h \
|
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
2002-07-19 15:52:40 +08:00
|
|
|
DEP_ip2k_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ip2k.h
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_m32r_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m32r.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
DEP_m32r_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32r.h
|
2000-06-21 04:40:40 +08:00
|
|
|
DEP_m68hc11_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m68hc11.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h \
|
|
|
|
$(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_m68hc11_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68hc11.h
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_m68k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_m68k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m68k.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h \
|
|
|
|
$(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_m68k_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68k.h
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_m68k_hp300 = $(srcdir)/config/obj-hp300.h $(srcdir)/config/obj-aout.h \
|
|
|
|
$(srcdir)/config/tc-m68k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_m88k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m88k.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/m88k.h \
|
|
|
|
$(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_m88k_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m88k.h
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_mcore_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mcore.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/mcore.h \
|
|
|
|
$(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_mcore_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mcore.h
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_mips_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mips.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/mipspe.h \
|
|
|
|
$(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_mips_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-mips.h \
|
|
|
|
ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEP_mips_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mips.h
|
2001-10-31 13:04:33 +08:00
|
|
|
DEP_mmix_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mmix.h
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_mn10200_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10200.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
DEP_mn10200_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10200.h
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_mn10300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10300.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
DEP_mn10300_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10300.h
|
2002-12-31 03:25:13 +08:00
|
|
|
DEP_msp430_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-msp430.h \
|
2003-01-16 12:11:36 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
DEP_msp430_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-msp430.h
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_ns32k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-ns32k.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_ns32k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ns32k.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
DEP_ns32k_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ns32k.h
|
2001-05-03 10:07:02 +08:00
|
|
|
DEP_openrisc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-openrisc.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
DEP_openrisc_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-openrisc.h
|
2002-02-01 11:26:35 +08:00
|
|
|
DEP_or32_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-or32.h \
|
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/or32.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_or32_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-or32.h
|
2001-02-19 07:33:11 +08:00
|
|
|
DEP_pdp11_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-pdp11.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
|
2001-02-27 14:43:56 +08:00
|
|
|
DEP_pdp11_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-pdp11.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
DEP_pdp11_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-pdp11.h
|
1999-09-05 01:29:22 +08:00
|
|
|
DEP_pj_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-pj.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
|
2001-07-24 18:07:15 +08:00
|
|
|
$(INCDIR)/bfdlink.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEP_pj_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-pj.h
|
|
|
|
DEP_ppc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ppc.h \
|
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/rs6000.h \
|
|
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_ppc_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ppc.h
|
2001-02-27 14:43:56 +08:00
|
|
|
DEP_s390_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-s390.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
DEP_s390_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-s390.h
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_sh_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sh.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sh.h \
|
|
|
|
$(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_sh_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h
|
2002-03-18 20:46:27 +08:00
|
|
|
DEP_sh64_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh64.h \
|
2003-01-23 19:51:35 +08:00
|
|
|
$(srcdir)/config/tc-sh.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
$(BFDDIR)/elf32-sh64.h
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_sparc_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-sparc.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_sparc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sparc.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sparc.h \
|
|
|
|
$(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_sparc_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sparc.h
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_tahoe_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tahoe.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_tahoe_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tahoe.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
DEP_tahoe_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tahoe.h
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_tic30_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tic30.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_tic30_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic30.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic30.h \
|
|
|
|
$(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_tic30_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic30.h
|
2003-01-16 12:11:36 +08:00
|
|
|
DEP_tic4x_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic4x.h \
|
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic4x.h \
|
2003-08-14 15:04:09 +08:00
|
|
|
$(INCDIR)/coff/ti.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
2003-01-16 12:11:36 +08:00
|
|
|
DEP_tic4x_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
2003-08-14 15:04:09 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic4x.h
|
2000-06-22 11:35:54 +08:00
|
|
|
DEP_tic54x_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic54x.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic54x.h \
|
|
|
|
$(INCDIR)/coff/ti.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_tic54x_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic54x.h
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_tic80_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic80.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic80.h \
|
|
|
|
$(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_tic80_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic80.h
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_vax_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-vax.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_vax_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-vax.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
DEP_vax_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-vax.h
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_w65_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-w65.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/w65.h \
|
|
|
|
$(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_w65_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-w65.h
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_v850_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-v850.h \
|
2002-04-04 22:07:22 +08:00
|
|
|
$(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/symcat.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
2001-10-02 14:02:51 +08:00
|
|
|
DEP_v850_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
2002-04-04 22:07:22 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-v850.h \
|
|
|
|
$(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h
|
2002-01-22 16:58:00 +08:00
|
|
|
DEP_xstormy16_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-xstormy16.h \
|
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
DEP_xstormy16_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xstormy16.h
|
2003-04-01 23:50:31 +08:00
|
|
|
DEP_xtensa_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xtensa.h \
|
bfd ChangeLog
* elf32-xtensa.c (elf32xtensa_size_opt): New global variable.
(xtensa_default_isa): Global variable moved here from xtensa-isa.c.
(elf32xtensa_no_literal_movement): New global variable.
(elf_howto_table): Add entries for new relocations.
(elf_xtensa_reloc_type_lookup): Handle new relocations.
(property_table_compare): When addresses are equal, compare sizes and
various property flags.
(property_table_matches): New.
(xtensa_read_table_entries): Extend to read new property tables. Add
output_addr parameter to indicate that output addresses should be used.
Use bfd_get_section_limit.
(elf_xtensa_find_property_entry): New.
(elf_xtensa_in_literal_pool): Use elf_xtensa_find_property_entry.
(elf_xtensa_check_relocs): Handle new relocations.
(elf_xtensa_do_reloc): Use bfd_get_section_limit. Handle new
relocations. Use new xtensa-isa.h functions.
(build_encoding_error_message): Remove encode_result parameter. Add
new target_address parameter used to detect alignment errors.
(elf_xtensa_relocate_section): Use bfd_get_section_limit. Clean up
error handling. Use new is_operand_relocation function.
(elf_xtensa_combine_prop_entries, elf_xtensa_merge_private_bfd_data):
Use underbar macro for error messages. Formatting.
(get_const16_opcode): New.
(get_l32r_opcode): Add a separate flag for initialization.
(get_relocation_opnd): Operand number is no longer explicit in the
relocation. Change to decode the opcode and analyze its operands.
(get_relocation_slot): New.
(get_relocation_opcode): Add bfd parameter. Use bfd_get_section_limit.
Use new xtensa-isa.h functions to handle multislot instructions.
(is_l32r_relocation): Add bfd parameter. Use is_operand_relocation.
(get_asm_simplify_size, is_alt_relocation, is_operand_relocation,
insn_decode_len, insn_decode_opcode, check_branch_target_aligned,
check_loop_aligned, check_branch_target_aligned_address, narrowable,
widenable, narrow_instruction, widen_instruction, op_single_fmt_table,
get_single_format, init_op_single_format_table): New.
(elf_xtensa_do_asm_simplify): Add error_message parameter and use it
instead of calling _bfd_error_handler. Use new xtensa-isa.h functions.
(contract_asm_expansion): Add error_message parameter and pass it to
elf_xtensa_do_asm_simplify. Replace use of R_XTENSA_OP0 relocation
with R_XTENSA_SLOT0_OP.
(get_expanded_call_opcode): Extend to handle either L32R or CONST16
instructions. Use new xtensa-isa.h functions.
(r_reloc struct): Add new virtual_offset field.
(r_reloc_init): Add contents and content_length parameters. Set
virtual_offset field to zero. Add contents to target_offset field for
partial_inplace relocations.
(r_reloc_is_defined): Check for null.
(print_r_reloc): New debug function.
(source_reloc struct): Replace xtensa_operand field with pair of the
opcode and the operand position. Add is_abs_literal field.
(init_source_reloc): Specify operand by opcode/position pair. Set
is_abs_literal field.
(source_reloc_compare): When target_offsets are equal, compare other
fields to make sorting predictable.
(literal_value struct): Add is_abs_literal field.
(value_map_hash_table struct): Add has_last_loc and last_loc fields.
(init_literal_value): New.
(is_same_value): Replace with ...
(literal_value_equal): ... this function. Add comparisons of
virtual_offset and is_abs_literal fields.
(value_map_hash_table_init): Use bfd_zmalloc. Check for allocation
failure. Initialize has_last_loc field.
(value_map_hash_table_delete): New.
(hash_literal_value): Rename to ...
(literal_value_hash): ... this. Include is_abs_literal flag and
virtual_offset field in the hash value.
(get_cached_value): Rename to ...
(value_map_get_cached_value): ... this. Update calls to
literal_value_hash and literal_value_equal.
(add_value_map): Check for allocation failure. Update calls to
value_map_get_cached_value and literal_value_hash.
(text_action, text_action_list, text_action_t): New types.
(find_fill_action, compute_removed_action_diff, adjust_fill_action,
text_action_add, text_action_add_literal, offset_with_removed_text,
offset_with_removed_text_before_fill, find_insn_action,
print_action_list, print_removed_literals): New.
(offset_with_removed_literals): Delete.
(xtensa_relax_info struct): Add is_relaxable_asm_section, action_list,
fix_array, fix_array_count, allocated_relocs, relocs_count, and
allocated_relocs_count fields.
(init_xtensa_relax_info): Initialize new fields.
(reloc_bfd_fix struct): Add new translated field.
(reloc_bfd_fix_init): Add translated parameter and use it to set the
translated field.
(fix_compare, cache_fix_array): New.
(get_bfd_fix): Remove fix_list parameter and get all relax_info for the
section via get_xtensa_relax_info. Use cache_fix_array to set up
sorted fix_array and use bsearch instead of linear search.
(section_cache_t): New struct.
(init_section_cache, section_cache_section, clear_section_cache): New.
(ebb_t, ebb_target_enum, proposed_action, ebb_constraint): New types.
(init_ebb_constraint, free_ebb_constraint, init_ebb, extend_ebb_bounds,
extend_ebb_bounds_forward, extend_ebb_bounds_backward,
insn_block_decodable_len, ebb_propose_action, ebb_add_proposed_action):
New.
(retrieve_contents): Use bfd_get_section_limit.
(elf_xtensa_relax_section): Add relocations_analyzed flag. Update call
to compute_removed_literals. Free value_map_hash_table when no longer
needed.
(analyze_relocations): Check is_relaxable_asm_section flag. Call
compute_text_actions for all sections.
(find_relaxable_sections): Mark sections as relaxable if they contain
ASM_EXPAND relocations that can be optimized. Adjust r_reloc_init
call. Increment relax_info src_count field only for appropriate
relocation types. Remove is_literal_section check.
(collect_source_relocs): Use bfd_get_section_limit. Adjust calls to
r_reloc_init and find_associated_l32r_irel. Check
is_relaxable_asm_section flag. Handle L32R instructions with absolute
literals. Pass is_abs_literal flag to init_source_reloc.
(is_resolvable_asm_expansion): Use bfd_get_section_limit. Check for
CONST16 instructions. Adjust calls to r_reloc_init and
pcrel_reloc_fits. Handle weak symbols conservatively.
(find_associated_l32r_irel): Add bfd parameter and pass it to
is_l32r_relocation.
(compute_text_actions, compute_ebb_proposed_actions,
compute_ebb_actions, check_section_ebb_pcrels_fit,
check_section_ebb_reduces, text_action_add_proposed,
compute_fill_extra_space): New.
(remove_literals): Replace with ...
(compute_removed_literals): ... this function. Call
init_section_cache. Use bfd_get_section_limit. Sort internal_relocs.
Call xtensa_read_table_entries to get the property table. Skip
relocations other than R_XTENSA_32 and R_XTENSA_PLT. Use new
is_removable_literal, remove_dead_literal, and
identify_literal_placement functions.
(get_irel_at_offset): Rewrite to use bsearch on sorted relocations
instead of linear search.
(is_removable_literal, remove_dead_literal,
identify_literal_placement): New.
(relocations_reach): Update check for literal not referenced by any
PC-relative relocations. Adjust call to pcrel_reloc_fits.
(coalesce_shared_literal, move_shared_literal): New.
(relax_section): Use bfd_get_section_limit. Call
translate_section_fixes. Update calls to r_reloc_init and
offset_with_removed_text. Check new is_relaxable_asm_section flag.
Add call to pin_internal_relocs. Add special handling for
R_XTENSA_ASM_SIMPLIFY and R_XTENSA_DIFF* relocs. Use virtual_offset
info to calculate new addend_displacement variable. Replace code for
deleting literals with more general code to perform the actions
determined by the action_list for the section.
(translate_section_fixes, translate_reloc_bfd_fix): New.
(translate_reloc): Check new is_relaxable_asm_section flag. Call
find_removed_literal only if is_operand_relocation. Update call to
offset_with_removed_text. Use new target_offset and removed_bytes
variables.
(move_literal): New.
(relax_property_section): Use bfd_get_section_limit. Set new
is_full_prop_section flag and handle new property tables. Update calls
to r_reloc_init and offset_with_removed_text. Check
is_relaxable_asm_section flag. Handle expansion of zero-sized
unreachable entries, with use of offset_with_removed_text_before_fill.
For relocatable links, combine entries only for literal tables.
(relax_section_symbols): Check is_relaxable_asm_section flag. Update
calls to offset_with_removed_text. Translate st_size field for
function symbols.
(do_fix_for_relocatable_link): Change to return bfd_boolean to indicate
failure. Add contents parameter. Update call to get_bfd_fix. Update
call to r_reloc_init. Call _bfd_error_handler and return FALSE for
R_XTENSA_ASM_EXPAND relocs.
(do_fix_for_final_link): Add input_bfd and contents parameters. Update
call to get_bfd_fix. Include offset from contents for partial_inplace
relocations.
(is_reloc_sym_weak): New.
(pcrel_reloc_fits): Use new xtensa-isa.h functions.
(prop_sec_len): New.
(xtensa_is_property_section): Handle new property sections.
(is_literal_section): Delete.
(internal_reloc_compare): When r_offset matches, compare r_info and
r_addend to make sorting predictable.
(internal_reloc_matches): New.
(xtensa_get_property_section_name): Handle new property sections.
(xtensa_get_property_predef_flags): New.
(xtensa_callback_required_dependence): Use bfd_get_section_limit.
Update calls to xtensa_isa_init, is_l32r_relocation, and r_reloc_init.
* xtensa-isa.c (xtensa_default_isa): Moved to elf32-xtensa.c.
(xtisa_errno, xtisa_error_msg): New variables.
(xtensa_isa_errno, xtensa_isa_error_msg): New.
(xtensa_insnbuf_alloc): Add error handling.
(xtensa_insnbuf_to_chars): Add num_chars parameter. Update to
use xtensa_format_decode. Add error handling.
(xtensa_insnbuf_from_chars): Add num_chars parameter. Decode the
instruction length to find the number of bytes to copy.
(xtensa_isa_init): Add error handling. Replace calls to
xtensa_load_isa and xtensa_extend_isa with code to initialize lookup
tables in the xtensa_modules structure.
(xtensa_check_isa_config, xtensa_add_isa, xtensa_load_isa,
xtensa_extend_isa): Delete.
(xtensa_isa_free): Change to only free lookup tables.
(opname_lookup_compare): Replace with ...
(xtensa_isa_name_compare): ... this function. Use strcasecmp.
(xtensa_insn_maxlength): Rename to ...
(xtensa_isa_maxlength): ... this.
(xtensa_insn_length): Delete.
(xtensa_insn_length_from_first_byte): Replace with ...
(xtensa_isa_length_from_chars): ... this function.
(xtensa_num_opcodes): Rename to ...
(xtensa_isa_num_opcodes): ... this.
(xtensa_isa_num_pipe_stages, xtensa_isa_num_formats,
xtensa_isa_num_regfiles, xtensa_isa_num_stages,
xtensa_isa_num_sysregs, xtensa_isa_num_interfaces,
xtensa_isa_num_funcUnits, xtensa_format_name, xtensa_format_lookup,
xtensa_format_decode, xtensa_format_encode, xtensa_format_length,
xtensa_format_num_slots, xtensa_format_slot_nop_opcode,
xtensa_format_get_slot, xtensa_format_set_slot): New functions.
(xtensa_opcode_lookup): Add error handling.
(xtensa_decode_insn): Replace with ...
(xtensa_opcode_decode): ... this function, with new format and
slot parameters. Add error handling.
(xtensa_encode_insn): Replace with ...
(xtensa_opcode_encode): ... this function, which does the encoding via
one of the entries in the "encode_fns" array. Add error handling.
(xtensa_opcode_name): Add error handling.
(xtensa_opcode_is_branch, xtensa_opcode_is_jump, xtensa_opcode_is_loop,
xtensa_opcode_is_call): New.
(xtensa_num_operands): Replace with ...
(xtensa_opcode_num_operands): ... this function. Add error handling.
(xtensa_opcode_num_stateOperands,
xtensa_opcode_num_interfaceOperands, xtensa_opcode_num_funcUnit_uses,
xtensa_opcode_funcUnit_use, xtensa_operand_name,
xtensa_operand_is_visible): New.
(xtensa_get_operand, xtensa_operand_kind): Delete.
(xtensa_operand_inout): Add error handling and special-case for
"sout" operands.
(xtensa_operand_get_field, xtensa_operand_set_field): Rewritten to
operate on one slot of an instruction. Added error handling.
(xtensa_operand_encode): Handle default operands with no encoding
functions. Check for success by comparing against decoded value.
Add error handling.
(xtensa_operand_decode): Handle default operands. Return decoded value
through argument pointer. Add error handling.
(xtensa_operand_is_register, xtensa_operand_regfile,
xtensa_operand_num_regs, xtensa_operand_is_known_reg): New.
(xtensa_operand_isPCRelative): Rename to ...
(xtensa_operand_is_PCrelative): ... this. Add error handling.
(xtensa_operand_do_reloc, xtensa_operand_undo_reloc): Return value
through argument pointer. Add error handling.
(xtensa_stateOperand_state, xtensa_stateOperand_inout,
xtensa_interfaceOperand_interface, xtensa_regfile_lookup,
xtensa_regfile_lookup_shortname, xtensa_regfile_name,
xtensa_regfile_shortname, xtensa_regfile_view_parent,
xtensa_regfile_num_bits, xtensa_regfile_num_entries,
xtensa_state_lookup, xtensa_state_name, xtensa_state_num_bits,
xtensa_state_is_exported, xtensa_sysreg_lookup,
xtensa_sysreg_lookup_name, xtensa_sysreg_name, xtensa_sysreg_number,
xtensa_sysreg_is_user, xtensa_interface_lookup, xtensa_interface_name,
xtensa_interface_num_bits, xtensa_interface_inout,
xtensa_interface_has_side_effect, xtensa_funcUnit_lookup,
xtensa_funcUnit_name, xtensa_funcUnit_num_copies): New.
* xtensa-modules.c: Rewrite to use new data structures.
* reloc.c (BFD_RELOC_XTENSA_DIFF8, BFD_RELOC_XTENSA_DIFF16,
BFD_RELOC_XTENSA_DIFF32, BFD_RELOC_XTENSA_SLOT0_OP,
BFD_RELOC_XTENSA_SLOT1_OP, BFD_RELOC_XTENSA_SLOT2_OP,
BFD_RELOC_XTENSA_SLOT3_OP, BFD_RELOC_XTENSA_SLOT4_OP,
BFD_RELOC_XTENSA_SLOT5_OP, BFD_RELOC_XTENSA_SLOT6_OP,
BFD_RELOC_XTENSA_SLOT7_OP, BFD_RELOC_XTENSA_SLOT8_OP,
BFD_RELOC_XTENSA_SLOT9_OP, BFD_RELOC_XTENSA_SLOT10_OP,
BFD_RELOC_XTENSA_SLOT11_OP, BFD_RELOC_XTENSA_SLOT12_OP,
BFD_RELOC_XTENSA_SLOT13_OP, BFD_RELOC_XTENSA_SLOT14_OP,
BFD_RELOC_XTENSA_SLOT0_ALT, BFD_RELOC_XTENSA_SLOT1_ALT,
BFD_RELOC_XTENSA_SLOT2_ALT, BFD_RELOC_XTENSA_SLOT3_ALT,
BFD_RELOC_XTENSA_SLOT4_ALT, BFD_RELOC_XTENSA_SLOT5_ALT,
BFD_RELOC_XTENSA_SLOT6_ALT, BFD_RELOC_XTENSA_SLOT7_ALT,
BFD_RELOC_XTENSA_SLOT8_ALT, BFD_RELOC_XTENSA_SLOT9_ALT,
BFD_RELOC_XTENSA_SLOT10_ALT, BFD_RELOC_XTENSA_SLOT11_ALT,
BFD_RELOC_XTENSA_SLOT12_ALT, BFD_RELOC_XTENSA_SLOT13_ALT,
BFD_RELOC_XTENSA_SLOT14_ALT): Add new relocations.
* Makefile.am (xtensa-isa.lo, xtensa-modules.lo): Update dependencies.
* Makefile.in: Regenerate.
* bfd-in2.h: Likewise.
* libbfd.h: Likewise.
gas ChangeLog
* config/tc-xtensa.c (absolute_literals_supported): New global flag.
(UNREACHABLE_MAX_WIDTH): Define.
(XTENSA_FETCH_WIDTH): Delete.
(cur_vinsn, xtensa_fetch_width, xt_saved_debug_type, past_xtensa_end,
prefer_const16, prefer_l32r): New global variables.
(LIT4_SECTION_NAME): Define.
(lit4_state struct): Add lit4_seg_name and lit4_seg fields.
(XTENSA_PROP_*, GET_XTENSA_PROP_*, SET_XTENSA_PROP_*): Define.
(frag_flags struct): New.
(xtensa_block_info struct): Move from tc-xtensa.h. Add flags field.
(subseg_map struct): Add cur_total_freq and cur_target_freq fields.
(bitfield, bit_is_set, set_bit, clear_bit): Define.
(MAX_FORMATS): Define.
(op_placement_info struct, op_placement_table): New.
(O_pltrel, O_hi16, O_lo16): Define.
(directiveE enum): Rename directive_generics to directive_transform.
Delete directive_relax. Add directive_schedule,
directive_absolute_literals, and directive_last_directive.
(directive_info): Rename "generics" to "transform". Delete "relax".
Add "schedule" and "absolute-literals".
(directive_state): Adjust entries to match changes in directive_info.
(xtensa_relax_statesE, RELAX_IMMED_MAXSTEPS): Move to tc-xtensa.h.
(xtensa_const16_opcode, xtensa_movi_opcode, xtensa_movi_n_opcode,
xtensa_l32r_opcode, xtensa_nop_opcode, xtensa_rsr_lcount_opcode): New.
(xtensa_j_opcode, xtensa_rsr_opcode): Delete.
(align_only_targets, software_a0_b_retw_interlock,
software_avoid_b_j_loop_end, maybe_has_b_j_loop_end,
software_avoid_short_loop, software_avoid_close_loop_end,
software_avoid_all_short_loops, specific_opcode): Delete.
(warn_unaligned_branch_targets): New.
(workaround_a0_b_retw, workaround_b_j_loop_end, workaround_short_loop,
workaround_close_loop_end, workaround_all_short_loops): Default FALSE.
(option_[no_]link_relax, option_[no_]transform,
option_[no_]absolute_literals, option_warn_unaligned_targets,
option_prefer_l32r, option_prefer_const16, option_target_hardware):
New enum values.
(option_[no_]align_only_targets, option_literal_section_name,
option_text_section_name, option_data_section_name,
option_bss_section_name, option_eb, option_el): Delete.
(md_longopts): Add entries for: [no-]transform, [no-]absolute-literals,
warn-unaligned-targets, prefer-l32r, prefer-const16, [no-]link-relax,
and target-hardware. Delete entries for [no-]target-align-only,
literal-section-name, text-section-name, data-section-name, and
bss-section-name.
(md_parse_option): Handle new options and remove old ones. Accept but
ignore [no-]density options. Warn for [no-]generics and [no-]relax
and treat them as [no-]transform.
(md_show_usage): Add new options and remove old ones.
(xtensa_setup_hw_workarounds): New.
(md_pseudo_table): Change "word" entry to use xtensa_elf_cons. Add
"long", "short", "loc" and "frequency" entries.
(use_generics): Rename to ...
(use_transform): ... this function. Add past_xtensa_end check.
(use_longcalls): Add past_xtensa_end check.
(code_density_available, can_relax): Delete.
(do_align_targets): New.
(get_directive): Accept dashes in directive names. Warn about
[no-]generics and [no-]relax directives and treat them as
[no-]transform.
(xtensa_begin_directive): Call md_flush_pending_output only for some
directives. Check for directives inside instruction bundles. Warn
about deprecated ".begin literal" usage. Warn and ignore [no-]density
directives. Handle new directives. Check generating_literals flag
for literal_prefix.
(xtensa_end_directive): Check for directives inside instruction
bundles. Warn and ignore [no-]density directives. Handle new
directives. Call xtensa_set_frag_assembly_state.
(xtensa_loc_directive_seen, xtensa_dwarf2_directive_loc,
xtensa_dwarf2_emit_insn): New.
(xtensa_literal_position): Call md_flush_pending_output. Do not check
use_literal_section flag.
(xtensa_literal_pseudo): Call md_flush_pending_output. Handle absolute
literals. Use xtensa_elf_cons to parse the expression.
(xtensa_literal_prefix): Do not check use_literal_section. Support
".lit4" sections for absolute literals. Change prefix convention to
replace ".text" (or ".t" in a linkonce section). No need to call
subseg_set.
(xtensa_frequency_pseudo, xtensa_elf_cons, xtensa_elf_suffix): New.
(expression_end): Handle closing braces and colons.
(PLT_SUFFIX, plt_suffix): Delete.
(expression_maybe_register): Use new xtensa-isa.h functions. Use
xtensa_elf_suffix instead of checking for plt suffix, and handle O_lo16
and O_hi16 expressions as well.
(tokenize_arguments): Handle closing braces and colons.
(parse_arguments): Use new xtensa-isa.h functions. Handle "invisible"
operands and paired register syntax.
(get_invisible_operands): New.
(xg_translate_sysreg_op): Handle new Xtensa LX RSR/WSR/XSR syntax. Use
new xtensa-isa.h functions.
(xtensa_translate_old_userreg_ops, xtensa_translate_zero_immed): New.
(xg_translate_idioms): Check if inside bundle. Use use_transform.
Handle new Xtensa LX RSR/WSR/XSR syntax. Remove code to widen density
instructions. Use xtensa_translate_zero_immed.
(operand_is_immed, operand_is_pcrel_label): Delete.
(get_relaxable_immed): Use new xtensa-isa.h functions.
(get_opcode_from_buf): Add slot parameter. Use new xtensa-isa.h
functions.
(xtensa_print_insn_table, print_vliw_insn): New.
(is_direct_call_opcode): Use new xtensa-isa.h functions.
(is_call_opcode, is_loop_opcode, is_conditional_branch_opcode,
is_branch_or_jump_opcode): Delete.
(is_movi_opcode, decode_reloc, encode_reloc, encode_alt_reloc): New.
(opnum_to_reloc, reloc_to_opnum): Delete.
(xtensa_insnbuf_set_operand, xtensa_insnbuf_get_operand): Use new
xtensa-isa.h functions. Operate on one slot of an instruction.
(xtensa_insnbuf_set_immediate_field, is_negatable_branch,
xg_get_insn_size): Delete.
(xg_get_build_instr_size): Use xg_get_single_size.
(xg_is_narrow_insn, xg_is_single_relaxable_insn): Update calls to
xg_build_widen_table. Use xg_get_single_size.
(xg_get_max_narrow_insn_size): Delete.
(xg_get_max_insn_widen_size, xg_get_max_insn_widen_literal_size,
xg_is_relaxable_insn): Update calls to xg_build_widen_table. Use
xg_get_single_size.
(xg_build_to_insn): Record the loc field. Handle OP_OPERAND_HI16U and
OP_OPERAND_LOW16U. Check xg_valid_literal_expression.
(xg_expand_to_stack, xg_expand_narrow): Update calls to
xg_build_widen_table. Use xg_get_single_size.
(xg_immeds_fit): Use new xtensa-isa.h functions. Update call to
xg_check_operand.
(xg_symbolic_immeds_fit): Likewise. Also handle O_lo16 and O_hi16, and
treat weak symbols conservatively.
(xg_check_operand): Use new xtensa-isa.h functions.
(is_dnrange): Delete.
(xg_assembly_relax): Inline previous calls to tinsn_copy.
(xg_finish_frag): Specify separate relax states for the frag and slot0.
(is_branch_jmp_to_next, xg_add_branch_and_loop_targets): Use new
xtensa-isa.h functions.
(xg_instruction_matches_option_term, xg_instruction_matches_or_options,
xg_instruction_matches_options): New.
(xg_instruction_matches_rule): Handle O_register expressions. Call
xg_instruction_matches_options.
(transition_rule_cmp): New.
(xg_instruction_match): Update call to xg_build_simplify_table.
(xg_build_token_insn): Record loc fields.
(xg_simplify_insn): Check is_specific_opcode field and
density_supported flag.
(xg_expand_assembly_insn): Skip checking code_density_available. Use
new xtensa-isa.h functions. Call use_transform instead of can_relax.
(xg_assemble_literal): Add error handling for O_big. Call
record_alignment. Handle O_pltrel.
(xg_valid_literal_expression): New.
(xg_assemble_literal_space): Add slot parameter. Remove call to
set_expr_symbol_offset. Add call to record_alignment. Update call to
xg_finish_frag.
(xg_emit_insn): Delete.
(xg_emit_insn_to_buf): Add format parameter. Update calls to
xg_add_opcode_fix and xtensa_insnbuf_to_chars.
(xg_add_opcode_fix): Change opcode parameter to tinsn and add format
and slot parameters. Handle new "alternate" relocations for absolute
literals and CONST16 instructions. Check for bad uses of O_lo16 and
O_hi16. Use new xtensa-isa.h functions.
(xg_assemble_tokens): Delete.
(is_register_writer): Use new xtensa-isa.h functions.
(is_bad_loopend_opcode): Check for xtensa_rsr_lcount_opcode instead of
old-style RSR from LCOUNT.
(next_frag_opcode): Delete.
(next_frag_opcode_is_loop, next_frag_format_size, frag_format_size,
update_next_frag_state): New.
(update_next_frag_nop_state): Delete.
(next_frag_pre_opcode_bytes): Use next_frag_opcode_is_loop.
(xtensa_mark_literal_pool_location): Check use_literal_section flag and
the state of the absolute-literals directive. Add calls to
record_alignment and xtensa_set_frag_assembly_state. Call
xtensa_switch_to_non_abs_literal_fragment instead of
xtensa_switch_to_literal_fragment.
(build_nop): New.
(assemble_nop): Use build_nop. Update call to xtensa_insnbuf_to_chars.
(get_expanded_loop_offset): Change check for undefined opcode to an
assertion.
(xtensa_set_frag_assembly_state, relaxable_section,
xtensa_find_unmarked_state_frags, xtensa_find_unaligned_branch_targets,
xtensa_find_unaligned_loops, xg_apply_tentative_value): New.
(md_begin): Update call to xtensa_isa_init. Initialize linkrelax to 1.
Set lit4_seg_name. Call xg_init_vinsn. Initialize new global opcodes.
Call init_op_placement_info_table and xtensa_set_frag_assembly_state.
(xtensa_init_fix_data): New.
(xtensa_frob_label): Reset label symbol to the current frag. Check
do_align_targets and generating_literals flag. Propagate frequency
info to new alignment frag. Call xtensa_set_frag_assembly_state.
(xtensa_unrecognized_line): New.
(xtensa_flush_pending_output): Check if inside a bundle. Add a call
to xtensa_set_frag_assembly_state.
(error_reset_cur_vinsn): New.
(md_assemble): Remove check for literal frag. Remove call to
istack_init. Call use_transform instead of use_generics. Parse
explicit instruction format specifiers. Move code for
a0_b_retw_interlock workaround to xg_assemble_vliw_tokens. Call
error_reset_cur_vinsn on errors. Add call to get_invisible_operands.
Add dwarf2_where call. Remote automatic alignment for ENTRY
instructions. Move call to xtensa_clear_insn_labels to the end.
Rearrange to handle bundles.
(xtensa_cons_fix_new): Delete.
(xtensa_handle_align): New.
(xtensa_frag_init): Call xtensa_set_frag_assembly_state. Remove
assignment to is_no_density field.
(md_pcrel_from): Use new xtensa-isa.h functions. Use decode_reloc
instead of reloc_to_opnum. Handle "alternate" relocations.
(xtensa_force_relocation, xtensa_check_inside_bundle,
xtensa_elf_section_change_hook): New.
(xtensa_symbol_new_hook): Delete.
(xtensa_fix_adjustable): Check for difference of symbols with an
offset. Check for external and weak symbols.
(md_apply_fix3): Remove cases for XTENSA_OP{0,1,2} relocs.
(md_estimate_size_before_relax): Return expansion for the first slot.
(tc_gen_reloc): Handle difference of symbols by producing
XTENSA_DIFF{8,16,32} relocs and by writing the value of the difference
into the output. Handle new XTENSA_SLOT*_OP relocs by storing the
tentative values into the output when linkrelax is set.
(XTENSA_PROP_SEC_NAME): Define.
(xtensa_post_relax_hook): Call xtensa_find_unmarked_state_frags.
Create literal tables only if using literal sections. Create new
property tables instead of old instruction tables. Check for unaligned
branch targets and loops.
(finish_vinsn, find_vinsn_conflicts, check_t1_t2_reads_and_writes,
new_resource_table, clear_resource_table, resize_resource_table,
resources_available, reserve_resources, release_resources,
opcode_funcUnit_use_unit, opcode_funcUnit_use_stage,
resources_conflict, xg_find_narrowest_format, relaxation_requirements,
bundle_single_op, emit_single_op, xg_assemble_vliw_tokens): New.
(xtensa_end): Call xtensa_flush_pending_output. Set past_xtensa_end
flag. Update checks for workaround options. Call
xtensa_mark_narrow_branches and xtensa_mark_zcl_first_insns.
(xtensa_cleanup_align_frags): Add special case for branch targets.
Check for and mark unreachable frags.
(xtensa_fix_target_frags): Remove use of align_only_targets flag.
Use RELAX_LOOP_END_BYTES in special case for negatable branch at the
end of a zero-overhead loop body.
(frag_can_negate_branch): Handle instructions with multiple slots.
Use new xtensa-isa.h functions
(xtensa_mark_narrow_branches, is_narrow_branch_guaranteed_in_range,
xtensa_mark_zcl_first_insns): New.
(xtensa_fix_a0_b_retw_frags, xtensa_fix_b_j_loop_end_frags): Error if
transformations are disabled.
(next_instrs_are_b_retw): Use new xtensa-isa.h functions. Handle
multislot instructions.
(xtensa_fix_close_loop_end_frags, xtensa_fix_short_loop_frags):
Likewise. Also error if transformations are disabled.
(unrelaxed_frag_max_size): New.
(unrelaxed_frag_min_insn_count, unrelax_frag_has_b_j): Use new
xtensa-isa.h functions.
(xtensa_sanity_check, is_empty_loop, is_local_forward_loop): Use
xtensa_opcode_is_loop instead of is_loop_opcode.
(get_text_align_power): Replace as_fatal with assertion.
(get_text_align_fill_size): Iterate instead of using modulus when
use_nops is false.
(get_noop_aligned_address): Assert that this is for a machine-dependent
RELAX_ALIGN_NEXT_OPCODE frag. Use next_frag_opcode_is_loop,
xg_get_single_size, and frag_format_size.
(get_widen_aligned_address): Rename to ...
(get_aligned_diff): ... this function. Add max_diff parameter.
Remove handling of rs_align/rs_align_code frags. Use
next_frag_format_size, get_text_align_power, get_text_align_fill_size,
next_frag_opcode_is_loop, and xg_get_single_size. Compute max_diff
and pass it back to caller.
(xtensa_relax_frag): Use relax_frag_loop_align. Add code for new
RELAX_SLOTS, RELAX_MAYBE_UNREACHABLE, RELAX_MAYBE_DESIRE_ALIGN,
RELAX_FILL_NOP, and RELAX_UNREACHABLE frag types. Check relax_seen.
(relax_frag_text_align): Rename to ...
(relax_frag_loop_align): ... this function. Assume loops can only be
in the first slot of an instruction.
(relax_frag_add_nop): Use assemble_nop instead of constructing an OR
instruction. Remove call to frag_wane.
(relax_frag_narrow): Rename to ...
(relax_frag_for_align): ... this function. Extend to handle
RELAX_FILL_NOP and RELAX_UNREACHABLE, as well as RELAX_SLOTS with
RELAX_NARROW for the first slot.
(find_address_of_next_align_frag, bytes_to_stretch): New.
(future_alignment_required): Use find_address_of_next_align_frag and
bytes_to_stretch. Look ahead to subsequent frags to make smarter
alignment decisions.
(relax_frag_immed): Add format, slot, and estimate_only parameters.
Check if transformations are enabled for b_j_loop_end workaround.
Use new xtensa-isa.h functions and handle multislot instructions.
Update call to xg_assembly_relax.
(md_convert_frag): Handle new RELAX_SLOTS, RELAX_UNREACHABLE,
RELAX_MAYBE_UNREACHABLE, RELAX_MAYBE_DESIRE_ALIGN, and RELAX_FILL_NOP
frag types.
(convert_frag_narrow): Add segP, format and slot parameters. Call
convert_frag_immed for branch instructions. Adjust calls to
tinsn_from_chars, tinsn_immed_from_frag, and xg_emit_insn_to_buf. Use
xg_get_single_size and xg_get_single_format.
(convert_frag_fill_nop): New.
(convert_frag_immed): Add format and slot parameters. Handle multislot
instructions and use new xtensa-isa.h functions. Update calls to
tinsn_immed_from_frag and xg_assembly_relax. Check if transformations
enabled for b_j_loop_end workaround. Use build_nop instead of
assemble_nop. Check is_specific_opcode flag. Check for unreachable
frags. Use xg_get_single_size. Handle O_pltrel.
(fix_new_exp_in_seg): Remove check for old plt flag.
(convert_frag_immed_finish_loop): Update calls to tinsn_from_chars and
xtensa_insnbuf_to_chars. Call tinsn_immed_from_frag. Change check
for loop opcode to an assertion. Mark all frags up to the end of the
loop as not transformable.
(get_last_insn_flags, set_last_insn_flags): Use get_subseg_info.
(get_subseg_info): New.
(xtensa_move_literals): Call xtensa_set_frag_assembly_state. Add null
check for dest_seg.
(xtensa_switch_to_literal_fragment): Rewrite to handle absolute
literals and use xtensa_switch_to_non_abs_literal_fragment otherwise.
(xtensa_switch_to_non_abs_literal_fragment): New.
(cache_literal_section): Add is_code parameter and pass it through to
retrieve_literal_seg.
(retrieve_literal_seg): Add is_code parameter and use it to set the
flags on the literal section. Handle case where head parameter is 0.
(get_frag_is_no_transform, set_frag_is_specific_opcode,
set_frag_is_no_transform): New.
(xtensa_create_property_segments): Add end_property_function parameter
and pass it through to add_xt_block_frags. Call bfd_get_section_flags
and skip SEC_DEBUGGING and !SEC_ALLOC sections.
(xtensa_create_xproperty_segments, section_has_xproperty): New.
(add_xt_block_frags): Add end_property_function parameter and call it
if it is non-zero. Call xtensa_frag_flags_init.
(xtensa_frag_flags_is_empty, xtensa_frag_flags_init,
get_frag_property_flags, frag_flags_to_number,
xtensa_frag_flags_combinable, xt_block_aligned_size,
xtensa_xt_block_combine, add_xt_prop_frags,
init_op_placement_info_table, opcode_fits_format_slot,
xg_get_single_size, xg_get_single_format): New.
(istack_push): Inline call to tinsn_copy.
(tinsn_copy): Delete.
(tinsn_has_invalid_symbolic_operands): Handle O_hi16 and O_lo16 and
CONST16 opcodes. Handle O_big, O_illegal, and O_absent.
(tinsn_has_complex_operands): Handle O_hi16 and O_lo16.
(tinsn_to_insnbuf): Use xg_get_single_format and new xtensa-isa.h
functions. Handle invisible operands.
(tinsn_to_slotbuf): New.
(tinsn_check_arguments): Use new xtensa-isa.h functions.
(tinsn_from_chars): Add slot parameter. Rewrite using xg_init_vinsn,
vinsn_from_chars, and xg_free_vinsn.
(tinsn_from_insnbuf): New.
(tinsn_immed_from_frag): Add slot parameter and handle multislot
instructions. Handle symbol differences.
(get_num_stack_text_bytes): Use xg_get_single_size.
(xg_init_vinsn, xg_clear_vinsn, vinsn_has_specific_opcodes,
xg_free_vinsn, vinsn_to_insnbuf, vinsn_from_chars, expr_is_register,
get_expr_register, set_expr_symbol_offset_diff): New.
* config/tc-xtensa.h (MAX_SLOTS): Define.
(xtensa_relax_statesE): Move from tc-xtensa.c. Add
RELAX_CHECK_ALIGN_NEXT_OPCODE, RELAX_MAYBE_DESIRE_ALIGN, RELAX_SLOTS,
RELAX_FILL_NOP, RELAX_UNREACHABLE, RELAX_MAYBE_UNREACHABLE, and
RELAX_NONE types.
(RELAX_IMMED_MAXSTEPS): Move from tc-xtensa.c.
(xtensa_frag_type struct): Add is_assembly_state_set,
use_absolute_literals, relax_seen, is_unreachable, is_specific_opcode,
is_align, is_text_align, alignment, and is_first_loop_insn fields.
Replace is_generics and is_relax fields by is_no_transform field.
Delete is_text and is_longcalls fields. Change text_expansion and
literal_expansion to arrays of MAX_SLOTS entries. Add arrays of
per-slot information: literal_frags, slot_subtypes, slot_symbols,
slot_sub_symbols, and slot_offsets. Add fr_prev field.
(xtensa_fix_data struct): New.
(xtensa_symfield_type struct): Delete plt field.
(xtensa_block_info struct): Move definition to tc-xtensa.h. Add
forward declaration here.
(xt_section_type enum): Delete xt_insn_sec. Add xt_prop_sec.
(XTENSA_SECTION_RENAME): Undefine.
(TC_FIX_TYPE, TC_INIT_FIX_DATA, TC_FORCE_RELOCATION, NO_PSEUDO_DOT,
tc_unrecognized_line, md_do_align, md_elf_section_change_hook,
HANDLE_ALIGN, TC_LINKRELAX_FIXUP, SUB_SEGMENT_ALIGN): Define.
(TC_CONS_FIX_NEW, tc_symbol_new_hook): Delete.
(unit_num_copies_func, opcode_num_units_func,
opcode_funcUnit_use_unit_func, opcode_funcUnit_use_stage_func): New.
(resource_table struct): New.
* config/xtensa-istack.h (MAX_INSN_ARGS): Increase from 6 to 10.
(TInsn struct): Add keep_wide, loc, fixup, record_fix, subtype,
literal_space, symbol, sub_symbol, offset, and literal_frag fields.
(tinsn_copy): Delete prototype.
(vliw_insn struct): New.
* config/xtensa-relax.c (insn_pattern_struct): Add options field.
(widen_spec_list): Add option conditions for density and boolean
instructions. Add expansions using CONST16 and conditions for using
CONST16 vs. L32R. Use new Xtensa LX RSR/WSR syntax. Add entries for
predicted branches.
(simplify_spec_list): Add option conditions for density instructions.
Add entry for NOP instruction.
(append_transition): Add cmp function pointer parameter and use it to
insert the new entry in order.
(operand_function_LOW16U, operand_function_HI16U): New.
(xg_has_userdef_op_fn, xg_apply_userdef_op_fn): Handle
OP_OPERAND_LOW16U and OP_OPERAND_HI16U.
(enter_opname, split_string): Use xstrdup instead of strdup.
(init_insn_pattern): Initialize new options field.
(clear_req_or_option_list, clear_req_option_list,
clone_req_or_option_list, clone_req_option_list, parse_option_cond):
New.
(parse_insn_pattern): Parse option conditions.
(transition_applies): New.
(build_transition): Use new xtensa-isa.h functions. Fix incorrectly
swapped last arguments in calls to append_constant_value_condition.
Call clone_req_option_list. Add warning about invalid opcode.
Handle LOW16U and HI16U function names.
(build_transition_table): Add cmp parameter and use it in calls to
append_transition. Use new xtensa-isa.h functions. Check
transition_applies before adding entries.
(xg_build_widen_table, xg_build_simplify_table): Add cmp parameter and
pass it through to build_transition_table.
* config/xtensa-relax.h (ReqOrOptionList, ReqOrOption, ReqOptionList,
ReqOption, transition_cmp_fn): New types.
(OpType enum): Add OP_OPERAND_LOW16U and OP_OPERAND_HI16U.
(transition_rule struct): Add options field.
* doc/as.texinfo (Overview): Update Xtensa options.
* doc/c-xtensa.texi (Xtensa Options): Delete --[no-]density,
--[no-]relax, and --[no-]generics options. Update descriptions of
--text-section-literals and --[no-]longcalls. Add
--[no-]absolute-literals and --[no-]transform.
(Xtensa Syntax): Add description of syntax for FLIX instructions.
Remove use of "generic" and "specific" terminology for opcodes.
(Xtensa Registers): Generalize the syntax description to include
user-defined register files.
(Xtensa Automatic Alignment): Update.
(Xtensa Branch Relaxation): Mention limitation of unconditional jumps.
(Xtensa Call Relaxation): Linker can now remove most of the overhead.
(Xtensa Directives): Remove confusing rules about precedence.
(Density Directive, Relax Directive): Delete.
(Schedule Directive): New.
(Generics Directive): Rename to ...
(Transform Directive): ... this node.
(Literal Directive): Update for absolute literals. Missing
literal_position directive is now an error.
(Literal Position Directive): Update for absolute literals.
(Freeregs Directive): Delete.
(Absolute Literals Directive): New.
(Frame Directive): Minor editing.
* Makefile.am (DEPTC_xtensa_elf, DEPOBJ_xtensa_elf, DEP_xtensa_elf):
Update dependencies.
* Makefile.in: Regenerate.
gas/testsuite ChangeLog
* gas/xtensa/all.exp: Adjust expected error message for j_too_far.
Change entry_align test to expect an error.
* gas/xtensa/entry_misalign2.s: Use no-transform instead of
no-generics directives.
include ChangeLog
* xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
(XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
* xtensa-isa-internal.h (ISA_INTERFACE_VERSION): Delete.
(config_sturct struct): Delete.
(XTENSA_OPERAND_IS_REGISTER, XTENSA_OPERAND_IS_PCRELATIVE,
XTENSA_OPERAND_IS_INVISIBLE, XTENSA_OPERAND_IS_UNKNOWN,
XTENSA_OPCODE_IS_BRANCH, XTENSA_OPCODE_IS_JUMP,
XTENSA_OPCODE_IS_LOOP, XTENSA_OPCODE_IS_CALL,
XTENSA_STATE_IS_EXPORTED, XTENSA_INTERFACE_HAS_SIDE_EFFECT): Define.
(xtensa_format_encode_fn, xtensa_get_slot_fn, xtensa_set_slot_fn): New.
(xtensa_insn_decode_fn): Rename to ...
(xtensa_opcode_decode_fn): ... this.
(xtensa_immed_decode_fn, xtensa_immed_encode_fn, xtensa_do_reloc_fn,
xtensa_undo_reloc_fn): Update.
(xtensa_encoding_template_fn): Delete.
(xtensa_opcode_encode_fn, xtensa_format_decode_fn,
xtensa_length_decode_fn): New.
(xtensa_format_internal, xtensa_slot_internal): New types.
(xtensa_operand_internal): Delete operand_kind, inout, isPCRelative,
get_field, and set_field fields. Add name, field_id, regfile,
num_regs, and flags fields.
(xtensa_arg_internal): New type.
(xtensa_iclass_internal): Change operands field to array of
xtensa_arg_internal. Add num_stateOperands, stateOperands,
num_interfaceOperands, and interfaceOperands fields.
(xtensa_opcode_internal): Delete length, template, and iclass fields.
Add iclass_id, flags, encode_fns, num_funcUnit_uses, and funcUnit_uses.
(opname_lookup_entry): Delete.
(xtensa_regfile_internal, xtensa_interface_internal,
xtensa_funcUnit_internal, xtensa_state_internal,
xtensa_sysreg_internal, xtensa_lookup_entry): New.
(xtensa_isa_internal): Replace opcode_table field with opcodes field.
Change type of opname_lookup_table. Delete num_modules,
module_opcode_base, module_decode_fn, config, and has_density fields.
Add num_formats, formats, format_decode_fn, length_decode_fn,
num_slots, slots, num_fields, num_operands, operands, num_iclasses,
iclasses, num_regfiles, regfiles, num_states, states,
state_lookup_table, num_sysregs, sysregs, sysreg_lookup_table,
max_sysreg_num, sysreg_table, num_interfaces, interfaces,
interface_lookup_table, num_funcUnits, funcUnits and
funcUnit_lookup_table fields.
(xtensa_isa_module, xtensa_isa_modules): Delete.
(xtensa_isa_name_compare): New prototype.
(xtisa_errno, xtisa_error_msg): New.
* xtensa-isa.h (XTENSA_ISA_VERSION): Define.
(xtensa_isa): Change type.
(xtensa_operand): Delete.
(xtensa_format, xtensa_regfile, xtensa_state, xtensa_sysreg,
xtensa_interface, xtensa_funcUnit, xtensa_isa_status,
xtensa_funcUnit_use): New types.
(libisa_module_specifier): Delete.
(xtensa_isa_errno, xtensa_isa_error_msg): New prototypes.
(xtensa_insnbuf_free, xtensa_insnbuf_to_chars,
xtensa_insnbuf_from_chars): Update prototypes.
(xtensa_load_isa, xtensa_extend_isa, xtensa_default_isa,
xtensa_insn_maxlength, xtensa_num_opcodes, xtensa_decode_insn,
xtensa_encode_insn, xtensa_insn_length,
xtensa_insn_length_from_first_byte, xtensa_num_operands,
xtensa_operand_kind, xtensa_encode_result,
xtensa_operand_isPCRelative): Delete.
(xtensa_isa_init, xtensa_operand_inout, xtensa_operand_get_field,
xtensa_operand_set_field, xtensa_operand_encode,
xtensa_operand_decode, xtensa_operand_do_reloc,
xtensa_operand_undo_reloc): Update prototypes.
(xtensa_isa_maxlength, xtensa_isa_length_from_chars,
xtensa_isa_num_pipe_stages, xtensa_isa_num_formats,
xtensa_isa_num_opcodes, xtensa_isa_num_regfiles, xtensa_isa_num_states,
xtensa_isa_num_sysregs, xtensa_isa_num_interfaces,
xtensa_isa_num_funcUnits, xtensa_format_name, xtensa_format_lookup,
xtensa_format_decode, xtensa_format_encode, xtensa_format_length,
xtensa_format_num_slots, xtensa_format_slot_nop_opcode,
xtensa_format_get_slot, xtensa_format_set_slot, xtensa_opcode_decode,
xtensa_opcode_encode, xtensa_opcode_is_branch, xtensa_opcode_is_jump,
xtensa_opcode_is_loop, xtensa_opcode_is_call,
xtensa_opcode_num_operands, xtensa_opcode_num_stateOperands,
xtensa_opcode_num_interfaceOperands, xtensa_opcode_num_funcUnit_uses,
xtensa_opcode_funcUnit_use, xtensa_operand_name,
xtensa_operand_is_visible, xtensa_operand_is_register,
xtensa_operand_regfile, xtensa_operand_num_regs,
xtensa_operand_is_known_reg, xtensa_operand_is_PCrelative,
xtensa_stateOperand_state, xtensa_stateOperand_inout,
xtensa_interfaceOperand_interface, xtensa_regfile_lookup,
xtensa_regfile_lookup_shortname, xtensa_regfile_name,
xtensa_regfile_shortname, xtensa_regfile_view_parent,
xtensa_regfile_num_bits, xtensa_regfile_num_entries,
xtensa_state_lookup, xtensa_state_name, xtensa_state_num_bits,
xtensa_state_is_exported, xtensa_sysreg_lookup,
xtensa_sysreg_lookup_name, xtensa_sysreg_name, xtensa_sysreg_number,
xtensa_sysreg_is_user, xtensa_interface_lookup, xtensa_interface_name,
xtensa_interface_num_bits, xtensa_interface_inout,
xtensa_interface_has_side_effect, xtensa_funcUnit_lookup,
xtensa_funcUnit_name, xtensa_funcUnit_num_copies): New prototypes.
* elf/xtensa.h (R_XTENSA_DIFF8, R_XTENSA_DIFF16, R_XTENSA_DIFF32,
R_XTENSA_SLOT*_OP, R_XTENSA_SLOT*_ALT): New relocations.
(XTENSA_PROP_SEC_NAME): Define.
(property_table_entry): Add flags field.
(XTENSA_PROP_*, GET_XTENSA_PROP_*, SET_XTENSA_PROP_*): Define.
ld ChangeLog
* ld.texinfo (Xtensa): Describe new linker relaxation to optimize
assembler-generated longcall sequences. Describe new --size-opt
option.
* emulparams/elf32xtensa.sh (OTHER_SECTIONS): Add .xt.prop section.
* emultempl/xtensaelf.em (remove_section,
replace_insn_sec_with_prop_sec, replace_instruction_table_sections,
elf_xtensa_after_open): New.
(OPTION_OPT_SIZEOPT, OPTION_LITERAL_MOVEMENT,
OPTION_NO_LITERAL_MOVEMENT): Define.
(elf32xtensa_size_opt, elf32xtensa_no_literal_movement): New globals.
(PARSE_AND_LIST_LONGOPTS): Add size-opt and [no-]literal-movement.
(PARSE_AND_LIST_OPTIONS): Add --size-opt.
(PARSE_AND_LIST_ARGS_CASES): Handle OPTION_OPT_SIZEOPT,
OPTION_LITERAL_MOVEMENT, and OPTION_NO_LITERAL_MOVEMENT.
(LDEMUL_AFTER_OPEN): Set to elf_xtensa_after_open.
* scripttempl/elfxtensa.sc: Update with changes from elf.sc.
* Makefile.am (eelf32xtensa.c): Update dependencies.
* Makefile.in: Regenerate.
ld/testsuite ChangeLog
* ld-xtensa/lcall1.s: Use .literal directive.
* ld-xtensa/lcall2.s: Align function entry.
* ld-xtensa/coalesce2.s: Likewise.
opcodes ChangeLog
* xtensa-dis.c (state_names): Delete.
(fetch_data): Use xtensa_isa_maxlength.
(print_xtensa_operand): Replace operand parameter with opcode/operand
pair. Remove print_sr_name parameter. Use new xtensa-isa.h functions.
(print_insn_xtensa): Use new xtensa-isa.h functions. Handle multislot
instruction bundles. Use xmalloc instead of malloc.
2004-10-08 08:22:15 +08:00
|
|
|
$(INCDIR)/xtensa-isa.h $(INCDIR)/xtensa-config.h
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_z8k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-z8k.h \
|
2001-10-02 14:02:51 +08:00
|
|
|
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/z8k.h \
|
|
|
|
$(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_z8k_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
|
|
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-z8k.h
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_hppa_som = $(BFDDIR)/som.h
|
2000-04-19 17:28:52 +08:00
|
|
|
DEP_i386_multi = $(DEP_i386_aout) $(DEP_i386_coff) \
|
|
|
|
$(DEP_i386_elf)
|
1999-05-03 15:29:11 +08:00
|
|
|
DEP_mips_multi = $(DEP_mips_coff) $(DEP_mips_ecoff) \
|
|
|
|
$(DEP_mips_elf)
|
2000-07-21 01:45:28 +08:00
|
|
|
DEP_cris_multi = $(DEP_cris_aout) $(DEP_cris_elf)
|
2000-05-27 21:41:11 +08:00
|
|
|
BMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.
|
|
|
|
#MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.
|
2001-10-02 14:02:51 +08:00
|
|
|
app.o: app.c $(INCDIR)/symcat.h
|
|
|
|
as.o: as.c $(INCDIR)/symcat.h subsegs.h $(INCDIR)/obstack.h \
|
2005-04-12 16:42:41 +08:00
|
|
|
output-file.h sb.h macro.h dwarf2dbg.h dw2gencfi.h hash.h \
|
2003-05-20 15:58:07 +08:00
|
|
|
$(INCDIR)/elf/dwarf2.h $(BFDVER_H)
|
2001-10-02 14:02:51 +08:00
|
|
|
atof-generic.o: atof-generic.c $(INCDIR)/symcat.h $(INCDIR)/safe-ctype.h
|
|
|
|
cond.o: cond.c $(INCDIR)/symcat.h macro.h sb.h $(INCDIR)/obstack.h
|
|
|
|
depend.o: depend.c $(INCDIR)/symcat.h
|
|
|
|
dwarf2dbg.o: dwarf2dbg.c $(INCDIR)/symcat.h dwarf2dbg.h \
|
2004-09-17 14:17:47 +08:00
|
|
|
$(INCDIR)/filenames.h subsegs.h $(INCDIR)/obstack.h \
|
|
|
|
$(INCDIR)/elf/dwarf2.h
|
2003-05-20 15:58:07 +08:00
|
|
|
dw2gencfi.o: dw2gencfi.c $(INCDIR)/symcat.h dw2gencfi.h \
|
|
|
|
$(INCDIR)/elf/dwarf2.h
|
2001-10-02 14:02:51 +08:00
|
|
|
ecoff.o: ecoff.c $(INCDIR)/symcat.h ecoff.h
|
|
|
|
ehopt.o: ehopt.c $(INCDIR)/symcat.h subsegs.h $(INCDIR)/obstack.h \
|
2000-06-22 21:01:43 +08:00
|
|
|
$(INCDIR)/elf/dwarf2.h
|
2001-10-02 14:02:51 +08:00
|
|
|
expr.o: expr.c $(INCDIR)/symcat.h $(INCDIR)/safe-ctype.h \
|
|
|
|
$(INCDIR)/obstack.h
|
|
|
|
flonum-copy.o: flonum-copy.c $(INCDIR)/symcat.h
|
2000-05-27 21:41:11 +08:00
|
|
|
flonum-konst.o: flonum-konst.c
|
|
|
|
flonum-mult.o: flonum-mult.c
|
2001-10-02 14:02:51 +08:00
|
|
|
frags.o: frags.c $(INCDIR)/symcat.h subsegs.h $(INCDIR)/obstack.h
|
|
|
|
hash.o: hash.c $(INCDIR)/symcat.h $(INCDIR)/safe-ctype.h \
|
|
|
|
$(INCDIR)/obstack.h
|
2001-10-31 13:04:33 +08:00
|
|
|
input-file.o: input-file.c $(INCDIR)/symcat.h input-file.h \
|
|
|
|
$(INCDIR)/safe-ctype.h
|
2001-10-02 14:02:51 +08:00
|
|
|
input-scrub.o: input-scrub.c $(INCDIR)/symcat.h input-file.h \
|
|
|
|
sb.h
|
2002-04-04 22:07:22 +08:00
|
|
|
listing.o: listing.c $(INCDIR)/symcat.h $(INCDIR)/obstack.h \
|
|
|
|
$(INCDIR)/safe-ctype.h input-file.h subsegs.h
|
2001-10-02 14:02:51 +08:00
|
|
|
literal.o: literal.c $(INCDIR)/symcat.h subsegs.h $(INCDIR)/obstack.h
|
2004-10-15 13:49:33 +08:00
|
|
|
macro.o: macro.c $(INCDIR)/symcat.h $(INCDIR)/safe-ctype.h \
|
|
|
|
sb.h macro.h
|
2001-10-02 14:02:51 +08:00
|
|
|
messages.o: messages.c $(INCDIR)/symcat.h
|
|
|
|
output-file.o: output-file.c $(INCDIR)/symcat.h output-file.h
|
|
|
|
read.o: read.c $(INCDIR)/symcat.h $(INCDIR)/safe-ctype.h \
|
2003-05-20 15:58:07 +08:00
|
|
|
subsegs.h $(INCDIR)/obstack.h sb.h macro.h ecoff.h \
|
|
|
|
dw2gencfi.h $(INCDIR)/elf/dwarf2.h
|
2000-05-27 21:41:11 +08:00
|
|
|
sb.o: sb.c sb.h
|
2001-10-02 14:02:51 +08:00
|
|
|
stabs.o: stabs.c $(INCDIR)/symcat.h $(INCDIR)/obstack.h \
|
|
|
|
subsegs.h ecoff.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
|
|
|
|
subsegs.o: subsegs.c $(INCDIR)/symcat.h subsegs.h $(INCDIR)/obstack.h
|
|
|
|
symbols.o: symbols.c $(INCDIR)/symcat.h $(INCDIR)/safe-ctype.h \
|
|
|
|
$(INCDIR)/obstack.h subsegs.h struc-symbol.h
|
|
|
|
write.o: write.c $(INCDIR)/symcat.h subsegs.h $(INCDIR)/obstack.h \
|
|
|
|
output-file.h dwarf2dbg.h
|
|
|
|
itbl-ops.o: itbl-ops.c itbl-ops.h $(INCDIR)/symcat.h
|
|
|
|
e-crisaout.o: $(srcdir)/config/e-crisaout.c $(INCDIR)/symcat.h \
|
|
|
|
emul-target.h
|
|
|
|
e-criself.o: $(srcdir)/config/e-criself.c $(INCDIR)/symcat.h \
|
|
|
|
emul-target.h
|
|
|
|
e-i386aout.o: $(srcdir)/config/e-i386aout.c $(INCDIR)/symcat.h \
|
|
|
|
emul-target.h
|
|
|
|
e-i386coff.o: $(srcdir)/config/e-i386coff.c $(INCDIR)/symcat.h \
|
|
|
|
emul-target.h
|
|
|
|
e-i386elf.o: $(srcdir)/config/e-i386elf.c $(INCDIR)/symcat.h \
|
|
|
|
emul-target.h
|
|
|
|
e-mipsecoff.o: $(srcdir)/config/e-mipsecoff.c $(INCDIR)/symcat.h \
|
|
|
|
emul-target.h
|
|
|
|
e-mipself.o: $(srcdir)/config/e-mipself.c $(INCDIR)/symcat.h \
|
|
|
|
emul-target.h
|
1999-05-03 15:29:11 +08:00
|
|
|
$(OBJS): $(DEP_@target_cpu_type@_@obj_format@)
|
1999-08-09 01:48:38 +08:00
|
|
|
$(TARG_CPU_O): $(DEPTC_@target_cpu_type@_@obj_format@)
|
|
|
|
$(OBJ_FORMAT_O): $(DEPOBJ_@target_cpu_type@_@obj_format@)
|
2000-05-27 21:41:11 +08:00
|
|
|
#MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.
|