1999-05-03 15:29:11 +08:00
|
|
|
## Process this file with automake to generate Makefile.in
|
|
|
|
|
2004-09-18 01:04:34 +08:00
|
|
|
AUTOMAKE_OPTIONS = 1.9 cygnus
|
1999-05-03 15:29:11 +08:00
|
|
|
|
2004-05-23 08:06:49 +08:00
|
|
|
# Uncomment the following line when doing a release.
|
|
|
|
# RELEASE=y
|
|
|
|
|
1999-05-03 15:29:11 +08:00
|
|
|
INCDIR = $(srcdir)/../include
|
|
|
|
CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
|
2000-04-04 18:53:56 +08:00
|
|
|
MKDEP = gcc -MM
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
SUBDIRS = doc po
|
|
|
|
|
|
|
|
docdir = doc
|
2002-05-17 18:34:03 +08:00
|
|
|
bfdlibdir = @bfdlibdir@
|
|
|
|
bfdincludedir = @bfdincludedir@
|
1999-05-03 15:29:11 +08:00
|
|
|
|
2002-05-17 18:34:03 +08:00
|
|
|
bfdlib_LTLIBRARIES = libbfd.la
|
1999-05-03 15:29:11 +08:00
|
|
|
|
2000-04-09 20:17:43 +08:00
|
|
|
WARN_CFLAGS = @WARN_CFLAGS@
|
|
|
|
AM_CFLAGS = $(WARN_CFLAGS)
|
|
|
|
|
1999-05-03 15:29:11 +08:00
|
|
|
# bfd.h goes here, for now
|
|
|
|
BFD_H = bfd.h
|
|
|
|
|
|
|
|
# Jim Kingdon notes:
|
|
|
|
# Writing S-records should be included in all (or at least most)
|
|
|
|
# *-*-coff, *-*-aout, etc., configurations, because people will want to
|
|
|
|
# be able to use objcopy to create S-records. (S-records are not useful
|
|
|
|
# for the debugger, so if you are downloading things as S-records you
|
|
|
|
# need two copies of the executable, one to download and one for the
|
|
|
|
# debugger).
|
2001-12-06 06:46:21 +08:00
|
|
|
BFD32_LIBS = \
|
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
(BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
(BFD_H_FILES): Add bfdwin.c, bfdio.c.
(LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
Add dependencies for bfdwin.c, bfdio.c.
* bfd.c: Remove bfd_get_mtime, bfd_get_size.
* libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
bfd_tell, bfd_flush, bfd_stat, bfd_seek.
* bfdio.c: New file. Contains real_read, bfd_bread, bfd_write,
bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
bfd_get_size (moved from libbfd.c and bfd.c).
* bfdwin.c New file. Contains _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
libbfd.c and bfd.c).
* po/SRC-POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* aclocal.m4: Regenerate.
* Makefile.in: Regenerate.
* configure: Regenerate.
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (DOCFILES): Add bfdwin.texi, bfdio.texi.
(PROTOS): Add bfdio.p, bfdwin.p.
(SRCDOC): Add bfdio.c, bfdwin.c.
(SRCPROT): Add bfdio.c, bfdwin.c.
(SRCIPROT): Add bfdio.c, bfdwin.c.
(LIBBFD_H_DEP): Add bfdio.c, bfdwin.c.
(BFD_H_DEP): Add bfdio.c, bfdwin.c.
Add rules for bfdio.texi, bfdwin.text.
* bfd.texinfo: Include bfdio.texi.
2002-11-19 00:37:54 +08:00
|
|
|
archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
|
|
|
|
cache.lo coffgen.lo corefile.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
format.lo init.lo libbfd.lo opncls.lo reloc.lo \
|
|
|
|
section.lo syms.lo targets.lo hash.lo linker.lo \
|
2000-12-09 06:50:07 +08:00
|
|
|
srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
|
2002-10-11 21:53:33 +08:00
|
|
|
merge.lo dwarf2.lo simple.lo
|
1999-05-03 15:29:11 +08:00
|
|
|
|
2001-12-06 06:46:21 +08:00
|
|
|
BFD64_LIBS = archive64.lo
|
|
|
|
|
|
|
|
BFD32_LIBS_CFILES = \
|
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
(BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
(BFD_H_FILES): Add bfdwin.c, bfdio.c.
(LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
Add dependencies for bfdwin.c, bfdio.c.
* bfd.c: Remove bfd_get_mtime, bfd_get_size.
* libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
bfd_tell, bfd_flush, bfd_stat, bfd_seek.
* bfdio.c: New file. Contains real_read, bfd_bread, bfd_write,
bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
bfd_get_size (moved from libbfd.c and bfd.c).
* bfdwin.c New file. Contains _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
libbfd.c and bfd.c).
* po/SRC-POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* aclocal.m4: Regenerate.
* Makefile.in: Regenerate.
* configure: Regenerate.
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (DOCFILES): Add bfdwin.texi, bfdio.texi.
(PROTOS): Add bfdio.p, bfdwin.p.
(SRCDOC): Add bfdio.c, bfdwin.c.
(SRCPROT): Add bfdio.c, bfdwin.c.
(SRCIPROT): Add bfdio.c, bfdwin.c.
(LIBBFD_H_DEP): Add bfdio.c, bfdwin.c.
(BFD_H_DEP): Add bfdio.c, bfdwin.c.
Add rules for bfdio.texi, bfdwin.text.
* bfd.texinfo: Include bfdio.texi.
2002-11-19 00:37:54 +08:00
|
|
|
archive.c archures.c bfd.c bfdio.c bfdwin.c \
|
|
|
|
cache.c coffgen.c corefile.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
format.c init.c libbfd.c opncls.c reloc.c \
|
|
|
|
section.c syms.c targets.c hash.c linker.c \
|
2000-12-09 06:50:07 +08:00
|
|
|
srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
|
2002-10-11 21:53:33 +08:00
|
|
|
merge.c dwarf2.c simple.c
|
1999-05-03 15:29:11 +08:00
|
|
|
|
2001-12-06 06:46:21 +08:00
|
|
|
BFD64_LIBS_CFILES = archive64.c
|
|
|
|
|
1999-05-03 15:29:11 +08:00
|
|
|
# This list is alphabetized to make it easier to keep in sync
|
|
|
|
# with the decls and initializer in archures.c.
|
|
|
|
ALL_MACHINES = \
|
|
|
|
cpu-a29k.lo \
|
|
|
|
cpu-alpha.lo \
|
|
|
|
cpu-arc.lo \
|
|
|
|
cpu-arm.lo \
|
2000-03-27 16:39:14 +08:00
|
|
|
cpu-avr.lo \
|
2004-03-30 22:04:32 +08:00
|
|
|
cpu-cr16c.lo \
|
2000-07-21 00:21:07 +08:00
|
|
|
cpu-cris.lo \
|
2004-07-08 01:28:53 +08:00
|
|
|
cpu-crx.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
cpu-d10v.lo \
|
|
|
|
cpu-d30v.lo \
|
2002-05-28 22:08:47 +08:00
|
|
|
cpu-dlx.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
cpu-fr30.lo \
|
2002-06-19 05:10:55 +08:00
|
|
|
cpu-frv.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
cpu-h8300.lo \
|
|
|
|
cpu-h8500.lo \
|
|
|
|
cpu-hppa.lo \
|
2000-04-22 04:22:24 +08:00
|
|
|
cpu-ia64.lo \
|
2000-02-23 21:52:23 +08:00
|
|
|
cpu-i370.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
cpu-i386.lo \
|
|
|
|
cpu-i860.lo \
|
|
|
|
cpu-i960.lo \
|
2002-07-17 22:15:52 +08:00
|
|
|
cpu-ip2k.lo \
|
2003-01-04 05:12:28 +08:00
|
|
|
cpu-iq2000.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
cpu-m32r.lo \
|
2000-06-19 09:22:44 +08:00
|
|
|
cpu-m68hc11.lo \
|
|
|
|
cpu-m68hc12.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
cpu-m68k.lo \
|
|
|
|
cpu-m88k.lo \
|
|
|
|
cpu-m10200.lo \
|
|
|
|
cpu-m10300.lo \
|
|
|
|
cpu-mcore.lo \
|
|
|
|
cpu-mips.lo \
|
2001-10-30 23:20:14 +08:00
|
|
|
cpu-mmix.lo \
|
2003-01-09 16:35:28 +08:00
|
|
|
cpu-msp430.lo \
|
2002-02-01 01:33:08 +08:00
|
|
|
cpu-or32.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
cpu-ns32k.lo \
|
2001-04-24 23:08:16 +08:00
|
|
|
cpu-openrisc.lo \
|
2001-02-19 07:33:11 +08:00
|
|
|
cpu-pdp11.lo \
|
1999-09-05 01:07:46 +08:00
|
|
|
cpu-pj.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
cpu-powerpc.lo \
|
|
|
|
cpu-rs6000.lo \
|
2001-02-10 08:58:38 +08:00
|
|
|
cpu-s390.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
cpu-sh.lo \
|
|
|
|
cpu-sparc.lo \
|
|
|
|
cpu-tic30.lo \
|
2002-08-28 18:38:51 +08:00
|
|
|
cpu-tic4x.lo \
|
2000-04-08 01:06:58 +08:00
|
|
|
cpu-tic54x.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
cpu-tic80.lo \
|
|
|
|
cpu-v850.lo \
|
|
|
|
cpu-vax.lo \
|
|
|
|
cpu-we32k.lo \
|
|
|
|
cpu-w65.lo \
|
2001-12-08 11:46:03 +08:00
|
|
|
cpu-xstormy16.lo \
|
2003-04-01 23:50:31 +08:00
|
|
|
cpu-xtensa.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
cpu-z8k.lo
|
|
|
|
|
|
|
|
ALL_MACHINES_CFILES = \
|
|
|
|
cpu-a29k.c \
|
|
|
|
cpu-alpha.c \
|
|
|
|
cpu-arc.c \
|
|
|
|
cpu-arm.c \
|
2000-03-27 16:39:14 +08:00
|
|
|
cpu-avr.c \
|
2000-07-21 00:21:07 +08:00
|
|
|
cpu-cris.c \
|
2004-03-30 22:04:32 +08:00
|
|
|
cpu-cr16c.c \
|
2004-07-08 01:28:53 +08:00
|
|
|
cpu-crx.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
cpu-d10v.c \
|
|
|
|
cpu-d30v.c \
|
2002-05-28 22:08:47 +08:00
|
|
|
cpu-dlx.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
cpu-fr30.c \
|
2002-06-19 05:10:55 +08:00
|
|
|
cpu-frv.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
cpu-h8300.c \
|
|
|
|
cpu-h8500.c \
|
|
|
|
cpu-hppa.c \
|
2000-04-22 04:22:24 +08:00
|
|
|
cpu-ia64.c \
|
2000-02-23 21:52:23 +08:00
|
|
|
cpu-i370.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
cpu-i386.c \
|
|
|
|
cpu-i860.c \
|
|
|
|
cpu-i960.c \
|
2002-07-17 22:15:52 +08:00
|
|
|
cpu-ip2k.c \
|
2003-01-04 05:12:28 +08:00
|
|
|
cpu-iq2000.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
cpu-m32r.c \
|
2000-06-19 09:22:44 +08:00
|
|
|
cpu-m68hc11.c \
|
|
|
|
cpu-m68hc12.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
cpu-m68k.c \
|
|
|
|
cpu-m88k.c \
|
|
|
|
cpu-m10200.c \
|
|
|
|
cpu-m10300.c \
|
|
|
|
cpu-mcore.c \
|
|
|
|
cpu-mips.c \
|
2001-10-30 23:20:14 +08:00
|
|
|
cpu-mmix.c \
|
2002-12-31 03:25:13 +08:00
|
|
|
cpu-msp430.c \
|
2002-02-01 01:33:08 +08:00
|
|
|
cpu-or32.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
cpu-ns32k.c \
|
2001-04-24 23:08:16 +08:00
|
|
|
cpu-openrisc.c \
|
2001-02-19 07:33:11 +08:00
|
|
|
cpu-pdp11.c \
|
1999-09-05 01:07:46 +08:00
|
|
|
cpu-pj.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
cpu-powerpc.c \
|
|
|
|
cpu-rs6000.c \
|
2001-02-10 08:58:38 +08:00
|
|
|
cpu-s390.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
cpu-sh.c \
|
|
|
|
cpu-sparc.c \
|
|
|
|
cpu-tic30.c \
|
2002-08-28 18:38:51 +08:00
|
|
|
cpu-tic4x.c \
|
2000-04-08 01:06:58 +08:00
|
|
|
cpu-tic54x.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
cpu-tic80.c \
|
|
|
|
cpu-v850.c \
|
|
|
|
cpu-vax.c \
|
|
|
|
cpu-we32k.c \
|
|
|
|
cpu-w65.c \
|
2001-12-08 11:46:03 +08:00
|
|
|
cpu-xstormy16.c \
|
2003-04-01 23:50:31 +08:00
|
|
|
cpu-xtensa.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
cpu-z8k.c
|
|
|
|
|
|
|
|
# The .o files needed by all of the 32 bit vectors that are configured into
|
|
|
|
# target_vector in targets.c if configured with --enable-targets=all.
|
|
|
|
BFD32_BACKENDS = \
|
|
|
|
aout-adobe.lo \
|
|
|
|
aout-arm.lo \
|
2000-07-21 00:21:07 +08:00
|
|
|
aout-cris.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
aout-ns32k.lo \
|
|
|
|
aout-sparcle.lo \
|
|
|
|
aout-tic30.lo \
|
|
|
|
aout0.lo \
|
|
|
|
aout32.lo \
|
1999-08-24 23:16:53 +08:00
|
|
|
armnetbsd.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
bout.lo \
|
|
|
|
cf-i386lynx.lo \
|
|
|
|
cf-m68klynx.lo \
|
|
|
|
cf-sparclynx.lo \
|
|
|
|
coff-a29k.lo \
|
|
|
|
coff-apollo.lo \
|
|
|
|
coff-arm.lo \
|
|
|
|
coff-aux.lo \
|
|
|
|
coff-h8300.lo \
|
|
|
|
coff-h8500.lo \
|
|
|
|
coff-i386.lo \
|
|
|
|
coff-go32.lo \
|
|
|
|
coff-i860.lo \
|
|
|
|
coff-i960.lo \
|
|
|
|
coff-m68k.lo \
|
|
|
|
coff-m88k.lo \
|
|
|
|
coff-mips.lo \
|
2002-02-01 01:33:08 +08:00
|
|
|
coff-or32.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
coff-rs6000.lo \
|
|
|
|
coff-sh.lo \
|
|
|
|
coff-sparc.lo \
|
|
|
|
coff-stgo32.lo \
|
|
|
|
coff-svm68k.lo \
|
|
|
|
coff-tic30.lo \
|
2002-08-28 18:38:51 +08:00
|
|
|
coff-tic4x.lo \
|
2000-04-08 01:06:58 +08:00
|
|
|
coff-tic54x.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
coff-tic80.lo \
|
|
|
|
coff-u68k.lo \
|
|
|
|
coff-we32k.lo \
|
|
|
|
coff-w65.lo \
|
|
|
|
coff-z8k.lo \
|
|
|
|
cofflink.lo \
|
1999-06-04 20:00:31 +08:00
|
|
|
dwarf1.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
ecoff.lo \
|
|
|
|
ecofflink.lo \
|
2000-05-02 08:23:54 +08:00
|
|
|
efi-app-ia32.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf.lo \
|
2003-07-10 15:48:46 +08:00
|
|
|
elf32-am33lin.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32-arc.lo \
|
|
|
|
elfarm-oabi.lo \
|
|
|
|
elfarm-nabi.lo \
|
2000-03-27 16:39:14 +08:00
|
|
|
elf32-avr.lo \
|
2004-03-30 22:04:32 +08:00
|
|
|
elf32-cr16c.lo \
|
2000-07-21 00:21:07 +08:00
|
|
|
elf32-cris.lo \
|
2004-07-08 01:28:53 +08:00
|
|
|
elf32-crx.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32-d10v.lo \
|
|
|
|
elf32-d30v.lo \
|
2002-05-28 22:08:47 +08:00
|
|
|
elf32-dlx.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32-fr30.lo \
|
2002-06-19 05:10:55 +08:00
|
|
|
elf32-frv.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32-gen.lo \
|
2001-08-31 00:02:40 +08:00
|
|
|
elf32-h8300.lo \
|
2000-05-02 19:18:33 +08:00
|
|
|
elf32-hppa.lo \
|
2000-02-23 21:52:23 +08:00
|
|
|
elf32-i370.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32-i386.lo \
|
|
|
|
elf32-i860.lo \
|
1999-05-28 05:42:14 +08:00
|
|
|
elf32-i960.lo \
|
2000-11-07 08:43:26 +08:00
|
|
|
elf32-ia64.lo \
|
2002-07-18 01:53:28 +08:00
|
|
|
elf32-ip2k.lo \
|
2003-01-04 05:12:28 +08:00
|
|
|
elf32-iq2000.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32-m32r.lo \
|
2000-06-19 09:22:44 +08:00
|
|
|
elf32-m68hc11.lo \
|
|
|
|
elf32-m68hc12.lo \
|
2003-04-21 21:24:19 +08:00
|
|
|
elf32-m68hc1x.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32-m68k.lo \
|
|
|
|
elf32-m88k.lo \
|
|
|
|
elf-m10200.lo \
|
|
|
|
elf-m10300.lo \
|
|
|
|
elf32-mcore.lo \
|
2002-04-04 15:01:27 +08:00
|
|
|
elfxx-mips.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32-mips.lo \
|
2003-01-09 16:35:28 +08:00
|
|
|
elf32-msp430.lo \
|
2001-04-24 23:08:16 +08:00
|
|
|
elf32-openrisc.lo \
|
2002-02-01 01:33:08 +08:00
|
|
|
elf32-or32.lo \
|
1999-09-05 01:07:46 +08:00
|
|
|
elf32-pj.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32-ppc.lo \
|
2001-02-10 08:58:38 +08:00
|
|
|
elf32-s390.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32-sh.lo \
|
2004-07-07 00:58:43 +08:00
|
|
|
elf32-sh-symbian.lo \
|
Contribute sh64-elf.
2002-01-23 Alexandre Oliva <aoliva@redhat.com>
* reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
New relocs.
* libbfd.h, bfd-in2.h: Rebuilt.
* elf32-sh.c (sh_elf_howto_table): Define new relocs.
(sh_reloc_map): Map them.
(PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
movi_shori_putval) [INCLUDE_SHMEDIA]: New.
(elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
datalabel_got_offset.
(sh_elf_link_hash_newfunc): Initialize it.
(sh_elf_relocate_section): Augment the scope of
seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
GOT and GOTOFF handling to new SHmedia relocation types. Support
GOT_BIAS.
(sh_elf_check_relocs): Likewise.
(sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
PLT entries using movi_shori_putval. Support GOT_BIAS.
(sh_elf_finish_dynamic_sections): Likewise.
* elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
relocation, it's now done by the caller.
(GOT_BIAS): New.
* elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
sh64_elf64_hash_table): New.
(sh_elf64_howto_table): Introduce new relocs.
(sh_elf64_info_to_howto): Accept new PIC relocs.
(sh_elf64_relocate_section): Augment the scope of
seen_stt_datalabel. Support new PIC relocs.
(sh_elf64_check_relocs): Support new PIC relocs.
(elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
movi_shori_putval, movi_3shori_putval,
sh64_elf64_create_dynamic_sections,
sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
sh64_elf64_size_dynamic_sections,
sh64_elf64_finish_dynamic_symbol,
sh64_elf64_finish_dynamic_sections): New.
(elf_backend_create_dynamic-sections,
bfd_elf64_bfd_link_hash_table_create,
elf_backend_adjust_dynamic_symbol,
elf_backend_size_dynamic_sections,
elf_backend_finish_dynamic_symbol,
elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
elf_backend_plt_readonly, elf_backend_want_plt_sym,
elf_backend_got_header_size, elf_backend_plt_header_size):
Define.
2001-05-16 Alexandre Oliva <aoliva@redhat.com>
* elf32-sh.c: Renumbered and renamed some SH5 relocations to
match official numbers and names; moved unmaching ones to the
range 0xf2-0xff.
* elf32-sh64.c, elf64-sh64.c: Likewise.
2001-03-12 DJ Delorie <dj@redhat.com>
* elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
sections.
2001-03-12 DJ Delorie <dj@redhat.com>
* elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
be aligned.
* elf64-sh64.c (sh_elf64_relocate_section): Ditto.
2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
(sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
.cranges section with SEC_SORT_ENTRIES set.
(sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
incoming sorted .cranges section.
(sh64_bfd_elf_copy_private_section_data): New.
(sh64_elf_final_write_processing): Only sort .cranges and modify
start address if called by linker.
2001-01-08 Ben Elliston <bje@redhat.com>
* elf32-sh64.c (sh64_elf_final_write_processing): Activate
Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
* elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
line. Add comments before all entries.
<R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
comment.
(sh_elf64_reloc): Correct head comment.
(sh_elf64_relocate_section): Correct spacing.
<relocating for a local symbol>: Do not honour STO_SH5_ISA32;
instead call reloc_dangerous callback.
<case R_SH_SHMEDIA_CODE>: New case.
(sh_elf64_gc_mark_hook): Correct spacing.
(sh_elf64_check_relocs): Ditto.
* elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
New case.
* elf32-sh.c: Correct #endif comments for #ifndef-wrapped
functions.
(sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
clarify describing comment. Add comments before all entries.
(sh_elf_relocate_section) <relocating for a local symbol>: Do not
honour STO_SH5_ISA32; instead call reloc_dangerous callback.
2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
Sort .cranges section in final link. Prepare to set bit 0 on
entry address.
* elf32-sh64.c (struct sh64_find_section_vma_data): New.
(sh64_elf_link_output_symbol_hook): Fix typo in prototype.
(sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
.cranges section.
(sh64_backend_section_from_shdr): New, to recognize
SHT_SH5_CR_SORTED on incoming .cranges section.
(elf_backend_section_from_shdr): Define.
(sh64_elf_final_write_processing): Sort outgoing .cranges
section. (New, temporarily disabled:) Set bit 0 on entry address
according to ISA type.
(sh64_find_section_for_address): New.
(crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
(sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
bfd_malloc, not xmalloc.
(sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
global.
* elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
temporarily disabled) setting bit 0 on entry address.
(elf_backend_final_write_processing): Define.
2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
be a proper relocation for PTA and PTB rather than a marker.
<R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
Zero src_mask.
* elf64-sh64.c: Ditto.
(sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
* elf32-sh64.c: Include opcodes/sh64-opc.h
(shmedia_prepare_reloc): Take a bfd_link_info pointer as first
argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
parameters. No unused parameters. Caller changed.
<case R_SH_PT_16>: New case.
* Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
* Makefile.in: Regenerate.
2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
all code sections.
(sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
(sh64_elf_merge_private_data): Ditto.
* elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
to access stored section flags.
(sh64_elf_final_write_processing): Return immediately unless
called by linker. Use sh64_elf_section_data (cranges) to get size
of linker-generated cranges entries.
(sh64_elf_copy_private_data): Add missing "return true".
(sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
(sh_elf64_merge_private_data): Ditto.
2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
elf64-sh64.c:sh64_elf_fake_sections.
(elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
(sh64_elf_final_write_processing): New.
(elf_backend_final_write_processing): Define.
(sh64_elf_fake_sections): Get header flags from tdata field.
(sh64_elf_copy_private_data): Do not call
sh64_elf_copy_private_data_internal, just copy e_flags field.
(sh64_elf_merge_private_data): Do not call
sh64_elf_copy_private_data_internal.
2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
Remove EF_SH64_ABI64, let ELF size make difference.
Remove SH64-specific BFD section flag.
* elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
containing SHmedia through elf_section_data (asect)->tdata
non-zero, not using a BFD section flag.
(sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
(sh64_elf_merge_private_data): Similar.
(elf_backend_section_flags): Don't define.
(sh64_elf_backend_section_flags): Delete.
* elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
not EF_SH64_ABI64.
(sh_elf64_merge_private_data): Similar.
* section.c (Section flags definitions): Don't define
SEC_SH_ISA_SHMEDIA.
(bfd-in2.h): Regenerate.
2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
Make DataLabel references work with partial linking.
* elf32-sh64.c: Fix formatting.
(sh64_elf_link_output_symbol_hook): New.
(elf_backend_link_output_symbol_hook): Define to
sh64_elf_link_output_symbol_hook.
(sh64_elf_add_symbol_hook): Make DataLabel symbol just global
undefined if partial linking. Adjust sanity check.
* elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
(elf_backend_link_output_symbol_hook): Define to
sh64_elf64_link_output_symbol_hook.
(sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
undefined if partial linking. Adjust sanity check.
2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
Implement semantics for inter-file DataLabel references.
* elf64-sh64.c (DATALABEL_SUFFIX): Define.
(sh64_elf64_add_symbol_hook): New.
(sh_elf64_relocate_section): If passing an indirect symbol with
st_type STT_DATALABEL on the way to a symbol with st_other
STO_SH5_ISA32, do not bitor 1 to the relocation.
(elf_backend_add_symbol_hook): Define to
sh64_elf64_add_symbol_hook.
* elf64-sh32.c: Tweak comments.
(DATALABEL_SUFFIX): Define.
(sh64_elf_add_symbol_hook): New.
(elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
* elf32-sh.c (sh_elf_relocate_section): If passing an indirect
symbol with st_type STT_DATALABEL on the way to a symbol with
st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
Pass through STT_DATALABEL.
* elf32-sh64.c (sh64_elf_get_symbol_type): New.
(elf_backend_get_symbol_type): Define.
* elf64-sh64.c (sh64_elf64_get_symbol_type): New.
(elf_backend_get_symbol_type): Define.
2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c: Tweak comments.
(sh64_elf_copy_private_data_internal): Add prototype.
(bfd_elf32_bfd_set_private_flags): Define.
(sh64_elf_copy_private_data_internal): Compare machine name, not
textual BFD target name, to check whether to copy section flag
SHF_SH5_ISA32.
(sh64_elf_merge_private_data): Validize bfd_get_arch_size.
Tweak section-contents-type-mismatch message.
(shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
Validize reloc-types.
* elf64-sh64.c: New file.
* targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
* Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
(BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
Regenerate dependencies.
* Makefile.in: Regenerate.
* config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
bfd_elf64_sh64l_vec.
* configure.in: Handle bfd_elf64_sh64_vec and
bfd_elf64_sh64l_vec.
* configure: Regenerate.
* po/POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
anything else but EF_SH64 and EF_SH64_ABI64.
(sh64_elf_merge_private_data): Emit error for anything else but
EF_SH64 and EF_SH64_ABI64.
* config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
from targ_selvecs.
* configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
bfd_elf32_sh64l_vec as a temporary measure.
* configure: Regenerate.
2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
* cpu-sh.c (arch_info_struct): Include sh5 item
unconditionalized.
* config.bfd (sh64-*-elf*): Do not set targ_cflags.
Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
* elf32-sh64.c: Tweak comments.
(sh64_elf_set_mach_from_flags): Recognize all machine flags that
are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
(sh64_elf_copy_private_data_internal): Wrap long line.
(sh64_elf_merge_private_data): Rewrite to allow objects from
SH64 subsets to be linked together.
(INCLUDE_SHMEDIA): Define.
* elf32-sh.c (sh_elf_relocate_section) <local symbol>:
Parenthesize plus-expression inside or-expression.
<global symbol>: Ditto.
(sh_elf_set_mach_from_flags): Remove code refusing
deleted EF_SH64_32BIT_ABI flag.
2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
(sh_elf_relocate_section) <local symbol>: Or 1 in
calculation of relocation if sym->st_other & STO_SH5_ISA32.
<global symbol>: Ditto if h->other & STO_SH5_ISA32.
* elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
relocation.
2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
* Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
(BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
Regenerate dependencies.
* Makefile.in: Regenerate.
* archures.c: Add bfd_mach_sh5.
* config.bfd: Map targ_cpu sh* to bfd_sh_arch.
Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
* configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
* configure: Regenerate.
* reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
* cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
in item for SH5.
* elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
for SHmedia relocs.
[INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
[INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
shmedia_prepare_reloc, goto final_link_relocate if it returns
non-zero, else fail as before.
(sh_elf_set_mach_from_flags): Provide function only if not defined
as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
(sh_elf_set_private_flags): Provide function only if not defined
as a macro.
(sh_elf_copy_private_data): Similar.
(sh_elf_merge_private_data): Similar.
* section.c (SEC_SH_ISA_SHMEDIA): New.
* targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
* elf32-sh64.c: New file.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* po/POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
* bfd-in2.h: Regenerate.
* libbfd.h: Regenerate.
2002-02-08 13:33:27 +08:00
|
|
|
elf32-sh64.lo \
|
2002-06-05 09:50:42 +08:00
|
|
|
elf32-sh64-com.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32-sparc.lo \
|
|
|
|
elf32-v850.lo \
|
2002-05-30 10:14:13 +08:00
|
|
|
elf32-vax.lo \
|
2001-12-08 11:46:03 +08:00
|
|
|
elf32-xstormy16.lo \
|
2003-04-01 23:50:31 +08:00
|
|
|
elf32-xtensa.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32.lo \
|
|
|
|
elflink.lo \
|
* Makefile.am (BFD32_BACKENDS): Add elf-strtab.lo.
(BFD32_BACKENDS_CFILES): Add elf-strtab.c.
(elf-strtab.lo): Add rule.
* Makefile.in: Rebuilt.
* configure.in (elf): Add elf-strtab.lo.
* configure: Rebuilt.
* elf-bfd.h (elf_strtab_hash): Forward declare.
(struct elf_link_hash_table): Change dynstr type to
struct elf_strtab_hash *.
(struct elf_obj_tdata): Change strtab_ptr type to
struct elf_strtab_hash *.
(_bfd_elf_strtab_init, _bfd_elf_strtab_free, _bfd_elf_strtab_add,
_bfd_elf_strtab_addref, _bfd_elf_strtab_delref,
_bfd_elf_strtab_clear_all_refs, _bfd_elf_strtab_size,
_bfd_elf_strtab_offset, _bfd_elf_strtab_emit,
_bfd_elf_strtab_finalize): New prototypes.
* elf-strtab.c: New file.
* elflink.h (elf_link_add_object_symbols): Use _bfd_elf_strtab_add
and _bfd_elf_strtab_size instead of _bfd_stringtab calls.
Call _bfd_elf_strtab_delref if DT_NEEDED entry is not needed or
when forcing dynamic symbol to local.
(elf_link_create_dynamic_sections): Call
_bfd_elf_strtab_init instead of elf_stringtab_init.
(elf_link_record_local_dynamic_symbol): Likewise, change
dynstr type. Use _bfd_elf_strtab functions instead of
_bfd_stringtab calls.
(size_dynamic_sections): Use _bfd_elf_strtab functions instead of
_bfd_stringtab calls. For DT_RUNPATH and Verdaux vda_name fields,
call _bfd_elf_strtab_addref. Call elf_finalize_dynstr.
(elf_adjust_dynstr_offsets, elf_finalize_dynstr): New functions.
(elf_fix_symbol_flags): Call _bfd_elf_strtab_delref when forcing
dynamic symbol to local.
(elf_link_assign_sym_version): Likewise.
(elf_bfd_final_link): Call _bfd_elf_strtab_emit instead of
_bfd_stringtab_emit.
* elflink.c (_bfd_elf_link_record_dynamic_symbol): Change dynstr
type. Call _bfd_elf_strtab functions instead of
_bfd_stringtab functions.
* elf64-sparc.c (sparc64_elf_size_dynamic_sections): Likewise.
* elf.c (_bfd_elf_init_reloc_shdr): Likewise.
(elf_fake_sections): Likewise.
(assign_section_numbers): Call _bfd_elf_strtab_clear_all_refs
on shstrtab hash table, call _bfd_elf_strtab_addref on each section
name in the output. Call _bfd_elf_strtab_finalize and
use _bfd_elf_strtab_offset to finalize sh_name section header fields.
(_bfd_elf_compute_section_file_positions): Use _bfd_elf_strtab_size
instead of _bfd_stringtab_size.
(prep_headers): Change shstrtab type.
Use _bfd_elf_strtab calls instead of _bfd_stringtab calls.
2001-11-08 00:50:38 +08:00
|
|
|
elf-strtab.lo \
|
2001-12-13 19:09:34 +08:00
|
|
|
elf-eh-frame.lo \
|
1999-06-04 15:39:48 +08:00
|
|
|
epoc-pe-arm.lo \
|
|
|
|
epoc-pei-arm.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
hp300bsd.lo \
|
|
|
|
hp300hpux.lo \
|
|
|
|
som.lo \
|
|
|
|
i386aout.lo \
|
|
|
|
i386bsd.lo \
|
|
|
|
i386dynix.lo \
|
|
|
|
i386freebsd.lo \
|
|
|
|
i386linux.lo \
|
|
|
|
i386lynx.lo \
|
|
|
|
i386msdos.lo \
|
|
|
|
i386netbsd.lo \
|
|
|
|
i386mach3.lo \
|
|
|
|
i386os9k.lo \
|
|
|
|
ieee.lo \
|
|
|
|
m68k4knetbsd.lo \
|
|
|
|
m68klinux.lo \
|
|
|
|
m68klynx.lo \
|
|
|
|
m68knetbsd.lo \
|
|
|
|
m88kmach3.lo \
|
2004-05-24 22:48:18 +08:00
|
|
|
m88kopenbsd.lo \
|
2002-11-06 21:26:29 +08:00
|
|
|
mach-o.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
mipsbsd.lo \
|
|
|
|
newsos3.lo \
|
|
|
|
nlm.lo \
|
|
|
|
nlm32-i386.lo \
|
|
|
|
nlm32-sparc.lo \
|
|
|
|
nlm32-ppc.lo \
|
|
|
|
nlm32.lo \
|
|
|
|
ns32knetbsd.lo \
|
|
|
|
oasys.lo \
|
|
|
|
pc532-mach.lo \
|
2001-02-19 07:33:11 +08:00
|
|
|
pdp11.lo \
|
2002-11-06 21:26:29 +08:00
|
|
|
pef.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
pe-arm.lo \
|
|
|
|
pei-arm.lo \
|
|
|
|
pe-i386.lo \
|
|
|
|
pei-i386.lo \
|
|
|
|
pe-mcore.lo \
|
|
|
|
pei-mcore.lo \
|
|
|
|
pe-ppc.lo \
|
|
|
|
pei-ppc.lo \
|
2000-02-29 02:56:11 +08:00
|
|
|
pe-sh.lo \
|
|
|
|
pei-sh.lo \
|
|
|
|
pe-mips.lo \
|
|
|
|
pei-mips.lo \
|
1999-09-12 07:37:28 +08:00
|
|
|
peigen.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
ppcboot.lo \
|
|
|
|
reloc16.lo \
|
|
|
|
riscix.lo \
|
|
|
|
sparclinux.lo \
|
|
|
|
sparclynx.lo \
|
|
|
|
sparcnetbsd.lo \
|
|
|
|
sunos.lo \
|
|
|
|
vaxnetbsd.lo \
|
2002-06-09 07:23:08 +08:00
|
|
|
vax1knetbsd.lo \
|
2002-07-01 16:31:53 +08:00
|
|
|
vaxbsd.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
versados.lo \
|
|
|
|
vms.lo \
|
|
|
|
vms-gsd.lo \
|
|
|
|
vms-hdr.lo \
|
|
|
|
vms-misc.lo \
|
|
|
|
vms-tir.lo \
|
2002-11-06 21:26:29 +08:00
|
|
|
xcofflink.lo \
|
2003-04-01 23:50:31 +08:00
|
|
|
xsym.lo \
|
|
|
|
xtensa-isa.lo \
|
|
|
|
xtensa-modules.lo
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
BFD32_BACKENDS_CFILES = \
|
|
|
|
aout-adobe.c \
|
|
|
|
aout-arm.c \
|
2000-07-21 00:21:07 +08:00
|
|
|
aout-cris.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
aout-ns32k.c \
|
|
|
|
aout-sparcle.c \
|
|
|
|
aout-tic30.c \
|
|
|
|
aout0.c \
|
|
|
|
aout32.c \
|
1999-08-24 23:16:53 +08:00
|
|
|
armnetbsd.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
bout.c \
|
|
|
|
cf-i386lynx.c \
|
|
|
|
cf-m68klynx.c \
|
|
|
|
cf-sparclynx.c \
|
|
|
|
coff-a29k.c \
|
|
|
|
coff-apollo.c \
|
|
|
|
coff-arm.c \
|
|
|
|
coff-aux.c \
|
|
|
|
coff-h8300.c \
|
|
|
|
coff-h8500.c \
|
|
|
|
coff-i386.c \
|
|
|
|
coff-i860.c \
|
|
|
|
coff-go32.c \
|
|
|
|
coff-i960.c \
|
|
|
|
coff-m68k.c \
|
|
|
|
coff-m88k.c \
|
|
|
|
coff-mips.c \
|
2002-02-01 01:33:08 +08:00
|
|
|
coff-or32.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
coff-rs6000.c \
|
|
|
|
coff-sh.c \
|
|
|
|
coff-sparc.c \
|
|
|
|
coff-stgo32.c \
|
|
|
|
coff-svm68k.c \
|
|
|
|
coff-tic30.c \
|
2002-08-28 18:38:51 +08:00
|
|
|
coff-tic4x.c \
|
2000-04-08 01:06:58 +08:00
|
|
|
coff-tic54x.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
coff-tic80.c \
|
|
|
|
coff-u68k.c \
|
|
|
|
coff-we32k.c \
|
|
|
|
coff-w65.c \
|
|
|
|
coff-z8k.c \
|
|
|
|
cofflink.c \
|
1999-06-04 20:00:31 +08:00
|
|
|
dwarf1.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
ecoff.c \
|
|
|
|
ecofflink.c \
|
2000-05-02 08:23:54 +08:00
|
|
|
efi-app-ia32.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf.c \
|
2003-07-10 15:48:46 +08:00
|
|
|
elf32-am33lin.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32-arc.c \
|
|
|
|
elfarm-oabi.c \
|
|
|
|
elfarm-nabi.c \
|
2000-03-27 16:39:14 +08:00
|
|
|
elf32-avr.c \
|
2004-03-30 22:04:32 +08:00
|
|
|
elf32-cr16c.c \
|
2000-07-21 00:21:07 +08:00
|
|
|
elf32-cris.c \
|
2004-07-08 01:28:53 +08:00
|
|
|
elf32-crx.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32-d10v.c \
|
|
|
|
elf32-d30v.c \
|
2002-05-28 22:08:47 +08:00
|
|
|
elf32-dlx.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32-fr30.c \
|
2002-06-19 05:10:55 +08:00
|
|
|
elf32-frv.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32-gen.c \
|
2001-08-31 00:02:40 +08:00
|
|
|
elf32-h8300.c \
|
2000-05-02 08:12:52 +08:00
|
|
|
elf32-hppa.c \
|
2000-02-23 21:52:23 +08:00
|
|
|
elf32-i370.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32-i386.c \
|
|
|
|
elf32-i860.c \
|
1999-05-28 05:42:14 +08:00
|
|
|
elf32-i960.c \
|
2002-07-17 22:15:52 +08:00
|
|
|
elf32-ip2k.c \
|
2003-01-04 05:12:28 +08:00
|
|
|
elf32-iq2000.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32-m32r.c \
|
|
|
|
elf32-m68k.c \
|
2000-06-19 09:22:44 +08:00
|
|
|
elf32-m68hc11.c \
|
|
|
|
elf32-m68hc12.c \
|
2003-04-21 21:24:19 +08:00
|
|
|
elf32-m68hc1x.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32-m88k.c \
|
|
|
|
elf-m10200.c \
|
|
|
|
elf-m10300.c \
|
|
|
|
elf32-mcore.c \
|
2002-04-04 15:01:27 +08:00
|
|
|
elfxx-mips.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32-mips.c \
|
2002-12-31 03:25:13 +08:00
|
|
|
elf32-msp430.c \
|
2001-04-24 23:08:16 +08:00
|
|
|
elf32-openrisc.c \
|
2002-02-01 01:33:08 +08:00
|
|
|
elf32-or32.c \
|
1999-09-05 01:07:46 +08:00
|
|
|
elf32-pj.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32-ppc.c \
|
Contribute sh64-elf.
2002-01-23 Alexandre Oliva <aoliva@redhat.com>
* reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
New relocs.
* libbfd.h, bfd-in2.h: Rebuilt.
* elf32-sh.c (sh_elf_howto_table): Define new relocs.
(sh_reloc_map): Map them.
(PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
movi_shori_putval) [INCLUDE_SHMEDIA]: New.
(elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
datalabel_got_offset.
(sh_elf_link_hash_newfunc): Initialize it.
(sh_elf_relocate_section): Augment the scope of
seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
GOT and GOTOFF handling to new SHmedia relocation types. Support
GOT_BIAS.
(sh_elf_check_relocs): Likewise.
(sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
PLT entries using movi_shori_putval. Support GOT_BIAS.
(sh_elf_finish_dynamic_sections): Likewise.
* elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
relocation, it's now done by the caller.
(GOT_BIAS): New.
* elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
sh64_elf64_hash_table): New.
(sh_elf64_howto_table): Introduce new relocs.
(sh_elf64_info_to_howto): Accept new PIC relocs.
(sh_elf64_relocate_section): Augment the scope of
seen_stt_datalabel. Support new PIC relocs.
(sh_elf64_check_relocs): Support new PIC relocs.
(elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
movi_shori_putval, movi_3shori_putval,
sh64_elf64_create_dynamic_sections,
sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
sh64_elf64_size_dynamic_sections,
sh64_elf64_finish_dynamic_symbol,
sh64_elf64_finish_dynamic_sections): New.
(elf_backend_create_dynamic-sections,
bfd_elf64_bfd_link_hash_table_create,
elf_backend_adjust_dynamic_symbol,
elf_backend_size_dynamic_sections,
elf_backend_finish_dynamic_symbol,
elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
elf_backend_plt_readonly, elf_backend_want_plt_sym,
elf_backend_got_header_size, elf_backend_plt_header_size):
Define.
2001-05-16 Alexandre Oliva <aoliva@redhat.com>
* elf32-sh.c: Renumbered and renamed some SH5 relocations to
match official numbers and names; moved unmaching ones to the
range 0xf2-0xff.
* elf32-sh64.c, elf64-sh64.c: Likewise.
2001-03-12 DJ Delorie <dj@redhat.com>
* elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
sections.
2001-03-12 DJ Delorie <dj@redhat.com>
* elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
be aligned.
* elf64-sh64.c (sh_elf64_relocate_section): Ditto.
2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
(sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
.cranges section with SEC_SORT_ENTRIES set.
(sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
incoming sorted .cranges section.
(sh64_bfd_elf_copy_private_section_data): New.
(sh64_elf_final_write_processing): Only sort .cranges and modify
start address if called by linker.
2001-01-08 Ben Elliston <bje@redhat.com>
* elf32-sh64.c (sh64_elf_final_write_processing): Activate
Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
* elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
line. Add comments before all entries.
<R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
comment.
(sh_elf64_reloc): Correct head comment.
(sh_elf64_relocate_section): Correct spacing.
<relocating for a local symbol>: Do not honour STO_SH5_ISA32;
instead call reloc_dangerous callback.
<case R_SH_SHMEDIA_CODE>: New case.
(sh_elf64_gc_mark_hook): Correct spacing.
(sh_elf64_check_relocs): Ditto.
* elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
New case.
* elf32-sh.c: Correct #endif comments for #ifndef-wrapped
functions.
(sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
clarify describing comment. Add comments before all entries.
(sh_elf_relocate_section) <relocating for a local symbol>: Do not
honour STO_SH5_ISA32; instead call reloc_dangerous callback.
2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
Sort .cranges section in final link. Prepare to set bit 0 on
entry address.
* elf32-sh64.c (struct sh64_find_section_vma_data): New.
(sh64_elf_link_output_symbol_hook): Fix typo in prototype.
(sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
.cranges section.
(sh64_backend_section_from_shdr): New, to recognize
SHT_SH5_CR_SORTED on incoming .cranges section.
(elf_backend_section_from_shdr): Define.
(sh64_elf_final_write_processing): Sort outgoing .cranges
section. (New, temporarily disabled:) Set bit 0 on entry address
according to ISA type.
(sh64_find_section_for_address): New.
(crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
(sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
bfd_malloc, not xmalloc.
(sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
global.
* elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
temporarily disabled) setting bit 0 on entry address.
(elf_backend_final_write_processing): Define.
2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
be a proper relocation for PTA and PTB rather than a marker.
<R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
Zero src_mask.
* elf64-sh64.c: Ditto.
(sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
* elf32-sh64.c: Include opcodes/sh64-opc.h
(shmedia_prepare_reloc): Take a bfd_link_info pointer as first
argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
parameters. No unused parameters. Caller changed.
<case R_SH_PT_16>: New case.
* Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
* Makefile.in: Regenerate.
2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
all code sections.
(sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
(sh64_elf_merge_private_data): Ditto.
* elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
to access stored section flags.
(sh64_elf_final_write_processing): Return immediately unless
called by linker. Use sh64_elf_section_data (cranges) to get size
of linker-generated cranges entries.
(sh64_elf_copy_private_data): Add missing "return true".
(sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
(sh_elf64_merge_private_data): Ditto.
2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
elf64-sh64.c:sh64_elf_fake_sections.
(elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
(sh64_elf_final_write_processing): New.
(elf_backend_final_write_processing): Define.
(sh64_elf_fake_sections): Get header flags from tdata field.
(sh64_elf_copy_private_data): Do not call
sh64_elf_copy_private_data_internal, just copy e_flags field.
(sh64_elf_merge_private_data): Do not call
sh64_elf_copy_private_data_internal.
2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
Remove EF_SH64_ABI64, let ELF size make difference.
Remove SH64-specific BFD section flag.
* elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
containing SHmedia through elf_section_data (asect)->tdata
non-zero, not using a BFD section flag.
(sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
(sh64_elf_merge_private_data): Similar.
(elf_backend_section_flags): Don't define.
(sh64_elf_backend_section_flags): Delete.
* elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
not EF_SH64_ABI64.
(sh_elf64_merge_private_data): Similar.
* section.c (Section flags definitions): Don't define
SEC_SH_ISA_SHMEDIA.
(bfd-in2.h): Regenerate.
2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
Make DataLabel references work with partial linking.
* elf32-sh64.c: Fix formatting.
(sh64_elf_link_output_symbol_hook): New.
(elf_backend_link_output_symbol_hook): Define to
sh64_elf_link_output_symbol_hook.
(sh64_elf_add_symbol_hook): Make DataLabel symbol just global
undefined if partial linking. Adjust sanity check.
* elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
(elf_backend_link_output_symbol_hook): Define to
sh64_elf64_link_output_symbol_hook.
(sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
undefined if partial linking. Adjust sanity check.
2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
Implement semantics for inter-file DataLabel references.
* elf64-sh64.c (DATALABEL_SUFFIX): Define.
(sh64_elf64_add_symbol_hook): New.
(sh_elf64_relocate_section): If passing an indirect symbol with
st_type STT_DATALABEL on the way to a symbol with st_other
STO_SH5_ISA32, do not bitor 1 to the relocation.
(elf_backend_add_symbol_hook): Define to
sh64_elf64_add_symbol_hook.
* elf64-sh32.c: Tweak comments.
(DATALABEL_SUFFIX): Define.
(sh64_elf_add_symbol_hook): New.
(elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
* elf32-sh.c (sh_elf_relocate_section): If passing an indirect
symbol with st_type STT_DATALABEL on the way to a symbol with
st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
Pass through STT_DATALABEL.
* elf32-sh64.c (sh64_elf_get_symbol_type): New.
(elf_backend_get_symbol_type): Define.
* elf64-sh64.c (sh64_elf64_get_symbol_type): New.
(elf_backend_get_symbol_type): Define.
2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c: Tweak comments.
(sh64_elf_copy_private_data_internal): Add prototype.
(bfd_elf32_bfd_set_private_flags): Define.
(sh64_elf_copy_private_data_internal): Compare machine name, not
textual BFD target name, to check whether to copy section flag
SHF_SH5_ISA32.
(sh64_elf_merge_private_data): Validize bfd_get_arch_size.
Tweak section-contents-type-mismatch message.
(shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
Validize reloc-types.
* elf64-sh64.c: New file.
* targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
* Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
(BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
Regenerate dependencies.
* Makefile.in: Regenerate.
* config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
bfd_elf64_sh64l_vec.
* configure.in: Handle bfd_elf64_sh64_vec and
bfd_elf64_sh64l_vec.
* configure: Regenerate.
* po/POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
anything else but EF_SH64 and EF_SH64_ABI64.
(sh64_elf_merge_private_data): Emit error for anything else but
EF_SH64 and EF_SH64_ABI64.
* config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
from targ_selvecs.
* configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
bfd_elf32_sh64l_vec as a temporary measure.
* configure: Regenerate.
2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
* cpu-sh.c (arch_info_struct): Include sh5 item
unconditionalized.
* config.bfd (sh64-*-elf*): Do not set targ_cflags.
Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
* elf32-sh64.c: Tweak comments.
(sh64_elf_set_mach_from_flags): Recognize all machine flags that
are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
(sh64_elf_copy_private_data_internal): Wrap long line.
(sh64_elf_merge_private_data): Rewrite to allow objects from
SH64 subsets to be linked together.
(INCLUDE_SHMEDIA): Define.
* elf32-sh.c (sh_elf_relocate_section) <local symbol>:
Parenthesize plus-expression inside or-expression.
<global symbol>: Ditto.
(sh_elf_set_mach_from_flags): Remove code refusing
deleted EF_SH64_32BIT_ABI flag.
2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
(sh_elf_relocate_section) <local symbol>: Or 1 in
calculation of relocation if sym->st_other & STO_SH5_ISA32.
<global symbol>: Ditto if h->other & STO_SH5_ISA32.
* elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
relocation.
2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
* Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
(BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
Regenerate dependencies.
* Makefile.in: Regenerate.
* archures.c: Add bfd_mach_sh5.
* config.bfd: Map targ_cpu sh* to bfd_sh_arch.
Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
* configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
* configure: Regenerate.
* reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
* cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
in item for SH5.
* elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
for SHmedia relocs.
[INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
[INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
shmedia_prepare_reloc, goto final_link_relocate if it returns
non-zero, else fail as before.
(sh_elf_set_mach_from_flags): Provide function only if not defined
as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
(sh_elf_set_private_flags): Provide function only if not defined
as a macro.
(sh_elf_copy_private_data): Similar.
(sh_elf_merge_private_data): Similar.
* section.c (SEC_SH_ISA_SHMEDIA): New.
* targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
* elf32-sh64.c: New file.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* po/POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
* bfd-in2.h: Regenerate.
* libbfd.h: Regenerate.
2002-02-08 13:33:27 +08:00
|
|
|
elf32-sh64.c \
|
2002-06-05 09:50:42 +08:00
|
|
|
elf32-sh64-com.c \
|
2001-02-10 08:58:38 +08:00
|
|
|
elf32-s390.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32-sh.c \
|
2004-07-07 00:58:43 +08:00
|
|
|
elf32-sh-symbian.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32-sparc.c \
|
|
|
|
elf32-v850.c \
|
2002-05-30 10:14:13 +08:00
|
|
|
elf32-vax.c \
|
2001-12-08 11:46:03 +08:00
|
|
|
elf32-xstormy16.c \
|
2003-04-01 23:50:31 +08:00
|
|
|
elf32-xtensa.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32.c \
|
|
|
|
elflink.c \
|
* Makefile.am (BFD32_BACKENDS): Add elf-strtab.lo.
(BFD32_BACKENDS_CFILES): Add elf-strtab.c.
(elf-strtab.lo): Add rule.
* Makefile.in: Rebuilt.
* configure.in (elf): Add elf-strtab.lo.
* configure: Rebuilt.
* elf-bfd.h (elf_strtab_hash): Forward declare.
(struct elf_link_hash_table): Change dynstr type to
struct elf_strtab_hash *.
(struct elf_obj_tdata): Change strtab_ptr type to
struct elf_strtab_hash *.
(_bfd_elf_strtab_init, _bfd_elf_strtab_free, _bfd_elf_strtab_add,
_bfd_elf_strtab_addref, _bfd_elf_strtab_delref,
_bfd_elf_strtab_clear_all_refs, _bfd_elf_strtab_size,
_bfd_elf_strtab_offset, _bfd_elf_strtab_emit,
_bfd_elf_strtab_finalize): New prototypes.
* elf-strtab.c: New file.
* elflink.h (elf_link_add_object_symbols): Use _bfd_elf_strtab_add
and _bfd_elf_strtab_size instead of _bfd_stringtab calls.
Call _bfd_elf_strtab_delref if DT_NEEDED entry is not needed or
when forcing dynamic symbol to local.
(elf_link_create_dynamic_sections): Call
_bfd_elf_strtab_init instead of elf_stringtab_init.
(elf_link_record_local_dynamic_symbol): Likewise, change
dynstr type. Use _bfd_elf_strtab functions instead of
_bfd_stringtab calls.
(size_dynamic_sections): Use _bfd_elf_strtab functions instead of
_bfd_stringtab calls. For DT_RUNPATH and Verdaux vda_name fields,
call _bfd_elf_strtab_addref. Call elf_finalize_dynstr.
(elf_adjust_dynstr_offsets, elf_finalize_dynstr): New functions.
(elf_fix_symbol_flags): Call _bfd_elf_strtab_delref when forcing
dynamic symbol to local.
(elf_link_assign_sym_version): Likewise.
(elf_bfd_final_link): Call _bfd_elf_strtab_emit instead of
_bfd_stringtab_emit.
* elflink.c (_bfd_elf_link_record_dynamic_symbol): Change dynstr
type. Call _bfd_elf_strtab functions instead of
_bfd_stringtab functions.
* elf64-sparc.c (sparc64_elf_size_dynamic_sections): Likewise.
* elf.c (_bfd_elf_init_reloc_shdr): Likewise.
(elf_fake_sections): Likewise.
(assign_section_numbers): Call _bfd_elf_strtab_clear_all_refs
on shstrtab hash table, call _bfd_elf_strtab_addref on each section
name in the output. Call _bfd_elf_strtab_finalize and
use _bfd_elf_strtab_offset to finalize sh_name section header fields.
(_bfd_elf_compute_section_file_positions): Use _bfd_elf_strtab_size
instead of _bfd_stringtab_size.
(prep_headers): Change shstrtab type.
Use _bfd_elf_strtab calls instead of _bfd_stringtab calls.
2001-11-08 00:50:38 +08:00
|
|
|
elf-strtab.c \
|
2001-12-13 19:09:34 +08:00
|
|
|
elf-eh-frame.c \
|
1999-06-04 15:39:48 +08:00
|
|
|
epoc-pe-arm.c \
|
|
|
|
epoc-pei-arm.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
hp300bsd.c \
|
|
|
|
hp300hpux.c \
|
|
|
|
som.c \
|
|
|
|
i386aout.c \
|
|
|
|
i386bsd.c \
|
|
|
|
i386dynix.c \
|
|
|
|
i386freebsd.c \
|
|
|
|
i386linux.c \
|
|
|
|
i386lynx.c \
|
|
|
|
i386msdos.c \
|
|
|
|
i386netbsd.c \
|
|
|
|
i386mach3.c \
|
|
|
|
i386os9k.c \
|
|
|
|
ieee.c \
|
|
|
|
m68k4knetbsd.c \
|
|
|
|
m68klinux.c \
|
|
|
|
m68klynx.c \
|
|
|
|
m68knetbsd.c \
|
|
|
|
m88kmach3.c \
|
2004-05-24 22:48:18 +08:00
|
|
|
m88kopenbsd.c \
|
2002-11-06 21:26:29 +08:00
|
|
|
mach-o.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
mipsbsd.c \
|
|
|
|
newsos3.c \
|
|
|
|
nlm.c \
|
|
|
|
nlm32-i386.c \
|
|
|
|
nlm32-sparc.c \
|
|
|
|
nlm32-ppc.c \
|
|
|
|
nlm32.c \
|
|
|
|
ns32knetbsd.c \
|
|
|
|
oasys.c \
|
|
|
|
pc532-mach.c \
|
2001-02-19 07:33:11 +08:00
|
|
|
pdp11.c \
|
2002-11-06 21:26:29 +08:00
|
|
|
pef.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
pe-arm.c \
|
|
|
|
pei-arm.c \
|
|
|
|
pe-i386.c \
|
|
|
|
pei-i386.c \
|
|
|
|
pe-mcore.c \
|
|
|
|
pei-mcore.c \
|
|
|
|
pe-ppc.c \
|
|
|
|
pei-ppc.c \
|
2000-02-29 02:56:11 +08:00
|
|
|
pe-sh.c \
|
|
|
|
pei-sh.c \
|
|
|
|
pe-mips.c \
|
|
|
|
pei-mips.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
ppcboot.c \
|
|
|
|
reloc16.c \
|
|
|
|
riscix.c \
|
|
|
|
sparclinux.c \
|
|
|
|
sparclynx.c \
|
|
|
|
sparcnetbsd.c \
|
|
|
|
sunos.c \
|
|
|
|
vaxnetbsd.c \
|
2002-06-09 07:23:08 +08:00
|
|
|
vax1knetbsd.c \
|
2002-07-01 16:31:53 +08:00
|
|
|
vaxbsd.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
versados.c \
|
|
|
|
vms.c \
|
|
|
|
vms-gsd.c \
|
|
|
|
vms-hdr.c \
|
|
|
|
vms-misc.c \
|
|
|
|
vms-tir.c \
|
2002-11-06 21:26:29 +08:00
|
|
|
xcofflink.c \
|
2003-04-01 23:50:31 +08:00
|
|
|
xsym.c \
|
|
|
|
xtensa-isa.c \
|
|
|
|
xtensa-modules.c
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
# The .o files needed by all of the 64 bit vectors that are configured into
|
|
|
|
# target_vector in targets.c if configured with --enable-targets=all
|
|
|
|
# and --enable-64-bit-bfd.
|
|
|
|
BFD64_BACKENDS = \
|
2002-03-18 20:46:27 +08:00
|
|
|
aix5ppc-core.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
aout64.lo \
|
|
|
|
coff-alpha.lo \
|
2000-04-29 04:02:30 +08:00
|
|
|
coff64-rs6000.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
demo64.lo \
|
2000-05-02 08:23:54 +08:00
|
|
|
efi-app-ia64.lo \
|
2000-12-01 03:16:54 +08:00
|
|
|
elf64-x86-64.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf64-alpha.lo \
|
2000-04-24 16:23:47 +08:00
|
|
|
elf64-hppa.lo \
|
2000-04-22 04:22:24 +08:00
|
|
|
elf64-ia64.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf64-gen.lo \
|
2002-07-31 08:32:10 +08:00
|
|
|
elfn32-mips.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf64-mips.lo \
|
2001-10-30 23:20:14 +08:00
|
|
|
elf64-mmix.lo \
|
Contribute sh64-elf.
2002-01-23 Alexandre Oliva <aoliva@redhat.com>
* reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
New relocs.
* libbfd.h, bfd-in2.h: Rebuilt.
* elf32-sh.c (sh_elf_howto_table): Define new relocs.
(sh_reloc_map): Map them.
(PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
movi_shori_putval) [INCLUDE_SHMEDIA]: New.
(elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
datalabel_got_offset.
(sh_elf_link_hash_newfunc): Initialize it.
(sh_elf_relocate_section): Augment the scope of
seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
GOT and GOTOFF handling to new SHmedia relocation types. Support
GOT_BIAS.
(sh_elf_check_relocs): Likewise.
(sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
PLT entries using movi_shori_putval. Support GOT_BIAS.
(sh_elf_finish_dynamic_sections): Likewise.
* elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
relocation, it's now done by the caller.
(GOT_BIAS): New.
* elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
sh64_elf64_hash_table): New.
(sh_elf64_howto_table): Introduce new relocs.
(sh_elf64_info_to_howto): Accept new PIC relocs.
(sh_elf64_relocate_section): Augment the scope of
seen_stt_datalabel. Support new PIC relocs.
(sh_elf64_check_relocs): Support new PIC relocs.
(elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
movi_shori_putval, movi_3shori_putval,
sh64_elf64_create_dynamic_sections,
sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
sh64_elf64_size_dynamic_sections,
sh64_elf64_finish_dynamic_symbol,
sh64_elf64_finish_dynamic_sections): New.
(elf_backend_create_dynamic-sections,
bfd_elf64_bfd_link_hash_table_create,
elf_backend_adjust_dynamic_symbol,
elf_backend_size_dynamic_sections,
elf_backend_finish_dynamic_symbol,
elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
elf_backend_plt_readonly, elf_backend_want_plt_sym,
elf_backend_got_header_size, elf_backend_plt_header_size):
Define.
2001-05-16 Alexandre Oliva <aoliva@redhat.com>
* elf32-sh.c: Renumbered and renamed some SH5 relocations to
match official numbers and names; moved unmaching ones to the
range 0xf2-0xff.
* elf32-sh64.c, elf64-sh64.c: Likewise.
2001-03-12 DJ Delorie <dj@redhat.com>
* elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
sections.
2001-03-12 DJ Delorie <dj@redhat.com>
* elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
be aligned.
* elf64-sh64.c (sh_elf64_relocate_section): Ditto.
2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
(sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
.cranges section with SEC_SORT_ENTRIES set.
(sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
incoming sorted .cranges section.
(sh64_bfd_elf_copy_private_section_data): New.
(sh64_elf_final_write_processing): Only sort .cranges and modify
start address if called by linker.
2001-01-08 Ben Elliston <bje@redhat.com>
* elf32-sh64.c (sh64_elf_final_write_processing): Activate
Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
* elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
line. Add comments before all entries.
<R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
comment.
(sh_elf64_reloc): Correct head comment.
(sh_elf64_relocate_section): Correct spacing.
<relocating for a local symbol>: Do not honour STO_SH5_ISA32;
instead call reloc_dangerous callback.
<case R_SH_SHMEDIA_CODE>: New case.
(sh_elf64_gc_mark_hook): Correct spacing.
(sh_elf64_check_relocs): Ditto.
* elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
New case.
* elf32-sh.c: Correct #endif comments for #ifndef-wrapped
functions.
(sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
clarify describing comment. Add comments before all entries.
(sh_elf_relocate_section) <relocating for a local symbol>: Do not
honour STO_SH5_ISA32; instead call reloc_dangerous callback.
2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
Sort .cranges section in final link. Prepare to set bit 0 on
entry address.
* elf32-sh64.c (struct sh64_find_section_vma_data): New.
(sh64_elf_link_output_symbol_hook): Fix typo in prototype.
(sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
.cranges section.
(sh64_backend_section_from_shdr): New, to recognize
SHT_SH5_CR_SORTED on incoming .cranges section.
(elf_backend_section_from_shdr): Define.
(sh64_elf_final_write_processing): Sort outgoing .cranges
section. (New, temporarily disabled:) Set bit 0 on entry address
according to ISA type.
(sh64_find_section_for_address): New.
(crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
(sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
bfd_malloc, not xmalloc.
(sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
global.
* elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
temporarily disabled) setting bit 0 on entry address.
(elf_backend_final_write_processing): Define.
2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
be a proper relocation for PTA and PTB rather than a marker.
<R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
Zero src_mask.
* elf64-sh64.c: Ditto.
(sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
* elf32-sh64.c: Include opcodes/sh64-opc.h
(shmedia_prepare_reloc): Take a bfd_link_info pointer as first
argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
parameters. No unused parameters. Caller changed.
<case R_SH_PT_16>: New case.
* Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
* Makefile.in: Regenerate.
2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
all code sections.
(sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
(sh64_elf_merge_private_data): Ditto.
* elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
to access stored section flags.
(sh64_elf_final_write_processing): Return immediately unless
called by linker. Use sh64_elf_section_data (cranges) to get size
of linker-generated cranges entries.
(sh64_elf_copy_private_data): Add missing "return true".
(sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
(sh_elf64_merge_private_data): Ditto.
2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
elf64-sh64.c:sh64_elf_fake_sections.
(elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
(sh64_elf_final_write_processing): New.
(elf_backend_final_write_processing): Define.
(sh64_elf_fake_sections): Get header flags from tdata field.
(sh64_elf_copy_private_data): Do not call
sh64_elf_copy_private_data_internal, just copy e_flags field.
(sh64_elf_merge_private_data): Do not call
sh64_elf_copy_private_data_internal.
2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
Remove EF_SH64_ABI64, let ELF size make difference.
Remove SH64-specific BFD section flag.
* elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
containing SHmedia through elf_section_data (asect)->tdata
non-zero, not using a BFD section flag.
(sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
(sh64_elf_merge_private_data): Similar.
(elf_backend_section_flags): Don't define.
(sh64_elf_backend_section_flags): Delete.
* elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
not EF_SH64_ABI64.
(sh_elf64_merge_private_data): Similar.
* section.c (Section flags definitions): Don't define
SEC_SH_ISA_SHMEDIA.
(bfd-in2.h): Regenerate.
2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
Make DataLabel references work with partial linking.
* elf32-sh64.c: Fix formatting.
(sh64_elf_link_output_symbol_hook): New.
(elf_backend_link_output_symbol_hook): Define to
sh64_elf_link_output_symbol_hook.
(sh64_elf_add_symbol_hook): Make DataLabel symbol just global
undefined if partial linking. Adjust sanity check.
* elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
(elf_backend_link_output_symbol_hook): Define to
sh64_elf64_link_output_symbol_hook.
(sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
undefined if partial linking. Adjust sanity check.
2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
Implement semantics for inter-file DataLabel references.
* elf64-sh64.c (DATALABEL_SUFFIX): Define.
(sh64_elf64_add_symbol_hook): New.
(sh_elf64_relocate_section): If passing an indirect symbol with
st_type STT_DATALABEL on the way to a symbol with st_other
STO_SH5_ISA32, do not bitor 1 to the relocation.
(elf_backend_add_symbol_hook): Define to
sh64_elf64_add_symbol_hook.
* elf64-sh32.c: Tweak comments.
(DATALABEL_SUFFIX): Define.
(sh64_elf_add_symbol_hook): New.
(elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
* elf32-sh.c (sh_elf_relocate_section): If passing an indirect
symbol with st_type STT_DATALABEL on the way to a symbol with
st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
Pass through STT_DATALABEL.
* elf32-sh64.c (sh64_elf_get_symbol_type): New.
(elf_backend_get_symbol_type): Define.
* elf64-sh64.c (sh64_elf64_get_symbol_type): New.
(elf_backend_get_symbol_type): Define.
2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c: Tweak comments.
(sh64_elf_copy_private_data_internal): Add prototype.
(bfd_elf32_bfd_set_private_flags): Define.
(sh64_elf_copy_private_data_internal): Compare machine name, not
textual BFD target name, to check whether to copy section flag
SHF_SH5_ISA32.
(sh64_elf_merge_private_data): Validize bfd_get_arch_size.
Tweak section-contents-type-mismatch message.
(shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
Validize reloc-types.
* elf64-sh64.c: New file.
* targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
* Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
(BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
Regenerate dependencies.
* Makefile.in: Regenerate.
* config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
bfd_elf64_sh64l_vec.
* configure.in: Handle bfd_elf64_sh64_vec and
bfd_elf64_sh64l_vec.
* configure: Regenerate.
* po/POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
anything else but EF_SH64 and EF_SH64_ABI64.
(sh64_elf_merge_private_data): Emit error for anything else but
EF_SH64 and EF_SH64_ABI64.
* config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
from targ_selvecs.
* configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
bfd_elf32_sh64l_vec as a temporary measure.
* configure: Regenerate.
2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
* cpu-sh.c (arch_info_struct): Include sh5 item
unconditionalized.
* config.bfd (sh64-*-elf*): Do not set targ_cflags.
Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
* elf32-sh64.c: Tweak comments.
(sh64_elf_set_mach_from_flags): Recognize all machine flags that
are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
(sh64_elf_copy_private_data_internal): Wrap long line.
(sh64_elf_merge_private_data): Rewrite to allow objects from
SH64 subsets to be linked together.
(INCLUDE_SHMEDIA): Define.
* elf32-sh.c (sh_elf_relocate_section) <local symbol>:
Parenthesize plus-expression inside or-expression.
<global symbol>: Ditto.
(sh_elf_set_mach_from_flags): Remove code refusing
deleted EF_SH64_32BIT_ABI flag.
2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
(sh_elf_relocate_section) <local symbol>: Or 1 in
calculation of relocation if sym->st_other & STO_SH5_ISA32.
<global symbol>: Ditto if h->other & STO_SH5_ISA32.
* elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
relocation.
2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
* Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
(BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
Regenerate dependencies.
* Makefile.in: Regenerate.
* archures.c: Add bfd_mach_sh5.
* config.bfd: Map targ_cpu sh* to bfd_sh_arch.
Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
* configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
* configure: Regenerate.
* reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
* cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
in item for SH5.
* elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
for SHmedia relocs.
[INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
[INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
shmedia_prepare_reloc, goto final_link_relocate if it returns
non-zero, else fail as before.
(sh_elf_set_mach_from_flags): Provide function only if not defined
as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
(sh_elf_set_private_flags): Provide function only if not defined
as a macro.
(sh_elf_copy_private_data): Similar.
(sh_elf_merge_private_data): Similar.
* section.c (SEC_SH_ISA_SHMEDIA): New.
* targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
* elf32-sh64.c: New file.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* po/POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
* bfd-in2.h: Regenerate.
* libbfd.h: Regenerate.
2002-02-08 13:33:27 +08:00
|
|
|
elf64-sh64.lo \
|
2001-08-27 18:22:03 +08:00
|
|
|
elf64-ppc.lo \
|
2001-02-10 08:58:38 +08:00
|
|
|
elf64-s390.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf64-sparc.lo \
|
|
|
|
elf64.lo \
|
2001-10-30 23:20:14 +08:00
|
|
|
mmo.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
nlm32-alpha.lo \
|
2001-02-15 03:18:53 +08:00
|
|
|
nlm64.lo \
|
|
|
|
pepigen.lo
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
BFD64_BACKENDS_CFILES = \
|
2002-03-18 20:46:27 +08:00
|
|
|
aix5ppc-core.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
aout64.c \
|
|
|
|
coff-alpha.c \
|
2000-04-29 04:02:30 +08:00
|
|
|
coff64-rs6000.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
demo64.c \
|
2000-05-02 08:23:54 +08:00
|
|
|
efi-app-ia64.c \
|
2000-12-01 03:16:54 +08:00
|
|
|
elf64-x86-64.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf64-alpha.c \
|
2000-04-24 16:23:47 +08:00
|
|
|
elf64-hppa.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf64-gen.c \
|
2002-07-31 08:32:10 +08:00
|
|
|
elfn32-mips.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf64-mips.c \
|
2001-10-30 23:20:14 +08:00
|
|
|
elf64-mmix.c \
|
2001-08-27 18:22:03 +08:00
|
|
|
elf64-ppc.c \
|
2001-02-10 08:58:38 +08:00
|
|
|
elf64-s390.c \
|
Contribute sh64-elf.
2002-01-23 Alexandre Oliva <aoliva@redhat.com>
* reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
New relocs.
* libbfd.h, bfd-in2.h: Rebuilt.
* elf32-sh.c (sh_elf_howto_table): Define new relocs.
(sh_reloc_map): Map them.
(PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
movi_shori_putval) [INCLUDE_SHMEDIA]: New.
(elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
datalabel_got_offset.
(sh_elf_link_hash_newfunc): Initialize it.
(sh_elf_relocate_section): Augment the scope of
seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
GOT and GOTOFF handling to new SHmedia relocation types. Support
GOT_BIAS.
(sh_elf_check_relocs): Likewise.
(sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
PLT entries using movi_shori_putval. Support GOT_BIAS.
(sh_elf_finish_dynamic_sections): Likewise.
* elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
relocation, it's now done by the caller.
(GOT_BIAS): New.
* elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
sh64_elf64_hash_table): New.
(sh_elf64_howto_table): Introduce new relocs.
(sh_elf64_info_to_howto): Accept new PIC relocs.
(sh_elf64_relocate_section): Augment the scope of
seen_stt_datalabel. Support new PIC relocs.
(sh_elf64_check_relocs): Support new PIC relocs.
(elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
movi_shori_putval, movi_3shori_putval,
sh64_elf64_create_dynamic_sections,
sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
sh64_elf64_size_dynamic_sections,
sh64_elf64_finish_dynamic_symbol,
sh64_elf64_finish_dynamic_sections): New.
(elf_backend_create_dynamic-sections,
bfd_elf64_bfd_link_hash_table_create,
elf_backend_adjust_dynamic_symbol,
elf_backend_size_dynamic_sections,
elf_backend_finish_dynamic_symbol,
elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
elf_backend_plt_readonly, elf_backend_want_plt_sym,
elf_backend_got_header_size, elf_backend_plt_header_size):
Define.
2001-05-16 Alexandre Oliva <aoliva@redhat.com>
* elf32-sh.c: Renumbered and renamed some SH5 relocations to
match official numbers and names; moved unmaching ones to the
range 0xf2-0xff.
* elf32-sh64.c, elf64-sh64.c: Likewise.
2001-03-12 DJ Delorie <dj@redhat.com>
* elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
sections.
2001-03-12 DJ Delorie <dj@redhat.com>
* elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
be aligned.
* elf64-sh64.c (sh_elf64_relocate_section): Ditto.
2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
(sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
.cranges section with SEC_SORT_ENTRIES set.
(sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
incoming sorted .cranges section.
(sh64_bfd_elf_copy_private_section_data): New.
(sh64_elf_final_write_processing): Only sort .cranges and modify
start address if called by linker.
2001-01-08 Ben Elliston <bje@redhat.com>
* elf32-sh64.c (sh64_elf_final_write_processing): Activate
Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
* elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
line. Add comments before all entries.
<R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
comment.
(sh_elf64_reloc): Correct head comment.
(sh_elf64_relocate_section): Correct spacing.
<relocating for a local symbol>: Do not honour STO_SH5_ISA32;
instead call reloc_dangerous callback.
<case R_SH_SHMEDIA_CODE>: New case.
(sh_elf64_gc_mark_hook): Correct spacing.
(sh_elf64_check_relocs): Ditto.
* elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
New case.
* elf32-sh.c: Correct #endif comments for #ifndef-wrapped
functions.
(sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
clarify describing comment. Add comments before all entries.
(sh_elf_relocate_section) <relocating for a local symbol>: Do not
honour STO_SH5_ISA32; instead call reloc_dangerous callback.
2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
Sort .cranges section in final link. Prepare to set bit 0 on
entry address.
* elf32-sh64.c (struct sh64_find_section_vma_data): New.
(sh64_elf_link_output_symbol_hook): Fix typo in prototype.
(sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
.cranges section.
(sh64_backend_section_from_shdr): New, to recognize
SHT_SH5_CR_SORTED on incoming .cranges section.
(elf_backend_section_from_shdr): Define.
(sh64_elf_final_write_processing): Sort outgoing .cranges
section. (New, temporarily disabled:) Set bit 0 on entry address
according to ISA type.
(sh64_find_section_for_address): New.
(crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
(sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
bfd_malloc, not xmalloc.
(sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
global.
* elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
temporarily disabled) setting bit 0 on entry address.
(elf_backend_final_write_processing): Define.
2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
be a proper relocation for PTA and PTB rather than a marker.
<R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
Zero src_mask.
* elf64-sh64.c: Ditto.
(sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
* elf32-sh64.c: Include opcodes/sh64-opc.h
(shmedia_prepare_reloc): Take a bfd_link_info pointer as first
argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
parameters. No unused parameters. Caller changed.
<case R_SH_PT_16>: New case.
* Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
* Makefile.in: Regenerate.
2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
all code sections.
(sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
(sh64_elf_merge_private_data): Ditto.
* elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
to access stored section flags.
(sh64_elf_final_write_processing): Return immediately unless
called by linker. Use sh64_elf_section_data (cranges) to get size
of linker-generated cranges entries.
(sh64_elf_copy_private_data): Add missing "return true".
(sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
(sh_elf64_merge_private_data): Ditto.
2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
elf64-sh64.c:sh64_elf_fake_sections.
(elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
(sh64_elf_final_write_processing): New.
(elf_backend_final_write_processing): Define.
(sh64_elf_fake_sections): Get header flags from tdata field.
(sh64_elf_copy_private_data): Do not call
sh64_elf_copy_private_data_internal, just copy e_flags field.
(sh64_elf_merge_private_data): Do not call
sh64_elf_copy_private_data_internal.
2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
Remove EF_SH64_ABI64, let ELF size make difference.
Remove SH64-specific BFD section flag.
* elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
containing SHmedia through elf_section_data (asect)->tdata
non-zero, not using a BFD section flag.
(sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
(sh64_elf_merge_private_data): Similar.
(elf_backend_section_flags): Don't define.
(sh64_elf_backend_section_flags): Delete.
* elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
not EF_SH64_ABI64.
(sh_elf64_merge_private_data): Similar.
* section.c (Section flags definitions): Don't define
SEC_SH_ISA_SHMEDIA.
(bfd-in2.h): Regenerate.
2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
Make DataLabel references work with partial linking.
* elf32-sh64.c: Fix formatting.
(sh64_elf_link_output_symbol_hook): New.
(elf_backend_link_output_symbol_hook): Define to
sh64_elf_link_output_symbol_hook.
(sh64_elf_add_symbol_hook): Make DataLabel symbol just global
undefined if partial linking. Adjust sanity check.
* elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
(elf_backend_link_output_symbol_hook): Define to
sh64_elf64_link_output_symbol_hook.
(sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
undefined if partial linking. Adjust sanity check.
2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
Implement semantics for inter-file DataLabel references.
* elf64-sh64.c (DATALABEL_SUFFIX): Define.
(sh64_elf64_add_symbol_hook): New.
(sh_elf64_relocate_section): If passing an indirect symbol with
st_type STT_DATALABEL on the way to a symbol with st_other
STO_SH5_ISA32, do not bitor 1 to the relocation.
(elf_backend_add_symbol_hook): Define to
sh64_elf64_add_symbol_hook.
* elf64-sh32.c: Tweak comments.
(DATALABEL_SUFFIX): Define.
(sh64_elf_add_symbol_hook): New.
(elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
* elf32-sh.c (sh_elf_relocate_section): If passing an indirect
symbol with st_type STT_DATALABEL on the way to a symbol with
st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
Pass through STT_DATALABEL.
* elf32-sh64.c (sh64_elf_get_symbol_type): New.
(elf_backend_get_symbol_type): Define.
* elf64-sh64.c (sh64_elf64_get_symbol_type): New.
(elf_backend_get_symbol_type): Define.
2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c: Tweak comments.
(sh64_elf_copy_private_data_internal): Add prototype.
(bfd_elf32_bfd_set_private_flags): Define.
(sh64_elf_copy_private_data_internal): Compare machine name, not
textual BFD target name, to check whether to copy section flag
SHF_SH5_ISA32.
(sh64_elf_merge_private_data): Validize bfd_get_arch_size.
Tweak section-contents-type-mismatch message.
(shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
Validize reloc-types.
* elf64-sh64.c: New file.
* targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
* Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
(BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
Regenerate dependencies.
* Makefile.in: Regenerate.
* config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
bfd_elf64_sh64l_vec.
* configure.in: Handle bfd_elf64_sh64_vec and
bfd_elf64_sh64l_vec.
* configure: Regenerate.
* po/POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
anything else but EF_SH64 and EF_SH64_ABI64.
(sh64_elf_merge_private_data): Emit error for anything else but
EF_SH64 and EF_SH64_ABI64.
* config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
from targ_selvecs.
* configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
bfd_elf32_sh64l_vec as a temporary measure.
* configure: Regenerate.
2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
* cpu-sh.c (arch_info_struct): Include sh5 item
unconditionalized.
* config.bfd (sh64-*-elf*): Do not set targ_cflags.
Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
* elf32-sh64.c: Tweak comments.
(sh64_elf_set_mach_from_flags): Recognize all machine flags that
are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
(sh64_elf_copy_private_data_internal): Wrap long line.
(sh64_elf_merge_private_data): Rewrite to allow objects from
SH64 subsets to be linked together.
(INCLUDE_SHMEDIA): Define.
* elf32-sh.c (sh_elf_relocate_section) <local symbol>:
Parenthesize plus-expression inside or-expression.
<global symbol>: Ditto.
(sh_elf_set_mach_from_flags): Remove code refusing
deleted EF_SH64_32BIT_ABI flag.
2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
(sh_elf_relocate_section) <local symbol>: Or 1 in
calculation of relocation if sym->st_other & STO_SH5_ISA32.
<global symbol>: Ditto if h->other & STO_SH5_ISA32.
* elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
relocation.
2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
* Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
(BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
Regenerate dependencies.
* Makefile.in: Regenerate.
* archures.c: Add bfd_mach_sh5.
* config.bfd: Map targ_cpu sh* to bfd_sh_arch.
Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
* configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
* configure: Regenerate.
* reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
* cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
in item for SH5.
* elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
for SHmedia relocs.
[INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
[INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
shmedia_prepare_reloc, goto final_link_relocate if it returns
non-zero, else fail as before.
(sh_elf_set_mach_from_flags): Provide function only if not defined
as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
(sh_elf_set_private_flags): Provide function only if not defined
as a macro.
(sh_elf_copy_private_data): Similar.
(sh_elf_merge_private_data): Similar.
* section.c (SEC_SH_ISA_SHMEDIA): New.
* targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
* elf32-sh64.c: New file.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* po/POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
* bfd-in2.h: Regenerate.
* libbfd.h: Regenerate.
2002-02-08 13:33:27 +08:00
|
|
|
elf64-sh64.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf64-sparc.c \
|
|
|
|
elf64.c \
|
2001-10-30 23:20:14 +08:00
|
|
|
mmo.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
nlm32-alpha.c \
|
|
|
|
nlm64.c
|
|
|
|
|
|
|
|
OPTIONAL_BACKENDS = \
|
|
|
|
aix386-core.lo \
|
|
|
|
hpux-core.lo \
|
|
|
|
irix-core.lo \
|
|
|
|
lynx-core.lo \
|
|
|
|
osf-core.lo \
|
|
|
|
sco5-core.lo \
|
|
|
|
trad-core.lo \
|
|
|
|
cisco-core.lo
|
|
|
|
|
|
|
|
OPTIONAL_BACKENDS_CFILES = \
|
|
|
|
aix386-core.c \
|
|
|
|
hpux-core.c \
|
|
|
|
irix-core.c \
|
|
|
|
lynx-core.c \
|
|
|
|
osf-core.c \
|
|
|
|
sco5-core.c \
|
|
|
|
trad-core.c \
|
|
|
|
cisco-core.c
|
|
|
|
|
2004-09-18 01:04:34 +08:00
|
|
|
# We want to rerun configure if configure.in, config.bfd or
|
|
|
|
# configure.host change. configure.in is needed since the version
|
|
|
|
# number in Makefile comes from configure.in.
|
|
|
|
CONFIG_STATUS_DEPENDENCIES = \
|
|
|
|
$(srcdir)/configure.in \
|
|
|
|
$(srcdir)/config.bfd \
|
|
|
|
$(srcdir)/configure.host
|
|
|
|
|
1999-05-03 15:29:11 +08:00
|
|
|
# These are defined by configure.in:
|
|
|
|
WORDSIZE = @wordsize@
|
|
|
|
ALL_BACKENDS = @all_backends@
|
|
|
|
BFD_BACKENDS = @bfd_backends@
|
2001-12-06 06:46:21 +08:00
|
|
|
BFD_LIBS = @bfd_libs@
|
1999-05-03 15:29:11 +08:00
|
|
|
BFD_MACHINES = @bfd_machines@
|
|
|
|
TDEFAULTS = @tdefaults@
|
|
|
|
|
|
|
|
INCLUDES = -D_GNU_SOURCE @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) -I$(srcdir)/../intl -I../intl
|
|
|
|
|
|
|
|
# C source files that correspond to .o's.
|
2001-02-27 14:43:56 +08:00
|
|
|
SOURCE_CFILES = \
|
2001-12-06 06:46:21 +08:00
|
|
|
$(BFD32_LIBS_CFILES) \
|
|
|
|
$(BFD64_LIBS_CFILES) \
|
1999-05-03 15:29:11 +08:00
|
|
|
$(ALL_MACHINES_CFILES) \
|
|
|
|
$(BFD32_BACKENDS_CFILES) \
|
|
|
|
$(BFD64_BACKENDS_CFILES) \
|
|
|
|
$(OPTIONAL_BACKENDS_CFILES)
|
|
|
|
|
2001-03-24 02:05:30 +08:00
|
|
|
BUILD_CFILES = \
|
2001-02-27 14:43:56 +08:00
|
|
|
elf32-ia64.c elf64-ia64.c peigen.c pepigen.c
|
|
|
|
|
2001-03-24 02:05:30 +08:00
|
|
|
CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
|
|
|
|
|
1999-05-03 15:29:11 +08:00
|
|
|
## This is a list of all .h files which are in the source tree.
|
|
|
|
SOURCE_HFILES = \
|
2000-05-02 08:12:52 +08:00
|
|
|
aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
|
* Makefile.am: Remove entries for elf32-qnx.[ch].
* Makefile.in: Regenerate.
* config.bfd: Change arm-nto to use bfd_elf32_{big|little}arm_vec,
ppc-nto to use bfd_elf32_powerpc{le}_vec, sh-nto to use
bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
* configure.in: Remove support for bfd_elf32_sh{l}qnx_vec,
bfd_elf32_powerpc{le}qnx_vec, bfd_elf32_{big|little}armqnx_vec,
and bfd_elf32_i386qnx_vec, and removed elf32-qnx.lo from other targets.
bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
* configure: Regenerate.
* elf32-qnx.c: Remove.
* elf32-qnx.h: Remove.
* elf.c: Remove calls to QNX specific set_nonloadable_filepos,
is_contained_by_filepos, and copy_private_bfd_data_p.
* elf32-i386.c: Remove QNX extended bfd support.
* elf32-ppc.c: Remove QNX extended bfd support.
* elf32-sh.c: Remove QNX extended bfd support.
* elfarm-nabi.c: Remove QNX extended bfd support.
* targets.c: Remove qnx vectors.
* elfxx-target.h (elf_backend_set_nonloadable_filepos): Remove
(elf_backend_is_contained_by_filepos): Remove.
(elf_backend_copy_private_bfd_data_p): Remove.
* po/SRC-POTFILES.in: Regenerate.
2002-11-06 19:38:35 +08:00
|
|
|
elf-bfd.h elf-hppa.h elf32-arm.h elf32-hppa.h \
|
* Makefile.am: Remove all mention of elflink.h.
* Makefile.in: Regenerate.
* bfd-in.h (bfd_elf_discard_info): Declare.
(bfd_elf32_discard_info, bfd_elf64_discard_info): Delete.
* bfd-in2.h: Regenerate.
* elf-bfd.h (bfd_elf32_print_symbol, bfd_elf64_print_symbol,
bfd_elf32_link_record_dynamic_symbol,
bfd_elf64_link_record_dynamic_symbol,
_bfd_elf_link_record_dynamic_symbol, bfd_elf32_bfd_final_link,
bfd_elf64_bfd_final_link, elf_link_record_local_dynamic_symbol,
_bfd_elf32_link_record_local_dynamic_symbol,
_bfd_elf64_link_record_local_dynamic_symbol,
_bfd_elf32_gc_sections, _bfd_elf32_gc_common_finalize_got_offsets,
_bfd_elf32_gc_common_final_link, _bfd_elf64_gc_common_final_link,
_bfd_elf32_gc_record_vtinherit, _bfd_elf32_gc_record_vtentry,
_bfd_elf64_gc_sections, _bfd_elf64_gc_common_finalize_got_offsets,
_bfd_elf64_gc_record_vtinherit, _bfd_elf64_gc_record_vtentry,
_bfd_elf32_reloc_symbol_deleted_p,
_bfd_elf64_reloc_symbol_deleted_p): Delete.
(bfd_elf_link_record_dynamic_symbol,
bfd_elf_link_record_local_dynamic_symbol,
bfd_elf_final_link, bfd_elf_gc_sections,
bfd_elf_gc_record_vtinherit, bfd_elf_gc_record_vtentry,
bfd_elf_gc_common_finalize_got_offsets, bfd_elf_gc_common_final_link,
bfd_elf_reloc_symbol_deleted_p): Declare.
(WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
* elf32-arm.h: Update for changed function names. Remove local
WILL_CALL_FINISH_DYNAMIC_SECTION define.
* elf-hppa.h, elf-m10300.c, elf32-cris.c, elf32-d10v.c, elf32-dlx.c,
* elf32-fr30.c, elf32-frv.c, elf32-h8300.c, elf32-hppa.c, elf32-i386.c,
* elf32-iq2000.c, elf32-m32r.c, elf32-m68hc1x.c, elf32-m68k.c,
* elf32-mcore.c, elf32-openrisc.c, elf32-ppc.c, elf32-s390.c,
* elf32-sh.c, elf32-sparc.c, elf32-v850.c, elf32-vax.c,
* elf32-xstormy16.c, elf32-xtensa.c, elf64-alpha.c, elf64-hppa.c,
* elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c, elf64-sparc.c,
* elf64-x86-64.c, elfxx-ia64.c, elfxx-mips.c, elfxx-target.h: Likewise.
* elfxx-target.h (bfd_elfNN_bfd_final_link): Define.
(bfd_elfNN_print_symbol): Define.
* elfcode.h: Don't include elflink.h.
(elf_bfd_discard_info, elf_reloc_symbol_deleted_p,
elf_link_record_dynamic_symbol, elf_bfd_final_link, elf_gc_sections,
elf_gc_common_finalize_got_offsets, elf_gc_common_final_link,
elf_gc_record_vtinherit, elf_gc_record_vtentry,
elf_link_record_local_dynamic_symbol): Don't define.
* elflink.c: Update for changed function names. Move elflink.h
code here.
* elflink.h: Delete file.
* po/SRC-POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
doc/
* bfdint.texi: Remove all mention of elflink.h.
2004-03-27 18:58:09 +08:00
|
|
|
elf64-hppa.h elfcode.h elfcore.h \
|
2002-10-16 16:39:38 +08:00
|
|
|
freebsd.h genlink.h go32stub.h \
|
|
|
|
libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \
|
2002-11-06 21:26:29 +08:00
|
|
|
libnlm.h liboasys.h libpei.h libxcoff.h mach-o.h \
|
2002-10-16 16:39:38 +08:00
|
|
|
netbsd.h nlm-target.h nlmcode.h nlmswap.h ns32k.h \
|
2002-11-06 21:26:29 +08:00
|
|
|
pef.h pef-traceback.h peicode.h som.h version.h \
|
|
|
|
vms.h xcoff-target.h xsym.h
|
1999-05-03 15:29:11 +08:00
|
|
|
|
2001-03-24 02:05:30 +08:00
|
|
|
## ... and all .h files which are in the build tree.
|
|
|
|
BUILD_HFILES = \
|
2002-10-16 16:39:38 +08:00
|
|
|
bfdver.h elf32-target.h elf64-target.h targmatch.h
|
2001-03-24 02:05:30 +08:00
|
|
|
|
|
|
|
HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
|
|
|
|
|
|
|
|
SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
|
|
|
|
BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
2001-03-24 02:05:30 +08:00
|
|
|
po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
|
2003-08-14 15:03:00 +08:00
|
|
|
for file in $(SRC_POTFILES); do echo $$file; done \
|
|
|
|
| LC_COLLATE= sort > tmp.src \
|
2001-07-16 03:33:11 +08:00
|
|
|
&& mv tmp.src $(srcdir)/po/SRC-POTFILES.in
|
2001-03-24 02:05:30 +08:00
|
|
|
|
|
|
|
po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
|
2003-08-14 15:03:00 +08:00
|
|
|
for file in $(BLD_POTFILES); do echo $$file; done \
|
|
|
|
| LC_COLLATE= sort > tmp.bld \
|
2001-07-16 03:33:11 +08:00
|
|
|
&& mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
|
2001-03-24 02:05:30 +08:00
|
|
|
|
1999-05-03 15:29:11 +08:00
|
|
|
diststuff: info
|
|
|
|
|
|
|
|
# Various kinds of .o files to put in libbfd.a:
|
|
|
|
# BFD_BACKENDS Routines the configured targets need.
|
|
|
|
# BFD_MACHINES Architecture-specific routines the configured targets need.
|
|
|
|
# COREFILE Core file routines for a native configuration
|
|
|
|
OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@
|
|
|
|
|
|
|
|
stamp-ofiles: Makefile
|
|
|
|
rm -f tofiles
|
|
|
|
f=""; \
|
|
|
|
for i in $(OFILES) ; do \
|
|
|
|
case " $$f " in \
|
|
|
|
*" $$i "*) ;; \
|
|
|
|
*) f="$$f $$i" ;; \
|
|
|
|
esac ; \
|
|
|
|
done ; \
|
|
|
|
echo $$f > tofiles
|
|
|
|
$(SHELL) $(srcdir)/../move-if-change tofiles ofiles
|
|
|
|
touch stamp-ofiles
|
|
|
|
|
|
|
|
ofiles: stamp-ofiles ; @true
|
|
|
|
|
2001-12-06 06:46:21 +08:00
|
|
|
libbfd_la_SOURCES = $(BFD32_LIBS_CFILES) $(BFD64_LIBS_CFILES)
|
1999-05-03 15:29:11 +08:00
|
|
|
libbfd_la_DEPENDENCIES = $(OFILES) ofiles
|
|
|
|
libbfd_la_LIBADD = `cat ofiles` @WIN32LIBADD@
|
|
|
|
libbfd_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
|
|
|
|
|
|
|
|
# libtool will build .libs/libbfd.a. We create libbfd.a in the build
|
|
|
|
# directory so that we don't have to convert all the programs that use
|
|
|
|
# libbfd.a simultaneously. This is a hack which should be removed if
|
|
|
|
# everything else starts using libtool. FIXME.
|
|
|
|
|
|
|
|
noinst_LIBRARIES = libbfd.a
|
|
|
|
libbfd_a_SOURCES =
|
|
|
|
|
|
|
|
stamp-lib: libbfd.la
|
2000-02-28 01:08:06 +08:00
|
|
|
libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
|
|
|
|
if [ -f $$libtooldir/libbfd.a ]; then \
|
|
|
|
cp $$libtooldir/libbfd.a libbfd.tmp; \
|
2001-02-12 06:53:28 +08:00
|
|
|
$(RANLIB) libbfd.tmp; \
|
1999-05-03 15:29:11 +08:00
|
|
|
$(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
|
|
|
|
else true; fi
|
|
|
|
touch stamp-lib
|
|
|
|
|
|
|
|
libbfd.a: stamp-lib ; @true
|
|
|
|
|
|
|
|
# This file holds an array associating configuration triplets and
|
|
|
|
# vector names. It is built from config.bfd. It is not compiled by
|
|
|
|
# itself, but is included by targets.c.
|
|
|
|
targmatch.h: config.bfd targmatch.sed
|
|
|
|
rm -f targmatch.h
|
|
|
|
sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
|
|
|
|
mv -f targmatch.new targmatch.h
|
|
|
|
|
|
|
|
# When compiling archures.c and targets.c, supply the default target
|
|
|
|
# info from configure.
|
|
|
|
|
2002-10-29 06:30:29 +08:00
|
|
|
targets.lo: targets.c Makefile
|
1999-05-03 15:29:11 +08:00
|
|
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
|
|
|
|
|
2002-10-29 06:30:29 +08:00
|
|
|
archures.lo: archures.c Makefile
|
1999-05-03 15:29:11 +08:00
|
|
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
|
|
|
|
|
|
|
|
elf32-target.h : elfxx-target.h
|
|
|
|
rm -f elf32-target.h
|
|
|
|
sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
|
|
|
|
mv -f elf32-target.new elf32-target.h
|
|
|
|
|
|
|
|
elf64-target.h : elfxx-target.h
|
|
|
|
rm -f elf64-target.h
|
|
|
|
sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
|
|
|
|
mv -f elf64-target.new elf64-target.h
|
|
|
|
|
2000-11-07 08:43:26 +08:00
|
|
|
elf32-ia64.c : elfxx-ia64.c
|
|
|
|
rm -f elf32-ia64.c
|
|
|
|
sed -e s/NN/32/g < $(srcdir)/elfxx-ia64.c > elf32-ia64.new
|
|
|
|
mv -f elf32-ia64.new elf32-ia64.c
|
|
|
|
|
|
|
|
elf64-ia64.c : elfxx-ia64.c
|
|
|
|
rm -f elf64-ia64.c
|
|
|
|
sed -e s/NN/64/g < $(srcdir)/elfxx-ia64.c > elf64-ia64.new
|
|
|
|
mv -f elf64-ia64.new elf64-ia64.c
|
|
|
|
|
2001-02-15 03:18:53 +08:00
|
|
|
peigen.c : peXXigen.c
|
|
|
|
rm -f peigen.c
|
|
|
|
sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
|
|
|
|
mv -f peigen.new peigen.c
|
|
|
|
|
|
|
|
pepigen.c : peXXigen.c
|
|
|
|
rm -f pepigen.c
|
|
|
|
sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
|
|
|
|
mv -f pepigen.new pepigen.c
|
|
|
|
|
2001-10-04 13:40:43 +08:00
|
|
|
BFD_H_DEPS= $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
|
1999-05-03 15:29:11 +08:00
|
|
|
LOCAL_H_DEPS= libbfd.h sysdep.h config.h
|
2001-12-06 06:46:21 +08:00
|
|
|
$(BFD32_LIBS) \
|
|
|
|
$(BFD64_LIBS) \
|
2001-10-04 13:40:43 +08:00
|
|
|
$(ALL_MACHINES) \
|
|
|
|
$(BFD32_BACKENDS) \
|
|
|
|
$(BFD64_BACKENDS) \
|
|
|
|
$(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
2002-05-17 18:34:03 +08:00
|
|
|
install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libbfd
|
1999-05-03 15:29:11 +08:00
|
|
|
@$(NORMAL_INSTALL)
|
2002-05-17 18:34:03 +08:00
|
|
|
|
|
|
|
uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libbfd
|
|
|
|
@$(NORMAL_UNINSTALL)
|
|
|
|
|
|
|
|
.PHONY: install_libbfd uninstall_libbfd
|
|
|
|
install_libbfd: $(bfdlib_LTLIBRARIES) $(BFD_H)
|
|
|
|
$(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
|
|
|
|
$(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
|
|
|
|
@list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
|
|
|
|
if test -f $$p; then \
|
|
|
|
echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
|
|
|
|
$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
|
|
|
|
else :; fi; \
|
|
|
|
done
|
|
|
|
$(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(bfdincludedir)/bfd.h
|
|
|
|
$(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(bfdincludedir)/ansidecl.h
|
|
|
|
$(INSTALL_DATA) $(INCDIR)/symcat.h $(DESTDIR)$(bfdincludedir)/symcat.h
|
|
|
|
$(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(bfdincludedir)/bfdlink.h
|
|
|
|
|
|
|
|
uninstall_libbfd:
|
|
|
|
list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
|
|
|
|
$(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
|
|
|
|
done
|
|
|
|
rm -f $(DESTDIR)$(bfdincludedir)/bfd.h
|
|
|
|
rm -f $(DESTDIR)$(bfdincludedir)/ansidecl.h
|
|
|
|
rm -f $(DESTDIR)$(bfdincludedir)/symcat.h
|
|
|
|
rm -f $(DESTDIR)$(bfdincludedir)/bfdlink.h
|
2001-01-22 17:41:40 +08:00
|
|
|
|
1999-08-09 01:26:50 +08:00
|
|
|
# Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
|
|
|
|
DEP: dep.sed $(CFILES) $(HFILES) bfd.h
|
|
|
|
rm -f DEP1
|
2000-04-04 18:53:56 +08:00
|
|
|
$(MAKE) MKDEP="$(MKDEP)" DEP1
|
2000-07-01 09:41:09 +08:00
|
|
|
sed -f dep.sed < DEP1 > DEPA
|
|
|
|
echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
|
|
|
|
if grep ' /' DEPA > /dev/null 2> /dev/null; then \
|
2000-06-22 21:01:43 +08:00
|
|
|
echo 'make DEP failed!'; exit 1; \
|
|
|
|
else \
|
2000-07-01 09:41:09 +08:00
|
|
|
mv -f DEPA $@; \
|
2000-06-22 21:01:43 +08:00
|
|
|
fi
|
2000-04-04 18:53:56 +08:00
|
|
|
|
1999-08-09 01:26:50 +08:00
|
|
|
DEP1: $(CFILES)
|
|
|
|
echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
|
2000-04-04 18:53:56 +08:00
|
|
|
echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
|
|
|
|
$(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
|
|
|
|
mv -f DEP2 $@
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
dep.sed: dep-in.sed config.status
|
|
|
|
sed <$(srcdir)/dep-in.sed >dep.sed \
|
|
|
|
-e 's!@BFD_H@!$(BFD_H)!' \
|
2002-04-04 22:04:39 +08:00
|
|
|
-e 's!@SRCDIR@!$(srcdir)!' \
|
|
|
|
-e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/bfd$$,,`'!'
|
1999-05-03 15:29:11 +08:00
|
|
|
|
1999-08-09 01:26:50 +08:00
|
|
|
dep: DEP
|
1999-05-03 15:29:11 +08:00
|
|
|
sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
|
1999-08-09 01:26:50 +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:26:50 +08:00
|
|
|
dep-in: DEP
|
1999-05-03 15:29:11 +08:00
|
|
|
sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
|
1999-08-09 01:26:50 +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:26:50 +08:00
|
|
|
dep-am: DEP
|
1999-05-03 15:29:11 +08:00
|
|
|
sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
|
1999-08-09 01:26:50 +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
|
|
|
|
|
|
|
|
host-aout.lo: Makefile
|
|
|
|
|
|
|
|
# The following program can be used to generate a simple config file
|
|
|
|
# which can be folded into an h-XXX file for a new host, with some editing.
|
|
|
|
aout-params.h: gen-aout
|
|
|
|
./gen-aout host > aout-params.h
|
|
|
|
gen-aout: $(srcdir)/gen-aout.c Makefile
|
|
|
|
$(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
|
|
|
|
|
|
|
|
$(BFD_H): stmp-bfd-h ; @true
|
|
|
|
|
|
|
|
stmp-bfd-h: bfd-in3.h
|
|
|
|
rm -f bfd-tmp.h
|
|
|
|
cp bfd-in3.h bfd-tmp.h
|
|
|
|
$(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
|
|
|
|
rm -f bfd-tmp.h
|
|
|
|
touch stmp-bfd-h
|
|
|
|
|
|
|
|
BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
|
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
(BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
(BFD_H_FILES): Add bfdwin.c, bfdio.c.
(LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
Add dependencies for bfdwin.c, bfdio.c.
* bfd.c: Remove bfd_get_mtime, bfd_get_size.
* libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
bfd_tell, bfd_flush, bfd_stat, bfd_seek.
* bfdio.c: New file. Contains real_read, bfd_bread, bfd_write,
bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
bfd_get_size (moved from libbfd.c and bfd.c).
* bfdwin.c New file. Contains _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
libbfd.c and bfd.c).
* po/SRC-POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* aclocal.m4: Regenerate.
* Makefile.in: Regenerate.
* configure: Regenerate.
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (DOCFILES): Add bfdwin.texi, bfdio.texi.
(PROTOS): Add bfdio.p, bfdwin.p.
(SRCDOC): Add bfdio.c, bfdwin.c.
(SRCPROT): Add bfdio.c, bfdwin.c.
(SRCIPROT): Add bfdio.c, bfdwin.c.
(LIBBFD_H_DEP): Add bfdio.c, bfdwin.c.
(BFD_H_DEP): Add bfdio.c, bfdwin.c.
Add rules for bfdio.texi, bfdwin.text.
* bfd.texinfo: Include bfdio.texi.
2002-11-19 00:37:54 +08:00
|
|
|
reloc.c syms.c bfd.c bfdio.c bfdwin.c \
|
|
|
|
archive.c corefile.c targets.c format.c
|
2001-12-06 06:46:21 +08:00
|
|
|
BFD64_H_FILES = archive64.c
|
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
(BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
(BFD_H_FILES): Add bfdwin.c, bfdio.c.
(LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
Add dependencies for bfdwin.c, bfdio.c.
* bfd.c: Remove bfd_get_mtime, bfd_get_size.
* libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
bfd_tell, bfd_flush, bfd_stat, bfd_seek.
* bfdio.c: New file. Contains real_read, bfd_bread, bfd_write,
bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
bfd_get_size (moved from libbfd.c and bfd.c).
* bfdwin.c New file. Contains _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
libbfd.c and bfd.c).
* po/SRC-POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* aclocal.m4: Regenerate.
* Makefile.in: Regenerate.
* configure: Regenerate.
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (DOCFILES): Add bfdwin.texi, bfdio.texi.
(PROTOS): Add bfdio.p, bfdwin.p.
(SRCDOC): Add bfdio.c, bfdwin.c.
(SRCPROT): Add bfdio.c, bfdwin.c.
(SRCIPROT): Add bfdio.c, bfdwin.c.
(LIBBFD_H_DEP): Add bfdio.c, bfdwin.c.
(BFD_H_DEP): Add bfdio.c, bfdwin.c.
Add rules for bfdio.texi, bfdwin.text.
* bfd.texinfo: Include bfdio.texi.
2002-11-19 00:37:54 +08:00
|
|
|
LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c bfdio.c bfdwin.c \
|
|
|
|
cache.c reloc.c archures.c elf.c
|
1999-05-03 15:29:11 +08:00
|
|
|
LIBCOFF_H_FILES = libcoff-in.h coffcode.h
|
|
|
|
|
|
|
|
# Could really use a "copy-if-change"...
|
|
|
|
headers:
|
|
|
|
(cd $(docdir); $(MAKE) protos $(FLAGS_TO_PASS))
|
|
|
|
cp $(docdir)/bfd.h bfd-in2.h-new
|
|
|
|
$(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
|
|
|
|
cp $(docdir)/libbfd.h libbfd.h-new
|
|
|
|
$(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
|
|
|
|
cp $(docdir)/libcoff.h libcoff.h-new
|
|
|
|
$(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
|
|
|
|
|
|
|
|
# We only rebuild the header files automatically if we have been
|
|
|
|
# configured with --enable-maintainer-mode.
|
|
|
|
|
|
|
|
$(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
|
2001-12-06 06:46:21 +08:00
|
|
|
stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
|
1999-05-03 15:29:11 +08:00
|
|
|
(cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
|
|
|
|
cp $(docdir)/bfd.h bfd-in2.h-new
|
|
|
|
$(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
|
|
|
|
touch stmp-bin2-h
|
|
|
|
|
|
|
|
$(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
|
|
|
|
stmp-lbfd-h: $(LIBBFD_H_FILES)
|
|
|
|
(cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
|
|
|
|
cp $(docdir)/libbfd.h libbfd.h-new
|
|
|
|
$(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
|
|
|
|
touch stmp-lbfd-h
|
|
|
|
|
|
|
|
$(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
|
|
|
|
stmp-lcoff-h: $(LIBCOFF_H_FILES)
|
|
|
|
(cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
|
|
|
|
cp $(docdir)/libcoff.h libcoff.h-new
|
|
|
|
$(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
|
|
|
|
touch stmp-lcoff-h
|
|
|
|
|
2001-03-24 02:05:30 +08:00
|
|
|
MOSTLYCLEANFILES = ofiles stamp-ofiles
|
1999-05-03 15:29:11 +08:00
|
|
|
|
2000-07-01 09:41:09 +08:00
|
|
|
CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
|
1999-05-03 15:29:11 +08:00
|
|
|
stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
|
|
|
|
|
2001-03-24 02:05:30 +08:00
|
|
|
DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES)
|
|
|
|
|
2004-05-28 05:22:49 +08:00
|
|
|
bfdver.h: $(srcdir)/version.h $(srcdir)/Makefile.in
|
2004-05-23 08:06:49 +08:00
|
|
|
@echo "creating $@"
|
|
|
|
@bfd_version=`echo "$(VERSION)" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
|
|
|
|
bfd_version_string="\"$(VERSION)\"" ;\
|
|
|
|
if test "x$(RELEASE)" = x ; then \
|
2004-05-28 05:22:49 +08:00
|
|
|
bfd_version_date=`sed -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
|
2004-05-23 08:06:49 +08:00
|
|
|
bfd_version_string="\"$(VERSION) $${bfd_version_date}\"" ;\
|
|
|
|
fi ;\
|
2004-05-28 05:22:49 +08:00
|
|
|
sed -e "s/@bfd_version@/$$bfd_version/" -e "s/@bfd_version_string@/$$bfd_version_string/" < $(srcdir)/version.h > $@
|
2004-05-23 08:06:49 +08:00
|
|
|
|
1999-05-03 15:29:11 +08:00
|
|
|
# What appears below is generated by a hacked mkdep using gcc -MM.
|
|
|
|
|
|
|
|
# DO NOT DELETE THIS LINE -- mkdep uses it.
|
|
|
|
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
|
2001-10-04 13:40:43 +08:00
|
|
|
archive.lo: archive.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h \
|
|
|
|
$(INCDIR)/aout/ranlib.h $(INCDIR)/safe-ctype.h
|
|
|
|
archures.lo: archures.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
|
2002-10-14 20:06:04 +08:00
|
|
|
bfd.lo: bfd.c bfdver.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
|
2001-10-04 13:40:43 +08:00
|
|
|
$(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/sym.h libcoff.h libecoff.h $(INCDIR)/coff/ecoff.h \
|
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h
|
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
(BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
(BFD_H_FILES): Add bfdwin.c, bfdio.c.
(LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
Add dependencies for bfdwin.c, bfdio.c.
* bfd.c: Remove bfd_get_mtime, bfd_get_size.
* libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
bfd_tell, bfd_flush, bfd_stat, bfd_seek.
* bfdio.c: New file. Contains real_read, bfd_bread, bfd_write,
bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
bfd_get_size (moved from libbfd.c and bfd.c).
* bfdwin.c New file. Contains _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
libbfd.c and bfd.c).
* po/SRC-POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* aclocal.m4: Regenerate.
* Makefile.in: Regenerate.
* configure: Regenerate.
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (DOCFILES): Add bfdwin.texi, bfdio.texi.
(PROTOS): Add bfdio.p, bfdwin.p.
(SRCDOC): Add bfdio.c, bfdwin.c.
(SRCPROT): Add bfdio.c, bfdwin.c.
(SRCIPROT): Add bfdio.c, bfdwin.c.
(LIBBFD_H_DEP): Add bfdio.c, bfdwin.c.
(BFD_H_DEP): Add bfdio.c, bfdwin.c.
Add rules for bfdio.texi, bfdwin.text.
* bfd.texinfo: Include bfdio.texi.
2002-11-19 00:37:54 +08:00
|
|
|
bfdio.lo: bfdio.c $(INCDIR)/filenames.h
|
|
|
|
bfdwin.lo: bfdwin.c $(INCDIR)/filenames.h
|
2001-10-04 13:40:43 +08:00
|
|
|
cache.lo: cache.c $(INCDIR)/filenames.h
|
|
|
|
coffgen.lo: coffgen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
|
|
|
|
libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
corefile.lo: corefile.c $(INCDIR)/filenames.h
|
|
|
|
format.lo: format.c $(INCDIR)/filenames.h
|
|
|
|
init.lo: init.c $(INCDIR)/filenames.h
|
|
|
|
libbfd.lo: libbfd.c $(INCDIR)/filenames.h
|
2003-02-25 11:44:46 +08:00
|
|
|
opncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h \
|
|
|
|
$(INCDIR)/libiberty.h
|
2001-10-04 13:40:43 +08:00
|
|
|
reloc.lo: reloc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
|
|
|
|
section.lo: section.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
|
|
|
|
syms.lo: syms.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
|
|
|
|
targets.lo: targets.c $(INCDIR)/filenames.h $(INCDIR)/fnmatch.h \
|
|
|
|
targmatch.h
|
2004-07-05 21:35:44 +08:00
|
|
|
hash.lo: hash.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h \
|
|
|
|
$(INCDIR)/libiberty.h
|
2001-10-04 13:40:43 +08:00
|
|
|
linker.lo: linker.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
genlink.h
|
|
|
|
srec.lo: srec.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
|
2001-09-21 10:12:29 +08:00
|
|
|
$(INCDIR)/safe-ctype.h
|
2002-01-22 16:58:00 +08:00
|
|
|
binary.lo: binary.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
|
2001-10-04 13:40:43 +08:00
|
|
|
tekhex.lo: tekhex.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
|
|
|
|
ihex.lo: ihex.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
|
2001-10-02 13:58:41 +08:00
|
|
|
$(INCDIR)/safe-ctype.h
|
2001-10-04 13:40:43 +08:00
|
|
|
stabs.lo: stabs.c $(INCDIR)/filenames.h $(INCDIR)/aout/stab_gnu.h \
|
|
|
|
$(INCDIR)/aout/stab.def $(INCDIR)/safe-ctype.h
|
|
|
|
stab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
|
2002-06-08 16:45:03 +08:00
|
|
|
merge.lo: merge.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/libiberty.h
|
2001-10-04 13:40:43 +08:00
|
|
|
dwarf2.lo: dwarf2.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
|
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf2.h
|
2002-10-14 20:06:04 +08:00
|
|
|
simple.lo: simple.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
|
2002-01-22 16:58:00 +08:00
|
|
|
archive64.lo: archive64.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h
|
2001-10-04 13:40:43 +08:00
|
|
|
cpu-a29k.lo: cpu-a29k.c $(INCDIR)/filenames.h
|
|
|
|
cpu-alpha.lo: cpu-alpha.c $(INCDIR)/filenames.h
|
|
|
|
cpu-arc.lo: cpu-arc.c $(INCDIR)/filenames.h
|
2003-06-11 07:44:42 +08:00
|
|
|
cpu-arm.lo: cpu-arm.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
|
2001-10-04 13:40:43 +08:00
|
|
|
cpu-avr.lo: cpu-avr.c $(INCDIR)/filenames.h
|
|
|
|
cpu-cris.lo: cpu-cris.c $(INCDIR)/filenames.h
|
2004-05-28 20:32:10 +08:00
|
|
|
cpu-cr16c.lo: cpu-cr16c.c $(INCDIR)/filenames.h
|
2004-07-08 01:28:53 +08:00
|
|
|
cpu-crx.lo: cpu-crx.c $(INCDIR)/filenames.h
|
2001-10-04 13:40:43 +08:00
|
|
|
cpu-d10v.lo: cpu-d10v.c $(INCDIR)/filenames.h
|
|
|
|
cpu-d30v.lo: cpu-d30v.c $(INCDIR)/filenames.h
|
2002-05-31 10:59:47 +08:00
|
|
|
cpu-dlx.lo: cpu-dlx.c $(INCDIR)/filenames.h
|
2001-10-04 13:40:43 +08:00
|
|
|
cpu-fr30.lo: cpu-fr30.c $(INCDIR)/filenames.h
|
2002-06-19 05:10:55 +08:00
|
|
|
cpu-frv.lo: cpu-frv.c $(INCDIR)/filenames.h
|
2001-10-04 13:40:43 +08:00
|
|
|
cpu-h8300.lo: cpu-h8300.c $(INCDIR)/filenames.h
|
|
|
|
cpu-h8500.lo: cpu-h8500.c $(INCDIR)/filenames.h
|
|
|
|
cpu-hppa.lo: cpu-hppa.c $(INCDIR)/filenames.h
|
|
|
|
cpu-ia64.lo: cpu-ia64.c $(INCDIR)/filenames.h cpu-ia64-opc.c \
|
|
|
|
$(srcdir)/../opcodes/ia64-opc.h $(INCDIR)/opcode/ia64.h
|
|
|
|
cpu-i370.lo: cpu-i370.c $(INCDIR)/filenames.h
|
|
|
|
cpu-i386.lo: cpu-i386.c $(INCDIR)/filenames.h
|
|
|
|
cpu-i860.lo: cpu-i860.c $(INCDIR)/filenames.h
|
|
|
|
cpu-i960.lo: cpu-i960.c $(INCDIR)/filenames.h
|
2002-07-17 22:15:52 +08:00
|
|
|
cpu-ip2k.lo: cpu-ip2k.c $(INCDIR)/filenames.h
|
2003-01-04 05:12:28 +08:00
|
|
|
cpu-iq2000.lo: cpu-iq2000.c $(INCDIR)/filenames.h
|
2001-10-04 13:40:43 +08:00
|
|
|
cpu-m32r.lo: cpu-m32r.c $(INCDIR)/filenames.h
|
|
|
|
cpu-m68hc11.lo: cpu-m68hc11.c $(INCDIR)/filenames.h
|
|
|
|
cpu-m68hc12.lo: cpu-m68hc12.c $(INCDIR)/filenames.h
|
|
|
|
cpu-m68k.lo: cpu-m68k.c $(INCDIR)/filenames.h
|
|
|
|
cpu-m88k.lo: cpu-m88k.c $(INCDIR)/filenames.h
|
|
|
|
cpu-m10200.lo: cpu-m10200.c $(INCDIR)/filenames.h
|
|
|
|
cpu-m10300.lo: cpu-m10300.c $(INCDIR)/filenames.h
|
|
|
|
cpu-mcore.lo: cpu-mcore.c $(INCDIR)/filenames.h
|
|
|
|
cpu-mips.lo: cpu-mips.c $(INCDIR)/filenames.h
|
2001-10-30 23:20:14 +08:00
|
|
|
cpu-mmix.lo: cpu-mmix.c $(INCDIR)/filenames.h
|
2002-12-31 03:25:13 +08:00
|
|
|
cpu-msp430.lo: cpu-msp430.c $(INCDIR)/filenames.h
|
2002-02-01 11:26:35 +08:00
|
|
|
cpu-or32.lo: cpu-or32.c $(INCDIR)/filenames.h
|
2001-10-04 13:40:43 +08:00
|
|
|
cpu-ns32k.lo: cpu-ns32k.c $(INCDIR)/filenames.h ns32k.h
|
|
|
|
cpu-openrisc.lo: cpu-openrisc.c $(INCDIR)/filenames.h
|
|
|
|
cpu-pdp11.lo: cpu-pdp11.c $(INCDIR)/filenames.h
|
|
|
|
cpu-pj.lo: cpu-pj.c $(INCDIR)/filenames.h
|
|
|
|
cpu-powerpc.lo: cpu-powerpc.c $(INCDIR)/filenames.h
|
|
|
|
cpu-rs6000.lo: cpu-rs6000.c $(INCDIR)/filenames.h
|
|
|
|
cpu-s390.lo: cpu-s390.c $(INCDIR)/filenames.h
|
2004-05-28 20:32:10 +08:00
|
|
|
cpu-sh.lo: cpu-sh.c $(INCDIR)/filenames.h $(srcdir)/../opcodes/sh-opc.h
|
2001-10-04 13:40:43 +08:00
|
|
|
cpu-sparc.lo: cpu-sparc.c $(INCDIR)/filenames.h
|
|
|
|
cpu-tic30.lo: cpu-tic30.c $(INCDIR)/filenames.h
|
2002-08-28 18:38:51 +08:00
|
|
|
cpu-tic4x.lo: cpu-tic4x.c $(INCDIR)/filenames.h
|
2001-10-04 13:40:43 +08:00
|
|
|
cpu-tic54x.lo: cpu-tic54x.c $(INCDIR)/filenames.h
|
|
|
|
cpu-tic80.lo: cpu-tic80.c $(INCDIR)/filenames.h
|
|
|
|
cpu-v850.lo: cpu-v850.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
|
|
|
|
cpu-vax.lo: cpu-vax.c $(INCDIR)/filenames.h
|
|
|
|
cpu-we32k.lo: cpu-we32k.c $(INCDIR)/filenames.h
|
|
|
|
cpu-w65.lo: cpu-w65.c $(INCDIR)/filenames.h
|
2001-12-08 11:46:03 +08:00
|
|
|
cpu-xstormy16.lo: cpu-xstormy16.c $(INCDIR)/filenames.h
|
2003-04-01 23:50:31 +08:00
|
|
|
cpu-xtensa.lo: cpu-xtensa.c $(INCDIR)/filenames.h
|
2001-10-04 13:40:43 +08:00
|
|
|
cpu-z8k.lo: cpu-z8k.c $(INCDIR)/filenames.h
|
|
|
|
aout-adobe.lo: aout-adobe.c $(INCDIR)/filenames.h $(INCDIR)/aout/adobe.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
aout-arm.lo: aout-arm.c $(INCDIR)/filenames.h libaout.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aoutx.h \
|
2001-09-21 10:12:29 +08:00
|
|
|
$(INCDIR)/safe-ctype.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
|
2001-10-02 13:58:41 +08:00
|
|
|
$(INCDIR)/aout/ar.h aout-target.h
|
2001-10-04 13:40:43 +08:00
|
|
|
aout-cris.lo: aout-cris.c aout32.c aoutx.h $(INCDIR)/filenames.h \
|
2001-10-02 13:58:41 +08:00
|
|
|
$(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h libaout.h \
|
|
|
|
$(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
|
2001-10-04 13:40:43 +08:00
|
|
|
$(INCDIR)/aout/ar.h aout-target.h
|
|
|
|
aout-ns32k.lo: aout-ns32k.c $(INCDIR)/aout/aout64.h \
|
|
|
|
ns32k.h libaout.h $(INCDIR)/bfdlink.h aoutx.h $(INCDIR)/filenames.h \
|
|
|
|
$(INCDIR)/safe-ctype.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
|
2001-10-02 13:58:41 +08:00
|
|
|
$(INCDIR)/aout/ar.h
|
2001-10-04 13:40:43 +08:00
|
|
|
aout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \
|
|
|
|
libaout.h aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
|
|
|
|
$(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
|
|
|
|
$(INCDIR)/aout/ar.h aout-target.h
|
|
|
|
aout-tic30.lo: aout-tic30.c $(INCDIR)/filenames.h libaout.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
|
|
|
|
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aoutx.h \
|
|
|
|
$(INCDIR)/safe-ctype.h
|
|
|
|
aout0.lo: aout0.c aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
|
|
|
|
libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
|
|
|
|
aout-target.h
|
|
|
|
aout32.lo: aout32.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
|
|
|
|
$(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
|
|
|
armnetbsd.lo: armnetbsd.c netbsd.h $(INCDIR)/filenames.h \
|
|
|
|
libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
|
|
|
bout.lo: bout.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
genlink.h $(INCDIR)/bout.h $(INCDIR)/aout/stab_gnu.h \
|
2000-05-26 22:14:21 +08:00
|
|
|
$(INCDIR)/aout/stab.def libaout.h
|
2001-10-04 13:40:43 +08:00
|
|
|
cf-i386lynx.lo: cf-i386lynx.c $(INCDIR)/filenames.h \
|
2001-07-24 18:02:00 +08:00
|
|
|
coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
|
|
|
|
$(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
coffcode.h coffswap.h
|
2001-10-04 13:40:43 +08:00
|
|
|
cf-m68klynx.lo: cf-m68klynx.c coff-m68k.c $(INCDIR)/filenames.h \
|
|
|
|
$(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
2001-07-24 18:02:00 +08:00
|
|
|
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
|
2001-10-04 13:40:43 +08:00
|
|
|
cf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/filenames.h \
|
|
|
|
$(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
2001-07-24 18:02:00 +08:00
|
|
|
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
|
2001-10-04 13:40:43 +08:00
|
|
|
coff-a29k.lo: coff-a29k.c $(INCDIR)/filenames.h $(INCDIR)/coff/a29k.h \
|
|
|
|
$(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
2000-05-26 22:14:21 +08:00
|
|
|
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
|
2001-10-04 13:40:43 +08:00
|
|
|
coff-apollo.lo: coff-apollo.c $(INCDIR)/filenames.h \
|
|
|
|
$(INCDIR)/coff/apollo.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
2001-07-24 18:02:00 +08:00
|
|
|
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
|
2001-10-04 13:40:43 +08:00
|
|
|
coff-arm.lo: coff-arm.c $(INCDIR)/filenames.h $(INCDIR)/coff/arm.h \
|
2001-07-24 18:02:00 +08:00
|
|
|
$(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
2001-10-04 13:40:43 +08:00
|
|
|
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
|
|
|
|
coff-aux.lo: coff-aux.c $(INCDIR)/filenames.h $(INCDIR)/coff/aux-coff.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
|
|
|
|
coff-m68k.c libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
|
|
|
|
coffswap.h
|
|
|
|
coff-h8300.lo: coff-h8300.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
genlink.h $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h \
|
2003-01-16 12:09:37 +08:00
|
|
|
$(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/libiberty.h \
|
|
|
|
coffcode.h coffswap.h
|
2001-10-04 13:40:43 +08:00
|
|
|
coff-h8500.lo: coff-h8500.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/coff/h8500.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
|
|
|
libcoff.h coffcode.h coffswap.h
|
|
|
|
coff-i386.lo: coff-i386.c $(INCDIR)/filenames.h $(INCDIR)/coff/i386.h \
|
|
|
|
$(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
2001-07-24 18:02:00 +08:00
|
|
|
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
|
2001-10-04 13:40:43 +08:00
|
|
|
coff-i860.lo: coff-i860.c $(INCDIR)/filenames.h $(INCDIR)/coff/i860.h \
|
|
|
|
$(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
|
|
|
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
|
|
|
|
coff-go32.lo: coff-go32.c coff-i386.c $(INCDIR)/filenames.h \
|
|
|
|
$(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
2001-10-02 13:58:41 +08:00
|
|
|
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
|
2001-10-04 13:40:43 +08:00
|
|
|
coff-i960.lo: coff-i960.c $(INCDIR)/filenames.h $(INCDIR)/coff/i960.h \
|
2000-05-26 22:14:21 +08:00
|
|
|
$(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
|
1999-05-03 15:29:11 +08:00
|
|
|
coffcode.h coffswap.h
|
2001-10-04 13:40:43 +08:00
|
|
|
coff-m68k.lo: coff-m68k.c $(INCDIR)/filenames.h $(INCDIR)/coff/m68k.h \
|
|
|
|
$(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
2001-07-24 18:02:00 +08:00
|
|
|
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
|
2001-10-04 13:40:43 +08:00
|
|
|
coff-m88k.lo: coff-m88k.c $(INCDIR)/filenames.h $(INCDIR)/coff/m88k.h \
|
|
|
|
$(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
2001-07-24 18:02:00 +08:00
|
|
|
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
|
2001-10-04 13:40:43 +08:00
|
|
|
coff-mips.lo: coff-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
|
|
|
|
$(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
|
|
|
|
libcoff.h libecoff.h coffswap.h ecoffswap.h
|
2002-02-01 11:26:35 +08:00
|
|
|
coff-or32.lo: coff-or32.c $(INCDIR)/filenames.h $(INCDIR)/coff/or32.h \
|
|
|
|
$(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
coffcode.h coffswap.h
|
2001-10-04 13:40:43 +08:00
|
|
|
coff-rs6000.lo: coff-rs6000.c $(INCDIR)/filenames.h \
|
2001-05-25 04:50:50 +08:00
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \
|
2001-07-24 18:02:00 +08:00
|
|
|
$(INCDIR)/coff/rs6000.h libcoff.h libxcoff.h coffcode.h \
|
|
|
|
coffswap.h
|
2001-10-04 13:40:43 +08:00
|
|
|
coff-sh.lo: coff-sh.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
|
|
|
|
$(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
|
|
|
|
coff-sparc.lo: coff-sparc.c $(INCDIR)/filenames.h $(INCDIR)/coff/sparc.h \
|
2001-07-24 18:02:00 +08:00
|
|
|
$(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
2001-10-02 13:58:41 +08:00
|
|
|
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
|
2001-10-04 13:40:43 +08:00
|
|
|
coff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/filenames.h \
|
|
|
|
$(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/go32exe.h libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
coffcode.h coffswap.h go32stub.h
|
|
|
|
coff-svm68k.lo: coff-svm68k.c coff-m68k.c $(INCDIR)/filenames.h \
|
|
|
|
$(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
|
|
|
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
|
|
|
|
coff-tic30.lo: coff-tic30.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
|
|
|
libcoff.h coffcode.h coffswap.h
|
2002-08-30 16:11:44 +08:00
|
|
|
coff-tic4x.lo: coff-tic4x.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h $(INCDIR)/coff/internal.h \
|
|
|
|
libcoff.h coffcode.h coffswap.h
|
2001-10-04 13:40:43 +08:00
|
|
|
coff-tic54x.lo: coff-tic54x.c $(INCDIR)/filenames.h \
|
2000-05-26 22:14:21 +08:00
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h \
|
1999-05-03 15:29:11 +08:00
|
|
|
$(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
|
2001-10-04 13:40:43 +08:00
|
|
|
coff-tic80.lo: coff-tic80.c $(INCDIR)/bfdlink.h $(INCDIR)/filenames.h \
|
|
|
|
$(INCDIR)/coff/tic80.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
|
|
|
libcoff.h coffcode.h coffswap.h
|
|
|
|
coff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/filenames.h \
|
|
|
|
$(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
2001-07-24 18:02:00 +08:00
|
|
|
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
|
2001-10-04 13:40:43 +08:00
|
|
|
coff-we32k.lo: coff-we32k.c $(INCDIR)/filenames.h $(INCDIR)/coff/we32k.h \
|
2001-07-24 18:02:00 +08:00
|
|
|
$(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
2001-10-04 13:40:43 +08:00
|
|
|
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
|
|
|
|
coff-w65.lo: coff-w65.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/coff/w65.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
|
|
|
libcoff.h coffcode.h coffswap.h
|
|
|
|
coff-z8k.lo: coff-z8k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
|
|
|
libcoff.h coffcode.h coffswap.h
|
|
|
|
cofflink.lo: cofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
2003-10-10 23:29:50 +08:00
|
|
|
$(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/safe-ctype.h
|
2001-10-04 13:40:43 +08:00
|
|
|
dwarf1.lo: dwarf1.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
2001-10-04 13:40:43 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf.h
|
|
|
|
ecoff.lo: ecoff.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h $(INCDIR)/aout/stab_gnu.h \
|
|
|
|
$(INCDIR)/aout/stab.def libaout.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
|
|
|
|
$(INCDIR)/coff/ecoff.h libcoff.h libecoff.h
|
|
|
|
ecofflink.lo: ecofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/objalloc.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
|
|
|
|
$(INCDIR)/coff/ecoff.h libcoff.h libecoff.h
|
|
|
|
efi-app-ia32.lo: efi-app-ia32.c $(INCDIR)/filenames.h \
|
|
|
|
coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
|
|
|
|
elf.lo: elf.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
2002-01-22 16:58:00 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/libiberty.h
|
2003-07-10 15:48:46 +08:00
|
|
|
elf32-am33lin.lo: elf32-am33lin.c elf-m10300.c $(INCDIR)/filenames.h \
|
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h \
|
|
|
|
$(INCDIR)/elf/reloc-macros.h elf32-target.h
|
2001-10-04 13:40:43 +08:00
|
|
|
elf32-arc.lo: elf32-arc.c $(INCDIR)/filenames.h elf-bfd.h \
|
2000-05-26 22:14:21 +08:00
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
2001-10-04 13:40:43 +08:00
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
$(INCDIR)/libiberty.h elf32-target.h
|
|
|
|
elfarm-oabi.lo: elfarm-oabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
$(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
|
|
|
elf32-arm.h elf32-target.h
|
2001-10-02 13:58:41 +08:00
|
|
|
elfarm-nabi.lo: elfarm-nabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
|
2001-10-04 13:40:43 +08:00
|
|
|
$(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
* Makefile.am: Remove entries for elf32-qnx.[ch].
* Makefile.in: Regenerate.
* config.bfd: Change arm-nto to use bfd_elf32_{big|little}arm_vec,
ppc-nto to use bfd_elf32_powerpc{le}_vec, sh-nto to use
bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
* configure.in: Remove support for bfd_elf32_sh{l}qnx_vec,
bfd_elf32_powerpc{le}qnx_vec, bfd_elf32_{big|little}armqnx_vec,
and bfd_elf32_i386qnx_vec, and removed elf32-qnx.lo from other targets.
bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
* configure: Regenerate.
* elf32-qnx.c: Remove.
* elf32-qnx.h: Remove.
* elf.c: Remove calls to QNX specific set_nonloadable_filepos,
is_contained_by_filepos, and copy_private_bfd_data_p.
* elf32-i386.c: Remove QNX extended bfd support.
* elf32-ppc.c: Remove QNX extended bfd support.
* elf32-sh.c: Remove QNX extended bfd support.
* elfarm-nabi.c: Remove QNX extended bfd support.
* targets.c: Remove qnx vectors.
* elfxx-target.h (elf_backend_set_nonloadable_filepos): Remove
(elf_backend_is_contained_by_filepos): Remove.
(elf_backend_copy_private_bfd_data_p): Remove.
* po/SRC-POTFILES.in: Regenerate.
2002-11-06 19:38:35 +08:00
|
|
|
elf32-arm.h elf32-target.h
|
2001-10-04 13:40:43 +08:00
|
|
|
elf32-avr.lo: elf32-avr.c $(INCDIR)/filenames.h elf-bfd.h \
|
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/elf/avr.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
elf32-target.h
|
2004-05-28 20:32:10 +08:00
|
|
|
elf32-cr16c.lo: elf32-cr16c.c $(INCDIR)/filenames.h \
|
2004-03-30 22:04:32 +08:00
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/elf/cr16c.h $(INCDIR)/elf/reloc-macros.h \
|
2004-05-28 20:32:10 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h elf32-target.h
|
2001-10-04 13:40:43 +08:00
|
|
|
elf32-cris.lo: elf32-cris.c $(INCDIR)/filenames.h elf-bfd.h \
|
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/elf/cris.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
elf32-target.h
|
2004-09-17 14:08:06 +08:00
|
|
|
elf32-crx.lo: elf32-crx.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/crx.h $(INCDIR)/elf/reloc-macros.h \
|
2004-07-08 01:28:53 +08:00
|
|
|
elf32-target.h
|
2001-10-04 13:40:43 +08:00
|
|
|
elf32-d10v.lo: elf32-d10v.c $(INCDIR)/filenames.h elf-bfd.h \
|
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/elf/d10v.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
elf32-target.h
|
|
|
|
elf32-d30v.lo: elf32-d30v.c $(INCDIR)/filenames.h elf-bfd.h \
|
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/elf/d30v.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
elf32-target.h
|
2002-05-28 22:08:47 +08:00
|
|
|
elf32-dlx.lo: elf32-dlx.c $(INCDIR)/filenames.h elf-bfd.h \
|
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/elf/dlx.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
elf32-target.h
|
2001-10-04 13:40:43 +08:00
|
|
|
elf32-fr30.lo: elf32-fr30.c $(INCDIR)/filenames.h elf-bfd.h \
|
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/elf/fr30.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
elf32-target.h
|
2002-07-01 16:31:53 +08:00
|
|
|
elf32-frv.lo: elf32-frv.c $(INCDIR)/filenames.h elf-bfd.h \
|
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/elf/frv.h $(INCDIR)/elf/reloc-macros.h \
|
2004-03-19 15:00:51 +08:00
|
|
|
$(INCDIR)/elf/dwarf2.h $(INCDIR)/hashtab.h elf32-target.h
|
2001-10-04 13:40:43 +08:00
|
|
|
elf32-gen.lo: elf32-gen.c $(INCDIR)/filenames.h elf-bfd.h \
|
2000-04-04 18:53:56 +08:00
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
2001-10-04 13:40:43 +08:00
|
|
|
$(INCDIR)/bfdlink.h elf32-target.h
|
|
|
|
elf32-h8300.lo: elf32-h8300.c $(INCDIR)/filenames.h \
|
2001-09-21 10:12:29 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
2001-10-04 13:40:43 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/h8.h \
|
2001-09-21 10:12:29 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h elf32-target.h
|
2001-10-04 13:40:43 +08:00
|
|
|
elf32-hppa.lo: elf32-hppa.c $(INCDIR)/filenames.h elf-bfd.h \
|
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
libhppa.h elf32-hppa.h elf-hppa.h elf32-target.h
|
|
|
|
elf32-i370.lo: elf32-i370.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
2000-05-26 22:14:21 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
2002-08-30 16:11:44 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/i370.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
elf32-target.h
|
2001-10-04 13:40:43 +08:00
|
|
|
elf32-i386.lo: elf32-i386.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
2000-05-26 22:14:21 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
2001-10-04 13:40:43 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/i386.h $(INCDIR)/elf/reloc-macros.h \
|
* Makefile.am: Remove entries for elf32-qnx.[ch].
* Makefile.in: Regenerate.
* config.bfd: Change arm-nto to use bfd_elf32_{big|little}arm_vec,
ppc-nto to use bfd_elf32_powerpc{le}_vec, sh-nto to use
bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
* configure.in: Remove support for bfd_elf32_sh{l}qnx_vec,
bfd_elf32_powerpc{le}qnx_vec, bfd_elf32_{big|little}armqnx_vec,
and bfd_elf32_i386qnx_vec, and removed elf32-qnx.lo from other targets.
bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
* configure: Regenerate.
* elf32-qnx.c: Remove.
* elf32-qnx.h: Remove.
* elf.c: Remove calls to QNX specific set_nonloadable_filepos,
is_contained_by_filepos, and copy_private_bfd_data_p.
* elf32-i386.c: Remove QNX extended bfd support.
* elf32-ppc.c: Remove QNX extended bfd support.
* elf32-sh.c: Remove QNX extended bfd support.
* elfarm-nabi.c: Remove QNX extended bfd support.
* targets.c: Remove qnx vectors.
* elfxx-target.h (elf_backend_set_nonloadable_filepos): Remove
(elf_backend_is_contained_by_filepos): Remove.
(elf_backend_copy_private_bfd_data_p): Remove.
* po/SRC-POTFILES.in: Regenerate.
2002-11-06 19:38:35 +08:00
|
|
|
elf32-target.h
|
2001-10-04 13:40:43 +08:00
|
|
|
elf32-i860.lo: elf32-i860.c $(INCDIR)/filenames.h elf-bfd.h \
|
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/elf/i860.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
elf32-target.h
|
|
|
|
elf32-i960.lo: elf32-i960.c $(INCDIR)/filenames.h elf-bfd.h \
|
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/elf/i960.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
elf32-target.h
|
2002-07-17 22:15:52 +08:00
|
|
|
elf32-ip2k.lo: elf32-ip2k.c $(INCDIR)/filenames.h elf-bfd.h \
|
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/elf/ip2k.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
elf32-target.h
|
2003-01-16 12:09:37 +08:00
|
|
|
elf32-iq2000.lo: elf32-iq2000.c $(INCDIR)/filenames.h \
|
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/iq2000.h \
|
|
|
|
$(INCDIR)/elf/reloc-macros.h elf32-target.h
|
2001-10-04 13:40:43 +08:00
|
|
|
elf32-m32r.lo: elf32-m32r.c $(INCDIR)/filenames.h elf-bfd.h \
|
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/elf/m32r.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
elf32-target.h
|
|
|
|
elf32-m68k.lo: elf32-m68k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
2000-05-26 22:14:21 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
2001-10-04 13:40:43 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/m68k.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
elf32-target.h
|
|
|
|
elf32-m68hc11.lo: elf32-m68hc11.c $(INCDIR)/filenames.h \
|
2002-08-30 16:11:44 +08:00
|
|
|
$(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2003-06-11 07:44:42 +08:00
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf32-m68hc1x.h \
|
|
|
|
$(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
$(INCDIR)/opcode/m68hc11.h elf32-target.h
|
2001-10-04 13:40:43 +08:00
|
|
|
elf32-m68hc12.lo: elf32-m68hc12.c $(INCDIR)/filenames.h \
|
2003-06-11 07:44:42 +08:00
|
|
|
$(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf32-m68hc1x.h \
|
|
|
|
$(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
$(INCDIR)/opcode/m68hc11.h elf32-target.h
|
2003-04-21 21:24:19 +08:00
|
|
|
elf32-m68hc1x.lo: elf32-m68hc1x.c $(INCDIR)/filenames.h \
|
|
|
|
$(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2003-06-11 07:44:42 +08:00
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf32-m68hc1x.h \
|
|
|
|
$(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
$(INCDIR)/opcode/m68hc11.h
|
2001-10-04 13:40:43 +08:00
|
|
|
elf32-m88k.lo: elf32-m88k.c $(INCDIR)/filenames.h elf-bfd.h \
|
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/bfdlink.h elf32-target.h
|
|
|
|
elf-m10200.lo: elf-m10200.c $(INCDIR)/filenames.h elf-bfd.h \
|
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/bfdlink.h elf32-target.h
|
|
|
|
elf-m10300.lo: elf-m10300.c $(INCDIR)/filenames.h elf-bfd.h \
|
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h $(INCDIR)/elf/reloc-macros.h \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32-target.h
|
2001-10-04 13:40:43 +08:00
|
|
|
elf32-mcore.lo: elf32-mcore.c $(INCDIR)/filenames.h \
|
2000-05-26 22:14:21 +08:00
|
|
|
$(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2001-10-04 13:40:43 +08:00
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/mcore.h \
|
2001-10-02 13:58:41 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h elf32-target.h
|
2003-01-16 12:09:37 +08:00
|
|
|
elfxx-mips.lo: elfxx-mips.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
|
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elfxx-mips.h \
|
|
|
|
$(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h \
|
|
|
|
$(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h \
|
|
|
|
$(INCDIR)/coff/external.h $(INCDIR)/hashtab.h
|
2001-10-04 13:40:43 +08:00
|
|
|
elf32-mips.lo: elf32-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
2002-04-04 22:04:39 +08:00
|
|
|
genlink.h elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h elfxx-mips.h $(INCDIR)/elf/mips.h \
|
2002-04-04 15:01:27 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h \
|
2002-04-04 22:04:39 +08:00
|
|
|
$(INCDIR)/coff/external.h ecoffswap.h elf32-target.h
|
2003-01-16 12:09:37 +08:00
|
|
|
elf32-msp430.lo: elf32-msp430.c $(INCDIR)/filenames.h \
|
|
|
|
$(INCDIR)/libiberty.h elf-bfd.h $(INCDIR)/elf/common.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/elf/msp430.h $(INCDIR)/elf/reloc-macros.h \
|
2002-12-31 03:25:13 +08:00
|
|
|
elf32-target.h
|
2001-10-04 13:40:43 +08:00
|
|
|
elf32-openrisc.lo: elf32-openrisc.c $(INCDIR)/filenames.h \
|
2000-05-26 22:14:21 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
2001-10-04 13:40:43 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/openrisc.h \
|
|
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
|
2000-05-26 22:14:21 +08:00
|
|
|
elf32-target.h
|
2002-02-01 01:33:08 +08:00
|
|
|
elf32-or32.lo: elf32-or32.c $(INCDIR)/filenames.h elf-bfd.h \
|
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
2002-02-01 11:26:35 +08:00
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/elf/or32.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
$(INCDIR)/libiberty.h elf32-target.h
|
2001-10-04 13:40:43 +08:00
|
|
|
elf32-pj.lo: elf32-pj.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/pj.h $(INCDIR)/elf/reloc-macros.h \
|
2001-02-10 08:58:38 +08:00
|
|
|
elf32-target.h
|
2001-10-04 13:40:43 +08:00
|
|
|
elf32-ppc.lo: elf32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
2001-10-02 13:58:41 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
2001-10-04 13:40:43 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \
|
2003-02-25 11:44:46 +08:00
|
|
|
elf32-ppc.h elf32-target.h
|
2002-03-21 17:15:18 +08:00
|
|
|
elf32-sh64.lo: elf32-sh64.c $(INCDIR)/filenames.h elf-bfd.h \
|
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(srcdir)/../opcodes/sh64-opc.h \
|
2003-01-23 19:51:35 +08:00
|
|
|
elf32-sh64.h elf32-sh.c $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
|
2004-07-05 21:35:44 +08:00
|
|
|
$(INCDIR)/libiberty.h $(srcdir)/../opcodes/sh-opc.h \
|
|
|
|
elf32-target.h
|
2002-06-05 09:50:42 +08:00
|
|
|
elf32-sh64-com.lo: elf32-sh64-com.c $(INCDIR)/filenames.h \
|
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/sh.h \
|
2003-01-23 19:51:35 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h elf32-sh64.h $(srcdir)/../opcodes/sh64-opc.h
|
2001-10-04 13:40:43 +08:00
|
|
|
elf32-s390.lo: elf32-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
2001-10-02 13:58:41 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
2001-10-04 13:40:43 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
elf32-target.h
|
|
|
|
elf32-sh.lo: elf32-sh.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
2000-05-26 22:14:21 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
2001-10-04 13:40:43 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
|
2004-07-05 21:35:44 +08:00
|
|
|
$(INCDIR)/libiberty.h $(srcdir)/../opcodes/sh-opc.h \
|
|
|
|
elf32-target.h
|
2004-09-17 14:08:06 +08:00
|
|
|
elf32-sh-symbian.lo: elf32-sh-symbian.c elf32-sh.c \
|
|
|
|
$(INCDIR)/filenames.h $(INCDIR)/bfdlink.h elf-bfd.h \
|
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
|
2004-07-07 00:58:43 +08:00
|
|
|
$(srcdir)/../opcodes/sh-opc.h elf32-target.h
|
2001-10-04 13:40:43 +08:00
|
|
|
elf32-sparc.lo: elf32-sparc.c $(INCDIR)/filenames.h \
|
2000-05-26 22:14:21 +08:00
|
|
|
$(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sparc.h \
|
|
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/sparc.h \
|
|
|
|
elf32-target.h
|
2001-10-04 13:40:43 +08:00
|
|
|
elf32-v850.lo: elf32-v850.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
$(INCDIR)/libiberty.h elf32-target.h
|
2002-05-30 10:14:13 +08:00
|
|
|
elf32-vax.lo: elf32-vax.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/vax.h $(INCDIR)/elf/reloc-macros.h \
|
2002-05-31 10:59:47 +08:00
|
|
|
elf32-target.h
|
2002-01-22 16:58:00 +08:00
|
|
|
elf32-xstormy16.lo: elf32-xstormy16.c $(INCDIR)/filenames.h \
|
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/xstormy16.h \
|
|
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
|
2001-12-08 11:46:03 +08:00
|
|
|
elf32-target.h
|
2003-06-11 07:44:42 +08:00
|
|
|
elf32-xtensa.lo: elf32-xtensa.c $(INCDIR)/filenames.h \
|
|
|
|
$(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/xtensa.h \
|
|
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/xtensa-isa.h \
|
|
|
|
$(INCDIR)/xtensa-config.h elf32-target.h
|
2001-10-04 13:40:43 +08:00
|
|
|
elf32.lo: elf32.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
|
2001-10-02 13:58:41 +08:00
|
|
|
$(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2004-05-28 20:32:10 +08:00
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfcore.h
|
2001-10-04 13:40:43 +08:00
|
|
|
elflink.lo: elflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
2004-05-28 20:32:10 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/safe-ctype.h $(INCDIR)/libiberty.h
|
2002-01-22 16:58:00 +08:00
|
|
|
elf-strtab.lo: elf-strtab.c $(INCDIR)/filenames.h elf-bfd.h \
|
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
2002-06-08 16:45:03 +08:00
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
|
2002-01-22 16:58:00 +08:00
|
|
|
elf-eh-frame.lo: elf-eh-frame.c $(INCDIR)/filenames.h \
|
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf2.h
|
2001-10-04 13:40:43 +08:00
|
|
|
epoc-pe-arm.lo: epoc-pe-arm.c pe-arm.c $(INCDIR)/filenames.h \
|
|
|
|
coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
|
|
|
|
epoc-pei-arm.lo: epoc-pei-arm.c pei-arm.c $(INCDIR)/filenames.h \
|
|
|
|
coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
|
|
|
|
hp300bsd.lo: hp300bsd.c $(INCDIR)/filenames.h libaout.h \
|
|
|
|
$(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
|
2000-05-26 22:14:21 +08:00
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
1999-05-03 15:29:11 +08:00
|
|
|
hp300hpux.lo: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
|
2001-10-04 13:40:43 +08:00
|
|
|
aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
|
2001-09-21 10:12:29 +08:00
|
|
|
$(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
|
|
|
|
aout-target.h
|
2001-10-04 13:40:43 +08:00
|
|
|
som.lo: som.c $(INCDIR)/alloca-conf.h $(INCDIR)/filenames.h
|
|
|
|
i386aout.lo: i386aout.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
|
|
|
|
libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
|
|
|
|
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
|
|
|
i386bsd.lo: i386bsd.c $(INCDIR)/filenames.h libaout.h \
|
|
|
|
$(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
|
2000-05-26 22:14:21 +08:00
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
2001-10-02 13:58:41 +08:00
|
|
|
i386dynix.lo: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \
|
2001-10-04 13:40:43 +08:00
|
|
|
$(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h \
|
|
|
|
libaout.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
|
|
|
|
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
|
|
|
|
i386freebsd.lo: i386freebsd.c freebsd.h $(INCDIR)/filenames.h \
|
|
|
|
libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
|
|
|
i386linux.lo: i386linux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
|
2000-05-26 22:14:21 +08:00
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
|
2001-10-04 13:40:43 +08:00
|
|
|
libaout.h $(INCDIR)/bfdlink.h aout-target.h
|
|
|
|
i386lynx.lo: i386lynx.c $(INCDIR)/filenames.h libaout.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
|
|
|
i386msdos.lo: i386msdos.c $(INCDIR)/filenames.h libaout.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
i386netbsd.lo: i386netbsd.c netbsd.h $(INCDIR)/filenames.h \
|
2000-05-26 22:14:21 +08:00
|
|
|
libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
2001-10-04 13:40:43 +08:00
|
|
|
i386mach3.lo: i386mach3.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
|
|
|
|
libaout.h $(INCDIR)/bfdlink.h aout-target.h
|
|
|
|
i386os9k.lo: i386os9k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
libaout.h $(INCDIR)/os9k.h
|
|
|
|
ieee.lo: ieee.c $(INCDIR)/filenames.h $(INCDIR)/ieee.h \
|
|
|
|
libieee.h $(INCDIR)/safe-ctype.h
|
|
|
|
m68k4knetbsd.lo: m68k4knetbsd.c netbsd.h $(INCDIR)/filenames.h \
|
2000-05-26 22:14:21 +08:00
|
|
|
libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
2001-10-04 13:40:43 +08:00
|
|
|
m68klinux.lo: m68klinux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
|
|
|
|
libaout.h $(INCDIR)/bfdlink.h aout-target.h
|
|
|
|
m68klynx.lo: m68klynx.c $(INCDIR)/filenames.h libaout.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
|
|
|
m68knetbsd.lo: m68knetbsd.c netbsd.h $(INCDIR)/filenames.h \
|
|
|
|
libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
|
|
|
m88kmach3.lo: m88kmach3.c $(INCDIR)/filenames.h libaout.h \
|
|
|
|
$(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
2004-05-24 22:48:18 +08:00
|
|
|
m88kopenbsd.lo: m88kopenbsd.c netbsd.h $(INCDIR)/filenames.h \
|
|
|
|
libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
2002-11-06 21:26:29 +08:00
|
|
|
mach-o.lo: mach-o.c mach-o.h $(INCDIR)/filenames.h \
|
|
|
|
$(INCDIR)/libiberty.h mach-o-target.c
|
2001-10-04 13:40:43 +08:00
|
|
|
mipsbsd.lo: mipsbsd.c $(INCDIR)/filenames.h libaout.h \
|
|
|
|
$(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
|
|
|
newsos3.lo: newsos3.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
|
|
|
|
libaout.h $(INCDIR)/bfdlink.h aout-target.h
|
|
|
|
nlm.lo: nlm.c $(INCDIR)/filenames.h libnlm.h $(INCDIR)/nlm/common.h \
|
|
|
|
$(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
|
|
|
|
nlm32-i386.lo: nlm32-i386.c $(INCDIR)/filenames.h $(INCDIR)/nlm/i386-ext.h \
|
1999-05-03 15:29:11 +08:00
|
|
|
libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
|
2001-10-04 13:40:43 +08:00
|
|
|
$(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
|
|
|
|
nlm32-sparc.lo: nlm32-sparc.c $(INCDIR)/filenames.h \
|
2000-05-26 22:14:21 +08:00
|
|
|
$(INCDIR)/nlm/sparc32-ext.h libnlm.h $(INCDIR)/nlm/common.h \
|
|
|
|
$(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
|
|
|
|
nlm-target.h
|
2001-10-04 13:40:43 +08:00
|
|
|
nlm32-ppc.lo: nlm32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/nlm/ppc-ext.h \
|
1999-05-03 15:29:11 +08:00
|
|
|
libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
|
2001-10-04 13:40:43 +08:00
|
|
|
$(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
|
|
|
|
nlm32.lo: nlm32.c nlmcode.h $(INCDIR)/filenames.h libnlm.h \
|
|
|
|
$(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
|
|
|
|
ns32knetbsd.lo: ns32knetbsd.c netbsd.h $(INCDIR)/filenames.h \
|
2001-10-02 13:58:41 +08:00
|
|
|
libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
|
2001-10-04 13:40:43 +08:00
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
|
|
|
oasys.lo: oasys.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
|
|
|
|
$(INCDIR)/oasys.h liboasys.h
|
|
|
|
pc532-mach.lo: pc532-mach.c $(INCDIR)/filenames.h libaout.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
|
|
|
pdp11.lo: pdp11.c $(INCDIR)/filenames.h libaout.h $(INCDIR)/bfdlink.h \
|
|
|
|
aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
|
|
|
|
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h $(INCDIR)/safe-ctype.h
|
2003-06-11 07:44:42 +08:00
|
|
|
pef.lo: pef.c $(INCDIR)/safe-ctype.h pef.h pef-traceback.h \
|
|
|
|
$(INCDIR)/filenames.h $(INCDIR)/libiberty.h
|
2001-10-04 13:40:43 +08:00
|
|
|
pe-arm.lo: pe-arm.c $(INCDIR)/filenames.h coff-arm.c \
|
|
|
|
$(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
|
|
|
|
peicode.h libpei.h
|
|
|
|
pei-arm.lo: pei-arm.c $(INCDIR)/filenames.h coff-arm.c \
|
|
|
|
$(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
|
|
|
|
peicode.h libpei.h
|
|
|
|
pe-i386.lo: pe-i386.c $(INCDIR)/filenames.h coff-i386.c \
|
|
|
|
$(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
|
|
|
|
peicode.h libpei.h
|
|
|
|
pei-i386.lo: pei-i386.c $(INCDIR)/filenames.h coff-i386.c \
|
|
|
|
$(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
|
|
|
|
peicode.h libpei.h
|
|
|
|
pe-mcore.lo: pe-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
|
|
|
|
$(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
|
|
|
|
peicode.h libpei.h
|
|
|
|
pei-mcore.lo: pei-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
|
|
|
|
$(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
|
|
|
|
peicode.h libpei.h
|
|
|
|
pe-ppc.lo: pe-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
|
|
|
|
$(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
|
2001-10-02 13:58:41 +08:00
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
|
2001-10-04 13:40:43 +08:00
|
|
|
pei-ppc.lo: pei-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
|
|
|
|
$(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
|
2001-10-02 13:58:41 +08:00
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
|
2001-10-04 13:40:43 +08:00
|
|
|
pe-sh.lo: pe-sh.c $(INCDIR)/filenames.h coff-sh.c $(INCDIR)/libiberty.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
|
2001-10-02 13:58:41 +08:00
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
|
2001-10-04 13:40:43 +08:00
|
|
|
coffcode.h peicode.h libpei.h
|
|
|
|
pei-sh.lo: pei-sh.c $(INCDIR)/filenames.h coff-sh.c \
|
|
|
|
$(INCDIR)/libiberty.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
|
|
|
|
$(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
2001-10-02 13:58:41 +08:00
|
|
|
$(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \
|
|
|
|
libpei.h
|
2001-10-04 13:40:43 +08:00
|
|
|
pe-mips.lo: pe-mips.c $(INCDIR)/filenames.h $(INCDIR)/coff/mipspe.h \
|
|
|
|
$(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
|
|
|
|
peicode.h libpei.h
|
|
|
|
pei-mips.lo: pei-mips.c $(INCDIR)/filenames.h pe-mips.c \
|
2001-07-24 18:02:00 +08:00
|
|
|
$(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
|
|
|
|
peicode.h libpei.h
|
2001-10-04 13:40:43 +08:00
|
|
|
ppcboot.lo: ppcboot.c $(INCDIR)/safe-ctype.h $(INCDIR)/filenames.h
|
|
|
|
reloc16.lo: reloc16.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
genlink.h $(INCDIR)/coff/internal.h libcoff.h
|
|
|
|
riscix.lo: riscix.c $(INCDIR)/filenames.h libaout.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
|
|
|
sparclinux.lo: sparclinux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
|
|
|
|
libaout.h $(INCDIR)/bfdlink.h aout-target.h
|
|
|
|
sparclynx.lo: sparclynx.c $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
|
1999-05-03 15:29:11 +08:00
|
|
|
libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
|
2001-10-04 13:40:43 +08:00
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
|
|
|
|
aout-target.h
|
|
|
|
sparcnetbsd.lo: sparcnetbsd.c netbsd.h $(INCDIR)/filenames.h \
|
|
|
|
libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
|
|
|
sunos.lo: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \
|
|
|
|
$(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
|
|
|
|
aout-target.h
|
|
|
|
vaxnetbsd.lo: vaxnetbsd.c netbsd.h $(INCDIR)/filenames.h \
|
|
|
|
libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
2002-06-09 07:23:08 +08:00
|
|
|
vax1knetbsd.lo: vax1knetbsd.c netbsd.h $(INCDIR)/filenames.h \
|
|
|
|
libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
2002-07-01 16:31:53 +08:00
|
|
|
vaxbsd.lo: vaxbsd.c $(INCDIR)/filenames.h libaout.h \
|
|
|
|
$(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
2001-10-04 13:40:43 +08:00
|
|
|
versados.lo: versados.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
|
|
|
|
vms.lo: vms.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
vms.h
|
|
|
|
vms-gsd.lo: vms-gsd.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
vms.h
|
2002-10-14 20:06:04 +08:00
|
|
|
vms-hdr.lo: vms-hdr.c bfdver.h $(INCDIR)/filenames.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h vms.h
|
2001-10-04 13:40:43 +08:00
|
|
|
vms-misc.lo: vms-misc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
vms.h
|
|
|
|
vms-tir.lo: vms-tir.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
vms.h
|
|
|
|
xcofflink.lo: xcofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h libcoff.h \
|
|
|
|
libxcoff.h
|
2002-11-06 21:26:29 +08:00
|
|
|
xsym.lo: xsym.c xsym.h $(INCDIR)/filenames.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
|
|
|
xtensa-isa.lo: xtensa-isa.c $(INCDIR)/filenames.h $(INCDIR)/xtensa-isa.h \
|
2004-09-17 14:08:06 +08:00
|
|
|
$(INCDIR)/xtensa-isa-internal.h
|
2004-10-15 13:47:11 +08:00
|
|
|
xtensa-modules.lo: xtensa-modules.c $(INCDIR)/xtensa-isa.h \
|
|
|
|
$(INCDIR)/xtensa-isa-internal.h
|
2002-03-21 17:15:18 +08:00
|
|
|
aix5ppc-core.lo: aix5ppc-core.c
|
2001-10-04 13:40:43 +08:00
|
|
|
aout64.lo: aout64.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
|
|
|
|
$(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
|
|
|
coff-alpha.lo: coff-alpha.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
|
|
|
|
$(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h \
|
|
|
|
libcoff.h libecoff.h coffswap.h ecoffswap.h
|
|
|
|
coff64-rs6000.lo: coff64-rs6000.c $(INCDIR)/filenames.h \
|
2001-07-24 18:02:00 +08:00
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \
|
2001-10-04 13:40:43 +08:00
|
|
|
$(INCDIR)/coff/rs6k64.h libcoff.h libxcoff.h coffcode.h \
|
|
|
|
coffswap.h
|
|
|
|
demo64.lo: demo64.c aoutf1.h $(INCDIR)/filenames.h \
|
2000-05-26 22:14:21 +08:00
|
|
|
$(INCDIR)/aout/sun4.h libaout.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
|
|
|
|
$(INCDIR)/aout/ar.h aout-target.h
|
2001-10-04 13:40:43 +08:00
|
|
|
efi-app-ia64.lo: efi-app-ia64.c $(INCDIR)/filenames.h \
|
|
|
|
coff-ia64.c $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
|
|
|
|
elf64-x86-64.lo: elf64-x86-64.c $(INCDIR)/filenames.h \
|
2002-03-21 17:15:18 +08:00
|
|
|
$(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/x86-64.h \
|
2001-10-04 13:40:43 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h elf64-target.h
|
|
|
|
elf64-alpha.lo: elf64-alpha.c $(INCDIR)/filenames.h \
|
2000-05-26 22:14:21 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/alpha.h \
|
|
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/internal.h \
|
2002-09-17 10:24:40 +08:00
|
|
|
$(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
|
|
|
|
$(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h libcoff.h \
|
|
|
|
libecoff.h ecoffswap.h elf64-target.h
|
2001-02-27 14:43:56 +08:00
|
|
|
elf64-hppa.lo: elf64-hppa.c $(INCDIR)/alloca-conf.h \
|
2001-10-04 13:40:43 +08:00
|
|
|
$(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h libhppa.h \
|
|
|
|
elf64-hppa.h elf-hppa.h elf64-target.h
|
|
|
|
elf64-gen.lo: elf64-gen.c $(INCDIR)/filenames.h elf-bfd.h \
|
2000-05-26 22:14:21 +08:00
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
2001-10-04 13:40:43 +08:00
|
|
|
$(INCDIR)/bfdlink.h elf64-target.h
|
2002-08-30 16:11:44 +08:00
|
|
|
elfn32-mips.lo: elfn32-mips.c $(INCDIR)/filenames.h \
|
|
|
|
$(INCDIR)/bfdlink.h genlink.h elf-bfd.h $(INCDIR)/elf/common.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfxx-mips.h \
|
|
|
|
$(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h \
|
|
|
|
$(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
|
|
|
|
ecoffswap.h elf32-target.h
|
2001-10-04 13:40:43 +08:00
|
|
|
elf64-mips.lo: elf64-mips.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h \
|
2002-04-04 22:04:39 +08:00
|
|
|
$(INCDIR)/bfdlink.h genlink.h elf-bfd.h $(INCDIR)/elf/common.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfxx-mips.h \
|
|
|
|
$(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h \
|
|
|
|
$(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h ecoffswap.h \
|
|
|
|
elf64-target.h
|
2001-10-30 23:20:14 +08:00
|
|
|
elf64-mmix.lo: elf64-mmix.c $(INCDIR)/filenames.h elf-bfd.h \
|
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/elf/mmix.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
$(INCDIR)/opcode/mmix.h elf64-target.h
|
2001-10-04 13:40:43 +08:00
|
|
|
elf64-ppc.lo: elf64-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
2001-02-10 08:58:38 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
2003-01-16 12:09:37 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/ppc64.h $(INCDIR)/elf/reloc-macros.h \
|
2002-01-22 16:58:00 +08:00
|
|
|
elf64-ppc.h elf64-target.h
|
2001-10-04 13:40:43 +08:00
|
|
|
elf64-s390.lo: elf64-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
elf64-target.h
|
2002-02-11 13:05:09 +08:00
|
|
|
elf64-sh64.lo: elf64-sh64.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
elf64-target.h
|
2001-10-04 13:40:43 +08:00
|
|
|
elf64-sparc.lo: elf64-sparc.c $(INCDIR)/filenames.h \
|
2000-05-26 22:14:21 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/sparc.h \
|
1999-05-03 15:29:11 +08:00
|
|
|
$(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
elf64-target.h
|
2001-10-04 13:40:43 +08:00
|
|
|
elf64.lo: elf64.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
|
|
|
|
$(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2004-05-28 20:32:10 +08:00
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfcore.h
|
2001-10-30 23:20:14 +08:00
|
|
|
mmo.lo: mmo.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
|
|
|
|
$(INCDIR)/elf/mmix.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/mmix.h
|
2001-10-04 13:40:43 +08:00
|
|
|
nlm32-alpha.lo: nlm32-alpha.c $(INCDIR)/filenames.h \
|
2000-05-26 22:14:21 +08:00
|
|
|
$(INCDIR)/nlm/alpha-ext.h libnlm.h $(INCDIR)/nlm/common.h \
|
|
|
|
$(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
|
|
|
|
nlm-target.h
|
2001-10-04 13:40:43 +08:00
|
|
|
nlm64.lo: nlm64.c nlmcode.h $(INCDIR)/filenames.h libnlm.h \
|
|
|
|
$(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
|
|
|
|
aix386-core.lo: aix386-core.c $(INCDIR)/filenames.h \
|
2001-07-24 18:02:00 +08:00
|
|
|
$(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
|
|
|
libcoff.h $(INCDIR)/bfdlink.h
|
2001-10-04 13:40:43 +08:00
|
|
|
hpux-core.lo: hpux-core.c $(INCDIR)/filenames.h
|
|
|
|
irix-core.lo: irix-core.c $(INCDIR)/filenames.h
|
|
|
|
lynx-core.lo: lynx-core.c $(INCDIR)/filenames.h
|
|
|
|
osf-core.lo: osf-core.c $(INCDIR)/filenames.h
|
|
|
|
sco5-core.lo: sco5-core.c $(INCDIR)/filenames.h libaout.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
trad-core.lo: trad-core.c $(INCDIR)/filenames.h libaout.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
cisco-core.lo: cisco-core.c $(INCDIR)/filenames.h
|
|
|
|
elf32-ia64.lo: elf32-ia64.c $(INCDIR)/filenames.h elf-bfd.h \
|
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h \
|
2003-12-02 16:14:35 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/objalloc.h $(INCDIR)/hashtab.h \
|
|
|
|
elf32-target.h
|
2001-10-04 13:40:43 +08:00
|
|
|
elf64-ia64.lo: elf64-ia64.c $(INCDIR)/filenames.h elf-bfd.h \
|
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h \
|
2003-12-02 16:14:35 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/objalloc.h $(INCDIR)/hashtab.h \
|
|
|
|
elf64-target.h
|
2001-10-04 13:40:43 +08:00
|
|
|
peigen.lo: peigen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/pe.h \
|
|
|
|
libcoff.h $(INCDIR)/bfdlink.h libpei.h
|
|
|
|
pepigen.lo: pepigen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h $(INCDIR)/coff/pe.h \
|
|
|
|
libcoff.h $(INCDIR)/bfdlink.h libpei.h
|
1999-05-03 15:29:11 +08:00
|
|
|
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
|