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
|
2007-06-14 23:31:01 +08:00
|
|
|
ACLOCAL_AMFLAGS = -I . -I .. -I ../config
|
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
|
|
|
|
|
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.tpl: Add install-html target.
* Makefile.def: Add install-html target.
* Makefile.in: Regenerate.
* configure.in: Add --with-datarootdir, --with-docdir,
and --with-htmldir options.
* configure: Regenerate.
bfd/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Rename docdir to bfddocdir. Add datarootdir, docdir
htmldir. Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST for datarootdir, docdir and htmldir.
* configure: Regenerate.
bfd/doc/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html and install-html-am targets.
Define datarootdir, docdir and htmldir.
* Makefile.in: Regenerate.
binutils/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir and htmldir.
* configure: Regenerate.
* doc/Makefile.am: Add install-html and install-html-am targets.
* doc/Makefile.in: Regenerate.
etc/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.in: Add install-html target. Add htmldir,
docdir and datarootdir.
* configure.texi: Document install-html target.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
gas/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
* doc/Makefile.am: Add install-html and install-html-am targets.
* doc/Makefile.in: Regenerate.
gprof/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html, install-html-am and
install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
intl/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* intl/Makefile.in: Add html info and dvi and install-html to .PHONY
Add install-html target.
ld/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html, install-html-am, and
install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
* po/Make-in: Add install-html target.
opcodes/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html target.
* Makefile.in: Regenerate.
2006-04-07 05:49:35 +08:00
|
|
|
bfddocdir = doc
|
2002-05-17 18:34:03 +08:00
|
|
|
bfdlibdir = @bfdlibdir@
|
|
|
|
bfdincludedir = @bfdincludedir@
|
1999-05-03 15:29:11 +08:00
|
|
|
|
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.tpl: Add install-html target.
* Makefile.def: Add install-html target.
* Makefile.in: Regenerate.
* configure.in: Add --with-datarootdir, --with-docdir,
and --with-htmldir options.
* configure: Regenerate.
bfd/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Rename docdir to bfddocdir. Add datarootdir, docdir
htmldir. Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST for datarootdir, docdir and htmldir.
* configure: Regenerate.
bfd/doc/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html and install-html-am targets.
Define datarootdir, docdir and htmldir.
* Makefile.in: Regenerate.
binutils/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir and htmldir.
* configure: Regenerate.
* doc/Makefile.am: Add install-html and install-html-am targets.
* doc/Makefile.in: Regenerate.
etc/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.in: Add install-html target. Add htmldir,
docdir and datarootdir.
* configure.texi: Document install-html target.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
gas/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
* doc/Makefile.am: Add install-html and install-html-am targets.
* doc/Makefile.in: Regenerate.
gprof/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html, install-html-am and
install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
intl/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* intl/Makefile.in: Add html info and dvi and install-html to .PHONY
Add install-html target.
ld/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html, install-html-am, and
install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
* po/Make-in: Add install-html target.
opcodes/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html target.
* Makefile.in: Regenerate.
2006-04-07 05:49:35 +08:00
|
|
|
datarootdir = @datarootdir@
|
|
|
|
docdir = @docdir@
|
|
|
|
htmldir = @htmldir@
|
2009-02-03 23:54:05 +08:00
|
|
|
pdfdir = @pdfdir@
|
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.tpl: Add install-html target.
* Makefile.def: Add install-html target.
* Makefile.in: Regenerate.
* configure.in: Add --with-datarootdir, --with-docdir,
and --with-htmldir options.
* configure: Regenerate.
bfd/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Rename docdir to bfddocdir. Add datarootdir, docdir
htmldir. Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST for datarootdir, docdir and htmldir.
* configure: Regenerate.
bfd/doc/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html and install-html-am targets.
Define datarootdir, docdir and htmldir.
* Makefile.in: Regenerate.
binutils/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir and htmldir.
* configure: Regenerate.
* doc/Makefile.am: Add install-html and install-html-am targets.
* doc/Makefile.in: Regenerate.
etc/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.in: Add install-html target. Add htmldir,
docdir and datarootdir.
* configure.texi: Document install-html target.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
gas/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
* doc/Makefile.am: Add install-html and install-html-am targets.
* doc/Makefile.in: Regenerate.
gprof/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html, install-html-am and
install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
intl/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* intl/Makefile.in: Add html info and dvi and install-html to .PHONY
Add install-html target.
ld/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html, install-html-am, and
install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
* po/Make-in: Add install-html target.
opcodes/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html target.
* Makefile.in: Regenerate.
2006-04-07 05:49:35 +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@
|
2005-04-14 13:26:44 +08:00
|
|
|
NO_WERROR = @NO_WERROR@
|
2000-04-09 20:17:43 +08:00
|
|
|
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 \
|
2008-07-10 09:32:23 +08:00
|
|
|
merge.lo dwarf2.lo simple.lo compress.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 \
|
2008-07-10 09:32:23 +08:00
|
|
|
merge.c dwarf2.c simple.c compress.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-alpha.lo \
|
|
|
|
cpu-arc.lo \
|
|
|
|
cpu-arm.lo \
|
2000-03-27 16:39:14 +08:00
|
|
|
cpu-avr.lo \
|
2005-09-30 23:36:41 +08:00
|
|
|
cpu-bfin.lo \
|
2007-06-29 22:09:34 +08:00
|
|
|
cpu-cr16.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 \
|
2008-12-24 03:10:25 +08:00
|
|
|
cpu-lm32.lo \
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-15 06:52:28 +08:00
|
|
|
cpu-m32c.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 \
|
2004-11-08 21:17:43 +08:00
|
|
|
cpu-maxq.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
cpu-mcore.lo \
|
2007-02-06 03:50:12 +08:00
|
|
|
cpu-mep.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
cpu-mips.lo \
|
2001-10-30 23:20:14 +08:00
|
|
|
cpu-mmix.lo \
|
2005-12-12 19:25:08 +08:00
|
|
|
cpu-mt.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 \
|
2006-09-17 07:51:50 +08:00
|
|
|
cpu-score.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
cpu-sh.lo \
|
|
|
|
cpu-sparc.lo \
|
2006-10-25 14:49:21 +08:00
|
|
|
cpu-spu.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
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 \
|
2006-02-17 22:36:28 +08:00
|
|
|
cpu-xc16x.lo \
|
2005-10-26 01:40:19 +08:00
|
|
|
cpu-z80.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
cpu-z8k.lo
|
|
|
|
|
|
|
|
ALL_MACHINES_CFILES = \
|
|
|
|
cpu-alpha.c \
|
|
|
|
cpu-arc.c \
|
|
|
|
cpu-arm.c \
|
2000-03-27 16:39:14 +08:00
|
|
|
cpu-avr.c \
|
2005-09-30 23:36:41 +08:00
|
|
|
cpu-bfin.c \
|
2007-06-29 22:09:34 +08:00
|
|
|
cpu-cr16.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 \
|
2008-12-24 03:10:25 +08:00
|
|
|
cpu-lm32.c \
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-15 06:52:28 +08:00
|
|
|
cpu-m32c.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 \
|
2004-11-09 21:29:16 +08:00
|
|
|
cpu-maxq.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
cpu-mcore.c \
|
2007-02-06 03:50:12 +08:00
|
|
|
cpu-mep.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
cpu-mips.c \
|
2001-10-30 23:20:14 +08:00
|
|
|
cpu-mmix.c \
|
2005-12-12 19:25:08 +08:00
|
|
|
cpu-mt.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 \
|
2006-09-17 07:51:50 +08:00
|
|
|
cpu-score.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
cpu-sh.c \
|
|
|
|
cpu-sparc.c \
|
2006-10-25 14:49:21 +08:00
|
|
|
cpu-spu.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
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 \
|
2006-02-17 22:36:28 +08:00
|
|
|
cpu-xc16x.c \
|
2005-10-26 01:40:19 +08:00
|
|
|
cpu-z80.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-sparclynx.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 \
|
2004-11-08 21:17:43 +08:00
|
|
|
coff-maxq.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
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 \
|
2005-10-26 01:40:19 +08:00
|
|
|
coff-z80.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
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 \
|
2008-02-14 23:20:26 +08:00
|
|
|
efi-bsdrv-ia32.lo \
|
|
|
|
efi-rtdrv-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 \
|
./
* configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
* configure: Regenerated.
bfd/
* Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Replace
elfarm-nabi with elf32-arm. Remove elfarm-oabi.
(elf32-arm.lo): Replace elfarm-nabi.lo rule. Remove elf32-arm.h
dependency.
* config.bfd: Move arm-*-oabi* and thumb-*-oabi* from obsolete list
to a new removed list. Remove normal configuration stanzas.
* configure.in: (bfd_elf32_bigarm_vec, bfd_elf32_bigarm_symbian_vec)
(bfd_elf32_littlearm_symbian_vec, bfd_elf32_littlearm_vec): Replace
elfarm-nabi.lo with elf32-arm.lo.
(bfd_elf32_bigarm_oabi_vec, bfd_elf32_littlearm_oabi_vec): Remove.
* elf32-arm.c: Renamed from elfarm-nabi.c. Inline elf32-arm.h.
* elf32-arm.h: Remove.
* elfarm-oabi.c: Remove.
* targets.c (_bfd_target_vector): Remove bfd_elf32_bigarm_oabi_vec
and bfd_elf32_littlearm_oabi_vec.
* aclocal.m4, Makefile.in, configure, doc/Makefile.in: Regenerated.
gas/
* configure.in: Remove arm-*-oabi and thumb-*-oabi.
* config/tc-arm.c (target_oabi): Delete.
(md_apply_fix3, elf32_arm_target_format): Remove target_oabi checks.
(arm_opts): Remove moabi.
* doc/as.texinfo (Overview): Remove documentation of -moabi.
* doc/c-arm.texi (ARM Options): Likewise.
* configure: Regenerated.
ld/
* Makefile.am (ALL_EMULATIONS): Remove earmelf_oabi.o.
(earmelf_oabi.c): Remove rule.
* configure.tgt: Remove arm-*-oabi and thumb-*-oabi.
* emulparams/armelf_oabi.sh, emultempl/armelf_oabi.em: Delete files.
* Makefile.in: Regenerated.
2004-11-04 23:54:50 +08:00
|
|
|
elf32-arm.lo \
|
2000-03-27 16:39:14 +08:00
|
|
|
elf32-avr.lo \
|
2005-09-30 23:36:41 +08:00
|
|
|
elf32-bfin.lo \
|
2007-06-29 22:09:34 +08:00
|
|
|
elf32-cr16.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 \
|
2002-07-18 01:53:28 +08:00
|
|
|
elf32-ip2k.lo \
|
2003-01-04 05:12:28 +08:00
|
|
|
elf32-iq2000.lo \
|
2008-12-24 03:10:25 +08:00
|
|
|
elf32-lm32.lo \
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-15 06:52:28 +08:00
|
|
|
elf32-m32c.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 \
|
2007-02-06 03:50:12 +08:00
|
|
|
elf32-mep.lo \
|
2002-04-04 15:01:27 +08:00
|
|
|
elfxx-mips.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32-mips.lo \
|
2005-12-12 19:25:08 +08:00
|
|
|
elf32-mt.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 \
|
2006-09-17 07:51:50 +08:00
|
|
|
elf32-score.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 \
|
2005-04-29 07:02:05 +08:00
|
|
|
elfxx-sparc.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32-sparc.lo \
|
2006-10-25 14:49:21 +08:00
|
|
|
elf32-spu.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
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 \
|
2006-02-17 22:36:28 +08:00
|
|
|
elf32-xc16x.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32.lo \
|
|
|
|
elflink.lo \
|
bfd:
* elf-attrs.c: New.
* Makefile.am (BFD32_BACKENDS): Add elf-attrs.lo.
(BFD32_BACKENDS_CFILES): Add elf-attrs.c.
(elf-attrs.lo): Generate dependencies.
* Makefile.in: Regenerate.
* configure.in (elf): Add elf-attrs.lo.
* configure: Regenerate.
* elf-bfd.h (struct elf_backend_data): Add entries for object
attributes.
(NUM_KNOWN_OBJ_ATTRIBUTES, obj_attribute, obj_attribute_list,
OBJ_ATTR_PROC, OBJ_ATTR_GNU, OBJ_ATTR_FIRST, OBJ_ATTR_LAST,
Tag_NULL, Tag_File, Tag_Section, Tag_Symbol, Tag_compatibility):
New.
(struct elf_obj_tdata): Add entries for object attributes.
(elf_known_obj_attributes, elf_other_obj_attributes,
elf_known_obj_attributes_proc, elf_other_obj_attributes_proc):
New.
(bfd_elf_obj_attr_size, bfd_elf_set_obj_attr_contents,
bfd_elf_get_obj_attr_int, bfd_elf_add_obj_attr_int,
bfd_elf_add_proc_attr_int, bfd_elf_add_obj_attr_string,
bfd_elf_add_proc_attr_string, bfd_elf_add_obj_attr_compat,
bfd_elf_add_proc_attr_compat, _bfd_elf_attr_strdup,
_bfd_elf_copy_obj_attributes, _bfd_elf_obj_attrs_arg_type,
_bfd_elf_parse_attributes, _bfd_elf_merge_object_attributes): New.
* elf.c (_bfd_elf_copy_private_bfd_data): Copy object attributes.
(bfd_section_from_shdr): Handle attributes sections.
* elflink.c (bfd_elf_final_link): Handle attributes sections.
* elfxx-target.h (elf_backend_obj_attrs_vendor,
elf_backend_obj_attrs_section, elf_backend_obj_attrs_arg_type,
elf_backend_obj_attrs_section_type): New.
(elfNN_bed): Update.
* elf32-arm.c (NUM_KNOWN_ATTRIBUTES, aeabi_attribute,
aeabi_attribute_list): Remove.
(struct elf32_arm_obj_tdata): Remove object attributes fields.
(check_use_blx, bfd_elf32_arm_set_vfp11_fix, using_thumb2,
elf32_arm_copy_private_bfd_data, elf32_arm_merge_eabi_attributes):
Update for new object attributes interfaces.
(uleb128_size, is_default_attr, eabi_attr_size,
elf32_arm_eabi_attr_size, write_uleb128, write_eabi_attribute,
elf32_arm_set_eabi_attr_contents, elf32_arm_bfd_final_link,
elf32_arm_new_eabi_attr, elf32_arm_get_eabi_attr_int,
elf32_arm_add_eabi_attr_int, attr_strdup,
elf32_arm_add_eabi_attr_string, elf32_arm_add_eabi_attr_compat,
copy_eabi_attributes, elf32_arm_parse_attributes): Remove. Moved
to generic code in elf-attrs.c.
(elf32_arm_obj_attrs_arg_type): New.
(elf32_arm_fake_sections): Do not handle .ARM.attributes.
(elf32_arm_section_from_shdr): Do not handle SHT_ARM_ATTRIBUTES.
(bfd_elf32_bfd_final_link): Remove.
(elf_backend_obj_attrs_vendor, elf_backend_obj_attrs_section,
elf_backend_obj_attrs_arg_type,
elf_backend_obj_attrs_section_type): New.
* elf32-bfin.c (bfin_elf_copy_private_bfd_data): Copy object
attributes.
* elf32-frv.c (frv_elf_copy_private_bfd_data): Likewise.
* elf32-iq2000.c (iq2000_elf_copy_private_bfd_data): Likewise.
* elf32-mep.c (mep_elf_copy_private_bfd_data): Likewise.
* elf32-mt.c (mt_elf_copy_private_bfd_data): Likewise.
* elf32-sh.c (sh_elf_copy_private_data): Likewise.
* elf64-sh64.c (sh_elf64_copy_private_data_internal): Likewise.
binutils:
* readelf.c (display_gnu_attribute): New.
(process_arm_specific): Rearrange as process_attributes.
(process_arm_specific): Replace by wrapper of process_attributes.
gas:
* as.c (create_obj_attrs_section): New.
(main): Call create_obj_attrs_section for ELF.
* read.c (s_gnu_attribute, skip_whitespace, skip_past_char,
skip_past_comma, s_vendor_attribute): New.
(potable): Add gnu_attribute for ELF.
* read.h (s_vendor_attribute): Declare.
* config/tc-arm.c (s_arm_eabi_attribute): Replace by wrapper
round s_vendor_attribute.
(aeabi_set_public_attributes): Update for new attributes
interfaces.
(arm_md_end): Remove attributes contents setting now done
generically.
include/elf:
* arm.h (elf32_arm_add_eabi_attr_int,
elf32_arm_add_eabi_attr_string, elf32_arm_add_eabi_attr_compat,
elf32_arm_get_eabi_attr_int, elf32_arm_set_eabi_attr_contents,
elf32_arm_eabi_attr_size, Tag_NULL, Tag_File, Tag_Section,
Tag_Symbol, Tag_compatibility): Remove.
* common.h (SHT_GNU_ATTRIBUTES): Define.
ld:
* emulparams/armelf.sh (OTHER_SECTIONS): Remove .ARM.attributes.
(ATTRS_SECTIONS): Define.
* scripttempl/elf.sc, scripttempl/elf32sh-symbian.sc,
scripttempl/elf_chaos.sc, scripttempl/elfi370.sc,
scripttempl/elfxtensa.sc: Handle ATTRS_SECTIONS.
2007-06-30 00:29:17 +08:00
|
|
|
elf-attrs.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 \
|
2005-05-05 22:37:27 +08:00
|
|
|
elf-vxworks.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 \
|
|
|
|
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 \
|
2006-08-21 16:12:46 +08:00
|
|
|
pe-arm-wince.lo \
|
|
|
|
pei-arm-wince.lo \
|
1999-05-03 15:29:11 +08:00
|
|
|
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 \
|
* include/elf/ia64.h (SHT_IA_64_VMS_DISPLAY_NAME_INFO,
EF_IA_64_ARCHVER_1): New macros. Minor reformatting.
* bfd/Makefile.am (BFD32_BACKENDS): Add new object vmsutil.lo
(BFD32_BACKENDS_CFILES): Add new file vmsutil.c
(vmsutil.lo): Add dependency rule
* bfd/Makefile.in: Regenerate
* bfd/config.bfd (ia64*-*-*vms*): Add case.
* bfd/configure.in (bfd_elf64_ia64_vms_vec): Add case.
* bfd/configure: Regenerate
* bfd/vmsutil.[ch]: New files
* bfd/elf-bfd.h (struct bfd_elf_special_section): Change type of
attr to bfd_vma.
* bfd/elfxx-ia64.c (elfNN_vms_post_process_headers,
elfNN_vms_section_processing, elfNN_vms_final_write_processing,
elfNN_vms_close_and_cleanup, elfNN_vms_section_from_shdr,
elfNN_vms_object_p): New functions
* bfd/targets.c (bfd_elf64_ia64_vms_vec): New target.
* gas/configure.tgt(ia64-*-*vms*): New target.
* gas/dwarf2dbg.h (dwarf2_loc_mark_labels): Make extern.
* gas/tc.h (md_number_to_chars): Declare iff undefined.
* gas/config/obj-elf.c (obj_elf_change_section): Change type of
arg attr to bfd_vma.
(obj_elf_parse_section_letters): Return a bfd_vma. Change type of
variables attr, md_attr to bfd_vma.
(obj_elf_section_word): Likewise.
(obj_elf_section): Change type of variable attr to bfd_vma
* gas/config/obj-elf.h (obj_elf_change_section): Change type of
arg attr to bfd_vma
* gas/config/tc-ia64.c (bfdver.h,time.h): Include.
(ia64_elf_section_letter): Now returns a bfd_vma.
Handle VMS specific attributes.
(ia64_elf_section_flags): Arg attr now a bfd_vma.
(ia64_init): Don't turn on dependency checking for VMS.
(ia64_target_format): Check for VMS flag bit.
(do_alias): Hande decc$ functions.
(get_vms_time): New function.
(ia64_vms_note): New function.
* gas/config/tc-ia64.h (ia64_elf_section_letter): Now returns a bfd_vma.
(ia64_elf_section_flags): Arg attr now a bfd_vma.
(tc_init_after_args): Define for VMS.
* gas/config/tc-alpha.c (alpha_elf_section_letter): Return a bfd_vma.
(alpha_elf_section_flags): Change type of arg attr to bfd_vma.
* gas/config/tc-alpha.h: Likewise.
* gas/config/tc-i386.c (x86_64_section_letter): Return a bfd_vma.
(x86_64_section_word): Return a bfd_vma.
* gas/config/tc-i386.h: Likewise.
* gas/config/tc-ip2k.c (ip2k_elf_section_flags): Change type of arg
attr to bfd_vma.
* gas/config/tc-ip2k.h: Likewise.
* gas/config/tc-mep.c (mep_elf_section_letter): Return a bfd_vma.
(mep_elf_section_flags): Change type of arg attr to bfd_vma.
* gas/config/tc-mep.h: Likewise.
* gas/config/tc-ppc.c (ppc_section_letter): Return a bfd_vma.
(ppc_section_word): Return a bfd_vma.
(ppc_section_flags): Change type of arg attr to bfd_vma.
* gas/config/tc-ppc.h: Likewise.
* gas/config/te-vms.h (DWARF2_DIR_SHOULD_END_WITH_SEPARATOR,
DWAR2_FILE_TIME_NAME, DWARF2_FILE_SIZE_NAME, DWARF2_FILEN_NAME):
New file with new macros
* gas/dwarf2dbg.c (get_filenum, out_file_list): Default and call new
macros.
2009-01-15 20:42:52 +08:00
|
|
|
vmsutil.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-sparclynx.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 \
|
2004-11-08 21:17:43 +08:00
|
|
|
coff-maxq.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
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 \
|
2005-10-26 01:40:19 +08:00
|
|
|
coff-z80.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
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 \
|
2008-02-14 23:20:26 +08:00
|
|
|
efi-bsdrv-ia32.c \
|
|
|
|
efi-rtdrv-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 \
|
./
* configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
* configure: Regenerated.
bfd/
* Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Replace
elfarm-nabi with elf32-arm. Remove elfarm-oabi.
(elf32-arm.lo): Replace elfarm-nabi.lo rule. Remove elf32-arm.h
dependency.
* config.bfd: Move arm-*-oabi* and thumb-*-oabi* from obsolete list
to a new removed list. Remove normal configuration stanzas.
* configure.in: (bfd_elf32_bigarm_vec, bfd_elf32_bigarm_symbian_vec)
(bfd_elf32_littlearm_symbian_vec, bfd_elf32_littlearm_vec): Replace
elfarm-nabi.lo with elf32-arm.lo.
(bfd_elf32_bigarm_oabi_vec, bfd_elf32_littlearm_oabi_vec): Remove.
* elf32-arm.c: Renamed from elfarm-nabi.c. Inline elf32-arm.h.
* elf32-arm.h: Remove.
* elfarm-oabi.c: Remove.
* targets.c (_bfd_target_vector): Remove bfd_elf32_bigarm_oabi_vec
and bfd_elf32_littlearm_oabi_vec.
* aclocal.m4, Makefile.in, configure, doc/Makefile.in: Regenerated.
gas/
* configure.in: Remove arm-*-oabi and thumb-*-oabi.
* config/tc-arm.c (target_oabi): Delete.
(md_apply_fix3, elf32_arm_target_format): Remove target_oabi checks.
(arm_opts): Remove moabi.
* doc/as.texinfo (Overview): Remove documentation of -moabi.
* doc/c-arm.texi (ARM Options): Likewise.
* configure: Regenerated.
ld/
* Makefile.am (ALL_EMULATIONS): Remove earmelf_oabi.o.
(earmelf_oabi.c): Remove rule.
* configure.tgt: Remove arm-*-oabi and thumb-*-oabi.
* emulparams/armelf_oabi.sh, emultempl/armelf_oabi.em: Delete files.
* Makefile.in: Regenerated.
2004-11-04 23:54:50 +08:00
|
|
|
elf32-arm.c \
|
2000-03-27 16:39:14 +08:00
|
|
|
elf32-avr.c \
|
2005-09-30 23:36:41 +08:00
|
|
|
elf32-bfin.c \
|
2007-06-29 22:09:34 +08:00
|
|
|
elf32-cr16.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 \
|
2008-12-24 03:10:25 +08:00
|
|
|
elf32-lm32.c \
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-15 06:52:28 +08:00
|
|
|
elf32-m32c.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 \
|
2007-02-06 03:50:12 +08:00
|
|
|
elf32-mep.c \
|
2002-04-04 15:01:27 +08:00
|
|
|
elfxx-mips.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32-mips.c \
|
2005-12-12 19:25:08 +08:00
|
|
|
elf32-mt.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 \
|
2006-09-17 07:51:50 +08:00
|
|
|
elf32-score.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32-sh.c \
|
2004-07-07 00:58:43 +08:00
|
|
|
elf32-sh-symbian.c \
|
2005-04-29 07:02:05 +08:00
|
|
|
elfxx-sparc.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32-sparc.c \
|
2006-10-25 14:49:21 +08:00
|
|
|
elf32-spu.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
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 \
|
2006-02-17 22:36:28 +08:00
|
|
|
elf32-xc16x.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
elf32.c \
|
|
|
|
elflink.c \
|
bfd:
* elf-attrs.c: New.
* Makefile.am (BFD32_BACKENDS): Add elf-attrs.lo.
(BFD32_BACKENDS_CFILES): Add elf-attrs.c.
(elf-attrs.lo): Generate dependencies.
* Makefile.in: Regenerate.
* configure.in (elf): Add elf-attrs.lo.
* configure: Regenerate.
* elf-bfd.h (struct elf_backend_data): Add entries for object
attributes.
(NUM_KNOWN_OBJ_ATTRIBUTES, obj_attribute, obj_attribute_list,
OBJ_ATTR_PROC, OBJ_ATTR_GNU, OBJ_ATTR_FIRST, OBJ_ATTR_LAST,
Tag_NULL, Tag_File, Tag_Section, Tag_Symbol, Tag_compatibility):
New.
(struct elf_obj_tdata): Add entries for object attributes.
(elf_known_obj_attributes, elf_other_obj_attributes,
elf_known_obj_attributes_proc, elf_other_obj_attributes_proc):
New.
(bfd_elf_obj_attr_size, bfd_elf_set_obj_attr_contents,
bfd_elf_get_obj_attr_int, bfd_elf_add_obj_attr_int,
bfd_elf_add_proc_attr_int, bfd_elf_add_obj_attr_string,
bfd_elf_add_proc_attr_string, bfd_elf_add_obj_attr_compat,
bfd_elf_add_proc_attr_compat, _bfd_elf_attr_strdup,
_bfd_elf_copy_obj_attributes, _bfd_elf_obj_attrs_arg_type,
_bfd_elf_parse_attributes, _bfd_elf_merge_object_attributes): New.
* elf.c (_bfd_elf_copy_private_bfd_data): Copy object attributes.
(bfd_section_from_shdr): Handle attributes sections.
* elflink.c (bfd_elf_final_link): Handle attributes sections.
* elfxx-target.h (elf_backend_obj_attrs_vendor,
elf_backend_obj_attrs_section, elf_backend_obj_attrs_arg_type,
elf_backend_obj_attrs_section_type): New.
(elfNN_bed): Update.
* elf32-arm.c (NUM_KNOWN_ATTRIBUTES, aeabi_attribute,
aeabi_attribute_list): Remove.
(struct elf32_arm_obj_tdata): Remove object attributes fields.
(check_use_blx, bfd_elf32_arm_set_vfp11_fix, using_thumb2,
elf32_arm_copy_private_bfd_data, elf32_arm_merge_eabi_attributes):
Update for new object attributes interfaces.
(uleb128_size, is_default_attr, eabi_attr_size,
elf32_arm_eabi_attr_size, write_uleb128, write_eabi_attribute,
elf32_arm_set_eabi_attr_contents, elf32_arm_bfd_final_link,
elf32_arm_new_eabi_attr, elf32_arm_get_eabi_attr_int,
elf32_arm_add_eabi_attr_int, attr_strdup,
elf32_arm_add_eabi_attr_string, elf32_arm_add_eabi_attr_compat,
copy_eabi_attributes, elf32_arm_parse_attributes): Remove. Moved
to generic code in elf-attrs.c.
(elf32_arm_obj_attrs_arg_type): New.
(elf32_arm_fake_sections): Do not handle .ARM.attributes.
(elf32_arm_section_from_shdr): Do not handle SHT_ARM_ATTRIBUTES.
(bfd_elf32_bfd_final_link): Remove.
(elf_backend_obj_attrs_vendor, elf_backend_obj_attrs_section,
elf_backend_obj_attrs_arg_type,
elf_backend_obj_attrs_section_type): New.
* elf32-bfin.c (bfin_elf_copy_private_bfd_data): Copy object
attributes.
* elf32-frv.c (frv_elf_copy_private_bfd_data): Likewise.
* elf32-iq2000.c (iq2000_elf_copy_private_bfd_data): Likewise.
* elf32-mep.c (mep_elf_copy_private_bfd_data): Likewise.
* elf32-mt.c (mt_elf_copy_private_bfd_data): Likewise.
* elf32-sh.c (sh_elf_copy_private_data): Likewise.
* elf64-sh64.c (sh_elf64_copy_private_data_internal): Likewise.
binutils:
* readelf.c (display_gnu_attribute): New.
(process_arm_specific): Rearrange as process_attributes.
(process_arm_specific): Replace by wrapper of process_attributes.
gas:
* as.c (create_obj_attrs_section): New.
(main): Call create_obj_attrs_section for ELF.
* read.c (s_gnu_attribute, skip_whitespace, skip_past_char,
skip_past_comma, s_vendor_attribute): New.
(potable): Add gnu_attribute for ELF.
* read.h (s_vendor_attribute): Declare.
* config/tc-arm.c (s_arm_eabi_attribute): Replace by wrapper
round s_vendor_attribute.
(aeabi_set_public_attributes): Update for new attributes
interfaces.
(arm_md_end): Remove attributes contents setting now done
generically.
include/elf:
* arm.h (elf32_arm_add_eabi_attr_int,
elf32_arm_add_eabi_attr_string, elf32_arm_add_eabi_attr_compat,
elf32_arm_get_eabi_attr_int, elf32_arm_set_eabi_attr_contents,
elf32_arm_eabi_attr_size, Tag_NULL, Tag_File, Tag_Section,
Tag_Symbol, Tag_compatibility): Remove.
* common.h (SHT_GNU_ATTRIBUTES): Define.
ld:
* emulparams/armelf.sh (OTHER_SECTIONS): Remove .ARM.attributes.
(ATTRS_SECTIONS): Define.
* scripttempl/elf.sc, scripttempl/elf32sh-symbian.sc,
scripttempl/elf_chaos.sc, scripttempl/elfi370.sc,
scripttempl/elfxtensa.sc: Handle ATTRS_SECTIONS.
2007-06-30 00:29:17 +08:00
|
|
|
elf-attrs.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 \
|
2005-05-05 22:37:27 +08:00
|
|
|
elf-vxworks.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 \
|
|
|
|
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 \
|
2006-08-21 16:12:46 +08:00
|
|
|
pe-arm-wince.c \
|
|
|
|
pei-arm-wince.c \
|
1999-05-03 15:29:11 +08:00
|
|
|
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 \
|
* include/elf/ia64.h (SHT_IA_64_VMS_DISPLAY_NAME_INFO,
EF_IA_64_ARCHVER_1): New macros. Minor reformatting.
* bfd/Makefile.am (BFD32_BACKENDS): Add new object vmsutil.lo
(BFD32_BACKENDS_CFILES): Add new file vmsutil.c
(vmsutil.lo): Add dependency rule
* bfd/Makefile.in: Regenerate
* bfd/config.bfd (ia64*-*-*vms*): Add case.
* bfd/configure.in (bfd_elf64_ia64_vms_vec): Add case.
* bfd/configure: Regenerate
* bfd/vmsutil.[ch]: New files
* bfd/elf-bfd.h (struct bfd_elf_special_section): Change type of
attr to bfd_vma.
* bfd/elfxx-ia64.c (elfNN_vms_post_process_headers,
elfNN_vms_section_processing, elfNN_vms_final_write_processing,
elfNN_vms_close_and_cleanup, elfNN_vms_section_from_shdr,
elfNN_vms_object_p): New functions
* bfd/targets.c (bfd_elf64_ia64_vms_vec): New target.
* gas/configure.tgt(ia64-*-*vms*): New target.
* gas/dwarf2dbg.h (dwarf2_loc_mark_labels): Make extern.
* gas/tc.h (md_number_to_chars): Declare iff undefined.
* gas/config/obj-elf.c (obj_elf_change_section): Change type of
arg attr to bfd_vma.
(obj_elf_parse_section_letters): Return a bfd_vma. Change type of
variables attr, md_attr to bfd_vma.
(obj_elf_section_word): Likewise.
(obj_elf_section): Change type of variable attr to bfd_vma
* gas/config/obj-elf.h (obj_elf_change_section): Change type of
arg attr to bfd_vma
* gas/config/tc-ia64.c (bfdver.h,time.h): Include.
(ia64_elf_section_letter): Now returns a bfd_vma.
Handle VMS specific attributes.
(ia64_elf_section_flags): Arg attr now a bfd_vma.
(ia64_init): Don't turn on dependency checking for VMS.
(ia64_target_format): Check for VMS flag bit.
(do_alias): Hande decc$ functions.
(get_vms_time): New function.
(ia64_vms_note): New function.
* gas/config/tc-ia64.h (ia64_elf_section_letter): Now returns a bfd_vma.
(ia64_elf_section_flags): Arg attr now a bfd_vma.
(tc_init_after_args): Define for VMS.
* gas/config/tc-alpha.c (alpha_elf_section_letter): Return a bfd_vma.
(alpha_elf_section_flags): Change type of arg attr to bfd_vma.
* gas/config/tc-alpha.h: Likewise.
* gas/config/tc-i386.c (x86_64_section_letter): Return a bfd_vma.
(x86_64_section_word): Return a bfd_vma.
* gas/config/tc-i386.h: Likewise.
* gas/config/tc-ip2k.c (ip2k_elf_section_flags): Change type of arg
attr to bfd_vma.
* gas/config/tc-ip2k.h: Likewise.
* gas/config/tc-mep.c (mep_elf_section_letter): Return a bfd_vma.
(mep_elf_section_flags): Change type of arg attr to bfd_vma.
* gas/config/tc-mep.h: Likewise.
* gas/config/tc-ppc.c (ppc_section_letter): Return a bfd_vma.
(ppc_section_word): Return a bfd_vma.
(ppc_section_flags): Change type of arg attr to bfd_vma.
* gas/config/tc-ppc.h: Likewise.
* gas/config/te-vms.h (DWARF2_DIR_SHOULD_END_WITH_SEPARATOR,
DWAR2_FILE_TIME_NAME, DWARF2_FILE_SIZE_NAME, DWARF2_FILEN_NAME):
New file with new macros
* gas/dwarf2dbg.c (get_filenum, out_file_list): Default and call new
macros.
2009-01-15 20:42:52 +08:00
|
|
|
vmsutil.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.
|
2005-03-24 17:26:27 +08:00
|
|
|
# elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in
|
|
|
|
# BFD32_BACKENDS.
|
1999-05-03 15:29:11 +08:00
|
|
|
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 \
|
2008-02-14 23:20:26 +08:00
|
|
|
efi-bsdrv-ia64.lo \
|
|
|
|
efi-rtdrv-ia64.lo \
|
2007-03-08 13:35:01 +08:00
|
|
|
efi-app-x86_64.lo \
|
2008-02-14 23:20:26 +08:00
|
|
|
efi-bsdrv-x86_64.lo \
|
|
|
|
efi-rtdrv-x86_64.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 \
|
2005-03-24 17:26:27 +08:00
|
|
|
elf32-ia64.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 \
|
2006-09-20 19:35:11 +08:00
|
|
|
coff-x86_64.lo \
|
|
|
|
pe-x86_64.lo \
|
|
|
|
pei-x86_64.lo \
|
|
|
|
pepigen.lo \
|
|
|
|
pex64igen.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 \
|
2008-02-14 23:20:26 +08:00
|
|
|
efi-bsdrv-ia64.c \
|
|
|
|
efi-rtdrv-ia64.c \
|
2007-03-08 13:35:01 +08:00
|
|
|
efi-app-x86_64.c \
|
2008-02-14 23:20:26 +08:00
|
|
|
efi-bsdrv-x86_64.c \
|
|
|
|
efi-rtdrv-x86_64.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 \
|
2006-09-20 19:35:11 +08:00
|
|
|
nlm64.c \
|
|
|
|
coff-x86_64.c \
|
|
|
|
pe-x86_64.c \
|
|
|
|
pei-x86_64.c
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
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@
|
|
|
|
BFD_MACHINES = @bfd_machines@
|
|
|
|
TDEFAULTS = @tdefaults@
|
|
|
|
|
2006-05-31 23:14:46 +08:00
|
|
|
INCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) @INCINTL@
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
# 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 = \
|
2006-09-20 19:35:11 +08:00
|
|
|
elf32-ia64.c elf64-ia64.c peigen.c pepigen.c pex64igen.c
|
2001-02-27 14:43:56 +08:00
|
|
|
|
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 = \
|
2008-02-12 08:26:00 +08:00
|
|
|
aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
|
|
|
|
elf-bfd.h elf-hppa.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 = \
|
2007-08-07 04:53:29 +08:00
|
|
|
bfdver.h elf32-target.h elf64-target.h targmatch.h bfd_stdint.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 \
|
2008-08-04 14:55:33 +08:00
|
|
|
| LC_ALL=C 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 \
|
2008-08-04 14:55:33 +08:00
|
|
|
| LC_ALL=C 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
|
|
|
|
2005-05-20 07:49:52 +08:00
|
|
|
all diststuff: info
|
1999-05-03 15:29:11 +08:00
|
|
|
|
2009-02-03 23:54:05 +08:00
|
|
|
.PHONY: install-pdf install-pdf-am install-pdf-recursive
|
|
|
|
|
|
|
|
install-pdf: install-pdf-recursive
|
|
|
|
|
|
|
|
install-pdf-recursive:
|
|
|
|
@failcom='exit 1'; \
|
|
|
|
for f in x $$MAKEFLAGS; do \
|
|
|
|
case $$f in \
|
|
|
|
*=* | --[!k]*);; \
|
|
|
|
*k*) failcom='fail=yes';; \
|
|
|
|
esac; \
|
|
|
|
done; \
|
|
|
|
dot_seen=no; \
|
|
|
|
target=`echo $@ | sed s/-recursive//`; \
|
|
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
|
|
echo "Making $$target in $$subdir"; \
|
|
|
|
if test "$$subdir" = "."; then \
|
|
|
|
dot_seen=yes; \
|
|
|
|
local_target="$$target-am"; \
|
|
|
|
else \
|
|
|
|
local_target="$$target"; \
|
|
|
|
fi; \
|
|
|
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
|
|
|
|| eval $$failcom; \
|
|
|
|
done; \
|
|
|
|
if test "$$dot_seen" = "no"; then \
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
|
|
|
fi; test -z "$$fail"
|
|
|
|
|
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.tpl: Add install-html target.
* Makefile.def: Add install-html target.
* Makefile.in: Regenerate.
* configure.in: Add --with-datarootdir, --with-docdir,
and --with-htmldir options.
* configure: Regenerate.
bfd/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Rename docdir to bfddocdir. Add datarootdir, docdir
htmldir. Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST for datarootdir, docdir and htmldir.
* configure: Regenerate.
bfd/doc/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html and install-html-am targets.
Define datarootdir, docdir and htmldir.
* Makefile.in: Regenerate.
binutils/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir and htmldir.
* configure: Regenerate.
* doc/Makefile.am: Add install-html and install-html-am targets.
* doc/Makefile.in: Regenerate.
etc/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.in: Add install-html target. Add htmldir,
docdir and datarootdir.
* configure.texi: Document install-html target.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
gas/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
* doc/Makefile.am: Add install-html and install-html-am targets.
* doc/Makefile.in: Regenerate.
gprof/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html, install-html-am and
install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
intl/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* intl/Makefile.in: Add html info and dvi and install-html to .PHONY
Add install-html target.
ld/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html, install-html-am, and
install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
* po/Make-in: Add install-html target.
opcodes/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html target.
* Makefile.in: Regenerate.
2006-04-07 05:49:35 +08:00
|
|
|
.PHONY: install-html install-html-am install-html-recursive
|
|
|
|
|
|
|
|
install-html: install-html-recursive
|
|
|
|
|
|
|
|
install-html-recursive:
|
|
|
|
@failcom='exit 1'; \
|
|
|
|
for f in x $$MAKEFLAGS; do \
|
|
|
|
case $$f in \
|
|
|
|
*=* | --[!k]*);; \
|
|
|
|
*k*) failcom='fail=yes';; \
|
|
|
|
esac; \
|
|
|
|
done; \
|
|
|
|
dot_seen=no; \
|
|
|
|
target=`echo $@ | sed s/-recursive//`; \
|
|
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
|
|
echo "Making $$target in $$subdir"; \
|
|
|
|
if test "$$subdir" = "."; then \
|
|
|
|
dot_seen=yes; \
|
|
|
|
local_target="$$target-am"; \
|
|
|
|
else \
|
|
|
|
local_target="$$target"; \
|
|
|
|
fi; \
|
|
|
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
|
|
|
|| eval $$failcom; \
|
|
|
|
done; \
|
|
|
|
if test "$$dot_seen" = "no"; then \
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
|
|
|
fi; test -z "$$fail"
|
|
|
|
|
1999-05-03 15:29:11 +08:00
|
|
|
# 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
|
2007-01-12 12:04:08 +08:00
|
|
|
# bfd64_libs Routines for 64bit support
|
|
|
|
OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ @bfd64_libs@
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2007-01-12 12:04:08 +08:00
|
|
|
# Since BFD64_LIBS is optional and we can't have substitution in
|
|
|
|
# libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead.
|
|
|
|
libbfd_la_SOURCES = $(BFD32_LIBS_CFILES)
|
1999-05-03 15:29:11 +08:00
|
|
|
libbfd_la_DEPENDENCIES = $(OFILES) ofiles
|
2009-01-16 16:02:29 +08:00
|
|
|
libbfd_la_LIBADD = `cat ofiles` @SHARED_LIBADD@
|
|
|
|
libbfd_la_LDFLAGS = -release `cat libtool-soversion` @SHARED_LDFLAGS@
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
# 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
|
|
|
|
|
2007-06-23 16:40:54 +08:00
|
|
|
dwarf2.lo: dwarf2.c Makefile
|
|
|
|
$(LIBTOOL) --mode=compile $(COMPILE) -c -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
|
|
|
|
|
1999-05-03 15:29:11 +08:00
|
|
|
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
|
|
|
|
|
2006-09-20 19:35:11 +08:00
|
|
|
pex64igen.c: peXXigen.c
|
|
|
|
rm -f pex64igen.c
|
|
|
|
sed -e s/XX/pex64/g < $(srcdir)/peXXigen.c > pex64igen.new
|
|
|
|
mv -f pex64igen.new pex64igen.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 \
|
2008-07-10 09:32:23 +08:00
|
|
|
archive.c corefile.c targets.c format.c compress.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:
|
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.tpl: Add install-html target.
* Makefile.def: Add install-html target.
* Makefile.in: Regenerate.
* configure.in: Add --with-datarootdir, --with-docdir,
and --with-htmldir options.
* configure: Regenerate.
bfd/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Rename docdir to bfddocdir. Add datarootdir, docdir
htmldir. Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST for datarootdir, docdir and htmldir.
* configure: Regenerate.
bfd/doc/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html and install-html-am targets.
Define datarootdir, docdir and htmldir.
* Makefile.in: Regenerate.
binutils/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir and htmldir.
* configure: Regenerate.
* doc/Makefile.am: Add install-html and install-html-am targets.
* doc/Makefile.in: Regenerate.
etc/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.in: Add install-html target. Add htmldir,
docdir and datarootdir.
* configure.texi: Document install-html target.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
gas/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
* doc/Makefile.am: Add install-html and install-html-am targets.
* doc/Makefile.in: Regenerate.
gprof/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html, install-html-am and
install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
intl/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* intl/Makefile.in: Add html info and dvi and install-html to .PHONY
Add install-html target.
ld/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html, install-html-am, and
install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
* po/Make-in: Add install-html target.
opcodes/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html target.
* Makefile.in: Regenerate.
2006-04-07 05:49:35 +08:00
|
|
|
(cd $(bfddocdir); $(MAKE) protos $(FLAGS_TO_PASS))
|
|
|
|
cp $(bfddocdir)/bfd.h bfd-in2.h-new
|
1999-05-03 15:29:11 +08:00
|
|
|
$(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
|
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.tpl: Add install-html target.
* Makefile.def: Add install-html target.
* Makefile.in: Regenerate.
* configure.in: Add --with-datarootdir, --with-docdir,
and --with-htmldir options.
* configure: Regenerate.
bfd/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Rename docdir to bfddocdir. Add datarootdir, docdir
htmldir. Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST for datarootdir, docdir and htmldir.
* configure: Regenerate.
bfd/doc/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html and install-html-am targets.
Define datarootdir, docdir and htmldir.
* Makefile.in: Regenerate.
binutils/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir and htmldir.
* configure: Regenerate.
* doc/Makefile.am: Add install-html and install-html-am targets.
* doc/Makefile.in: Regenerate.
etc/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.in: Add install-html target. Add htmldir,
docdir and datarootdir.
* configure.texi: Document install-html target.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
gas/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
* doc/Makefile.am: Add install-html and install-html-am targets.
* doc/Makefile.in: Regenerate.
gprof/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html, install-html-am and
install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
intl/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* intl/Makefile.in: Add html info and dvi and install-html to .PHONY
Add install-html target.
ld/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html, install-html-am, and
install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
* po/Make-in: Add install-html target.
opcodes/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html target.
* Makefile.in: Regenerate.
2006-04-07 05:49:35 +08:00
|
|
|
cp $(bfddocdir)/libbfd.h libbfd.h-new
|
1999-05-03 15:29:11 +08:00
|
|
|
$(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
|
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.tpl: Add install-html target.
* Makefile.def: Add install-html target.
* Makefile.in: Regenerate.
* configure.in: Add --with-datarootdir, --with-docdir,
and --with-htmldir options.
* configure: Regenerate.
bfd/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Rename docdir to bfddocdir. Add datarootdir, docdir
htmldir. Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST for datarootdir, docdir and htmldir.
* configure: Regenerate.
bfd/doc/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html and install-html-am targets.
Define datarootdir, docdir and htmldir.
* Makefile.in: Regenerate.
binutils/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir and htmldir.
* configure: Regenerate.
* doc/Makefile.am: Add install-html and install-html-am targets.
* doc/Makefile.in: Regenerate.
etc/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.in: Add install-html target. Add htmldir,
docdir and datarootdir.
* configure.texi: Document install-html target.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
gas/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
* doc/Makefile.am: Add install-html and install-html-am targets.
* doc/Makefile.in: Regenerate.
gprof/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html, install-html-am and
install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
intl/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* intl/Makefile.in: Add html info and dvi and install-html to .PHONY
Add install-html target.
ld/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html, install-html-am, and
install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
* po/Make-in: Add install-html target.
opcodes/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html target.
* Makefile.in: Regenerate.
2006-04-07 05:49:35 +08:00
|
|
|
cp $(bfddocdir)/libcoff.h libcoff.h-new
|
1999-05-03 15:29:11 +08:00
|
|
|
$(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)
|
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.tpl: Add install-html target.
* Makefile.def: Add install-html target.
* Makefile.in: Regenerate.
* configure.in: Add --with-datarootdir, --with-docdir,
and --with-htmldir options.
* configure: Regenerate.
bfd/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Rename docdir to bfddocdir. Add datarootdir, docdir
htmldir. Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST for datarootdir, docdir and htmldir.
* configure: Regenerate.
bfd/doc/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html and install-html-am targets.
Define datarootdir, docdir and htmldir.
* Makefile.in: Regenerate.
binutils/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir and htmldir.
* configure: Regenerate.
* doc/Makefile.am: Add install-html and install-html-am targets.
* doc/Makefile.in: Regenerate.
etc/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.in: Add install-html target. Add htmldir,
docdir and datarootdir.
* configure.texi: Document install-html target.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
gas/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
* doc/Makefile.am: Add install-html and install-html-am targets.
* doc/Makefile.in: Regenerate.
gprof/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html, install-html-am and
install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
intl/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* intl/Makefile.in: Add html info and dvi and install-html to .PHONY
Add install-html target.
ld/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html, install-html-am, and
install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
* po/Make-in: Add install-html target.
opcodes/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html target.
* Makefile.in: Regenerate.
2006-04-07 05:49:35 +08:00
|
|
|
(cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
|
|
|
|
cp $(bfddocdir)/bfd.h bfd-in2.h-new
|
1999-05-03 15:29:11 +08:00
|
|
|
$(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)
|
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.tpl: Add install-html target.
* Makefile.def: Add install-html target.
* Makefile.in: Regenerate.
* configure.in: Add --with-datarootdir, --with-docdir,
and --with-htmldir options.
* configure: Regenerate.
bfd/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Rename docdir to bfddocdir. Add datarootdir, docdir
htmldir. Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST for datarootdir, docdir and htmldir.
* configure: Regenerate.
bfd/doc/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html and install-html-am targets.
Define datarootdir, docdir and htmldir.
* Makefile.in: Regenerate.
binutils/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir and htmldir.
* configure: Regenerate.
* doc/Makefile.am: Add install-html and install-html-am targets.
* doc/Makefile.in: Regenerate.
etc/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.in: Add install-html target. Add htmldir,
docdir and datarootdir.
* configure.texi: Document install-html target.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
gas/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
* doc/Makefile.am: Add install-html and install-html-am targets.
* doc/Makefile.in: Regenerate.
gprof/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html, install-html-am and
install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
intl/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* intl/Makefile.in: Add html info and dvi and install-html to .PHONY
Add install-html target.
ld/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html, install-html-am, and
install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
* po/Make-in: Add install-html target.
opcodes/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html target.
* Makefile.in: Regenerate.
2006-04-07 05:49:35 +08:00
|
|
|
(cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
|
|
|
|
cp $(bfddocdir)/libbfd.h libbfd.h-new
|
1999-05-03 15:29:11 +08:00
|
|
|
$(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)
|
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.tpl: Add install-html target.
* Makefile.def: Add install-html target.
* Makefile.in: Regenerate.
* configure.in: Add --with-datarootdir, --with-docdir,
and --with-htmldir options.
* configure: Regenerate.
bfd/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Rename docdir to bfddocdir. Add datarootdir, docdir
htmldir. Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST for datarootdir, docdir and htmldir.
* configure: Regenerate.
bfd/doc/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html and install-html-am targets.
Define datarootdir, docdir and htmldir.
* Makefile.in: Regenerate.
binutils/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir and htmldir.
* configure: Regenerate.
* doc/Makefile.am: Add install-html and install-html-am targets.
* doc/Makefile.in: Regenerate.
etc/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.in: Add install-html target. Add htmldir,
docdir and datarootdir.
* configure.texi: Document install-html target.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
gas/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
* doc/Makefile.am: Add install-html and install-html-am targets.
* doc/Makefile.in: Regenerate.
gprof/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html, install-html-am and
install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
intl/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* intl/Makefile.in: Add html info and dvi and install-html to .PHONY
Add install-html target.
ld/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html, install-html-am, and
install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
* po/Make-in: Add install-html target.
opcodes/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html target.
* Makefile.in: Regenerate.
2006-04-07 05:49:35 +08:00
|
|
|
(cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
|
|
|
|
cp $(bfddocdir)/libcoff.h libcoff.h-new
|
1999-05-03 15:29:11 +08:00
|
|
|
$(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
|
|
|
|
|
2007-04-18 20:14:50 +08:00
|
|
|
DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES) libtool-soversion
|
2001-03-24 02:05:30 +08:00
|
|
|
|
2004-05-28 05:22:49 +08:00
|
|
|
bfdver.h: $(srcdir)/version.h $(srcdir)/Makefile.in
|
2007-04-09 23:36:44 +08:00
|
|
|
@echo "creating $@"
|
2004-05-23 08:06:49 +08:00
|
|
|
@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)\"" ;\
|
2007-04-18 20:14:50 +08:00
|
|
|
bfd_soversion="$(VERSION)" ;\
|
2007-02-17 21:33:57 +08:00
|
|
|
bfd_version_package="\"$(PKGVERSION)\"" ;\
|
2007-03-15 22:17:20 +08:00
|
|
|
report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
|
2004-05-23 08:06:49 +08:00
|
|
|
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` ;\
|
2007-03-01 23:48:36 +08:00
|
|
|
bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\
|
2007-04-18 20:14:50 +08:00
|
|
|
bfd_soversion="$(VERSION).$${bfd_version_date}" ;\
|
2004-05-23 08:06:49 +08:00
|
|
|
fi ;\
|
2007-03-15 22:17:20 +08:00
|
|
|
sed -e "s,@bfd_version@,$$bfd_version," \
|
|
|
|
-e "s,@bfd_version_string@,$$bfd_version_string," \
|
|
|
|
-e "s,@bfd_version_package@,$$bfd_version_package," \
|
|
|
|
-e "s,@report_bugs_to@,$$report_bugs_to," \
|
2007-04-18 20:14:50 +08:00
|
|
|
< $(srcdir)/version.h > $@; \
|
|
|
|
echo "$${bfd_soversion}" > libtool-soversion
|
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.
|
2005-10-30 05:16:20 +08:00
|
|
|
archive.lo: archive.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
|
|
|
|
$(INCDIR)/hashtab.h $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h \
|
2005-10-01 02:38:50 +08:00
|
|
|
$(INCDIR)/safe-ctype.h
|
2005-10-30 05:16:20 +08:00
|
|
|
archures.lo: archures.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/safe-ctype.h
|
2007-04-26 22:47:00 +08:00
|
|
|
bfd.lo: bfd.c $(INCDIR)/filenames.h bfdver.h $(INCDIR)/libiberty.h \
|
2007-04-19 18:41:30 +08:00
|
|
|
$(INCDIR)/demangle.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/sym.h libcoff.h libecoff.h $(INCDIR)/coff/ecoff.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h
|
2005-10-30 05:16:20 +08:00
|
|
|
bfdio.lo: bfdio.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
bfdwin.lo: bfdwin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cache.lo: cache.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/libiberty.h
|
|
|
|
coffgen.lo: coffgen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
corefile.lo: corefile.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
format.lo: format.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
init.lo: init.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
libbfd.lo: libbfd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
opncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h \
|
2005-10-01 02:38:50 +08:00
|
|
|
$(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
|
2005-10-30 05:16:20 +08:00
|
|
|
reloc.lo: reloc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
2005-10-01 02:38:50 +08:00
|
|
|
$(INCDIR)/hashtab.h
|
2005-10-30 05:16:20 +08:00
|
|
|
section.lo: section.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
syms.lo: syms.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.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)/hashtab.h \
|
|
|
|
$(INCDIR)/fnmatch.h targmatch.h
|
|
|
|
hash.lo: hash.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/objalloc.h $(INCDIR)/libiberty.h
|
|
|
|
linker.lo: linker.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/bfdlink.h genlink.h
|
|
|
|
srec.lo: srec.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
|
|
|
|
binary.lo: binary.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
|
2005-10-01 02:38:50 +08:00
|
|
|
$(INCDIR)/hashtab.h
|
2005-10-30 05:16:20 +08:00
|
|
|
tekhex.lo: tekhex.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/libiberty.h
|
|
|
|
ihex.lo: ihex.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
|
|
|
|
stabs.lo: stabs.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.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
|
|
|
|
merge.lo: merge.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/libiberty.h
|
|
|
|
dwarf2.lo: dwarf2.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
|
|
|
|
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
|
2008-02-12 08:26:00 +08:00
|
|
|
$(INCDIR)/elf/dwarf2.h
|
2005-10-30 05:16:20 +08:00
|
|
|
simple.lo: simple.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
2008-07-10 09:32:23 +08:00
|
|
|
compress.lo: compress.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
2005-10-30 05:16:20 +08:00
|
|
|
archive64.lo: archive64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/aout/ar.h
|
|
|
|
cpu-alpha.lo: cpu-alpha.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-arc.lo: cpu-arc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-arm.lo: cpu-arm.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/libiberty.h
|
|
|
|
cpu-avr.lo: cpu-avr.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-bfin.lo: cpu-bfin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
2007-06-29 22:09:34 +08:00
|
|
|
cpu-cr16.lo: cpu-cr16.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
2005-10-30 05:16:20 +08:00
|
|
|
cpu-cris.lo: cpu-cris.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-cr16c.lo: cpu-cr16c.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-crx.lo: cpu-crx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-d10v.lo: cpu-d10v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-d30v.lo: cpu-d30v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-dlx.lo: cpu-dlx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-fr30.lo: cpu-fr30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-frv.lo: cpu-frv.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-h8300.lo: cpu-h8300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-h8500.lo: cpu-h8500.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-hppa.lo: cpu-hppa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-ia64.lo: cpu-ia64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
cpu-ia64-opc.c $(srcdir)/../opcodes/ia64-opc.h $(INCDIR)/opcode/ia64.h
|
|
|
|
cpu-i370.lo: cpu-i370.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-i386.lo: cpu-i386.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-i860.lo: cpu-i860.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-i960.lo: cpu-i960.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-ip2k.lo: cpu-ip2k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-iq2000.lo: cpu-iq2000.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
2008-12-24 03:10:25 +08:00
|
|
|
cpu-lm32.lo: cpu-lm32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
2005-10-30 05:16:20 +08:00
|
|
|
cpu-m32c.lo: cpu-m32c.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-m32r.lo: cpu-m32r.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-m68hc11.lo: cpu-m68hc11.c $(INCDIR)/filenames.h \
|
2005-10-01 02:38:50 +08:00
|
|
|
$(INCDIR)/hashtab.h
|
2005-10-30 05:16:20 +08:00
|
|
|
cpu-m68hc12.lo: cpu-m68hc12.c $(INCDIR)/filenames.h \
|
2005-10-01 02:38:50 +08:00
|
|
|
$(INCDIR)/hashtab.h
|
2006-03-16 20:20:16 +08:00
|
|
|
cpu-m68k.lo: cpu-m68k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/opcode/m68k.h
|
2005-10-30 05:16:20 +08:00
|
|
|
cpu-m88k.lo: cpu-m88k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-m10200.lo: cpu-m10200.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-m10300.lo: cpu-m10300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-maxq.lo: cpu-maxq.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-mcore.lo: cpu-mcore.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
2007-02-06 03:50:12 +08:00
|
|
|
cpu-mep.lo: cpu-mep.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
2005-10-30 05:16:20 +08:00
|
|
|
cpu-mips.lo: cpu-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-mmix.lo: cpu-mmix.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
2005-12-12 19:25:08 +08:00
|
|
|
cpu-mt.lo: cpu-mt.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
2005-10-30 05:16:20 +08:00
|
|
|
cpu-msp430.lo: cpu-msp430.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-or32.lo: cpu-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-ns32k.lo: cpu-ns32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
ns32k.h
|
|
|
|
cpu-openrisc.lo: cpu-openrisc.c $(INCDIR)/filenames.h \
|
2005-10-01 02:38:50 +08:00
|
|
|
$(INCDIR)/hashtab.h
|
2005-10-30 05:16:20 +08:00
|
|
|
cpu-pdp11.lo: cpu-pdp11.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-pj.lo: cpu-pj.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-powerpc.lo: cpu-powerpc.c $(INCDIR)/filenames.h \
|
2005-10-26 01:40:19 +08:00
|
|
|
$(INCDIR)/hashtab.h
|
2005-10-30 05:16:20 +08:00
|
|
|
cpu-rs6000.lo: cpu-rs6000.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-s390.lo: cpu-s390.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
2006-10-25 14:49:21 +08:00
|
|
|
cpu-score.lo: cpu-score.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
2005-10-30 05:16:20 +08:00
|
|
|
cpu-sh.lo: cpu-sh.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(srcdir)/../opcodes/sh-opc.h
|
|
|
|
cpu-sparc.lo: cpu-sparc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
2006-10-25 14:49:21 +08:00
|
|
|
cpu-spu.lo: cpu-spu.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
2005-10-30 05:16:20 +08:00
|
|
|
cpu-tic30.lo: cpu-tic30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-tic4x.lo: cpu-tic4x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-tic54x.lo: cpu-tic54x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-tic80.lo: cpu-tic80.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-v850.lo: cpu-v850.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/safe-ctype.h
|
|
|
|
cpu-vax.lo: cpu-vax.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-we32k.lo: cpu-we32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-w65.lo: cpu-w65.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-xstormy16.lo: cpu-xstormy16.c $(INCDIR)/filenames.h \
|
2005-10-01 02:38:50 +08:00
|
|
|
$(INCDIR)/hashtab.h
|
2005-10-30 05:16:20 +08:00
|
|
|
cpu-xtensa.lo: cpu-xtensa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
2006-02-17 22:36:28 +08:00
|
|
|
cpu-xc16x.lo: cpu-xc16x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
2005-10-30 05:16:20 +08:00
|
|
|
cpu-z80.lo: cpu-z80.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
cpu-z8k.lo: cpu-z8k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
aout-adobe.lo: aout-adobe.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.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 \
|
|
|
|
$(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h $(INCDIR)/aout/stab_gnu.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
|
2005-10-30 05:16:20 +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 \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/aout/stab.def $(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)/hashtab.h $(INCDIR)/aout/stab_gnu.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
2005-10-30 05:16:20 +08:00
|
|
|
aout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \
|
|
|
|
libaout.h aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.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 $(INCDIR)/hashtab.h
|
|
|
|
aout0.lo: aout0.c aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.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)/hashtab.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
|
2005-10-30 05:16:20 +08:00
|
|
|
armnetbsd.lo: armnetbsd.c netbsd.h $(INCDIR)/filenames.h \
|
|
|
|
$(INCDIR)/hashtab.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)/hashtab.h \
|
|
|
|
$(INCDIR)/bfdlink.h genlink.h $(INCDIR)/bout.h $(INCDIR)/libiberty.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h
|
|
|
|
cf-i386lynx.lo: cf-i386lynx.c $(INCDIR)/filenames.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
coff-i386.c $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h \
|
|
|
|
$(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
|
|
|
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
|
2005-10-30 05:16:20 +08:00
|
|
|
cf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/filenames.h \
|
|
|
|
$(INCDIR)/hashtab.h $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
coffcode.h coffswap.h
|
2005-10-30 05:16:20 +08:00
|
|
|
coff-apollo.lo: coff-apollo.c $(INCDIR)/filenames.h \
|
|
|
|
$(INCDIR)/hashtab.h $(INCDIR)/coff/apollo.h $(INCDIR)/coff/external.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
coffcode.h coffswap.h
|
2005-10-30 05:16:20 +08:00
|
|
|
coff-arm.lo: coff-arm.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/coff/arm.h $(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
|
2005-10-30 05:16:20 +08:00
|
|
|
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 \
|
2008-09-30 15:49:32 +08:00
|
|
|
coff-m68k.c $(INCDIR)/hashtab.h libcoff.h $(INCDIR)/bfdlink.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
coffcode.h coffswap.h
|
|
|
|
coff-h8300.lo: coff-h8300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/bfdlink.h genlink.h $(INCDIR)/coff/h8300.h \
|
2001-10-04 13:40:43 +08:00
|
|
|
$(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
libcoff.h $(INCDIR)/libiberty.h coffcode.h coffswap.h
|
2005-10-30 05:16:20 +08:00
|
|
|
coff-h8500.lo: coff-h8500.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.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)/hashtab.h \
|
|
|
|
$(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
|
|
|
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
|
|
|
|
coff-i860.lo: coff-i860.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.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 \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.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
|
2005-10-30 05:16:20 +08:00
|
|
|
coff-i960.lo: coff-i960.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/coff/i960.h $(INCDIR)/coff/internal.h libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h coffcode.h coffswap.h
|
|
|
|
coff-m68k.lo: coff-m68k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.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
|
2005-10-30 05:16:20 +08:00
|
|
|
coff-m88k.lo: coff-m88k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.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
|
2005-10-30 05:16:20 +08:00
|
|
|
coff-maxq.lo: coff-maxq.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/coff/maxq.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
|
|
|
libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h \
|
2005-10-01 02:38:50 +08:00
|
|
|
coffcode.h coffswap.h
|
2005-10-30 05:16:20 +08:00
|
|
|
coff-mips.lo: coff-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/hashtab.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
|
|
|
|
coff-or32.lo: coff-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/coff/or32.h $(INCDIR)/coff/internal.h libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h coffcode.h coffswap.h
|
|
|
|
coff-rs6000.lo: coff-rs6000.c $(INCDIR)/filenames.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/xcoff.h $(INCDIR)/coff/rs6000.h libcoff.h \
|
|
|
|
libxcoff.h coffcode.h coffswap.h
|
2005-10-30 05:16:20 +08:00
|
|
|
coff-sh.lo: coff-sh.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
|
|
|
|
$(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
|
2005-10-01 02:38:50 +08:00
|
|
|
$(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
|
|
|
libcoff.h coffcode.h coffswap.h
|
2005-10-30 05:16:20 +08:00
|
|
|
coff-sparc.lo: coff-sparc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
|
|
|
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
|
|
|
|
coff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/filenames.h \
|
|
|
|
$(INCDIR)/hashtab.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)/hashtab.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
|
|
|
|
$(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
|
2005-10-01 02:38:50 +08:00
|
|
|
coffcode.h coffswap.h
|
2005-10-30 05:16:20 +08:00
|
|
|
coff-tic30.lo: coff-tic30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h \
|
|
|
|
$(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
|
|
|
|
coff-tic4x.lo: coff-tic4x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h \
|
|
|
|
$(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
|
|
|
|
coff-tic54x.lo: coff-tic54x.c $(INCDIR)/filenames.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic54x.h \
|
|
|
|
$(INCDIR)/coff/ti.h $(INCDIR)/coff/internal.h libcoff.h \
|
|
|
|
coffcode.h coffswap.h
|
2007-04-26 22:47:00 +08:00
|
|
|
coff-tic80.lo: coff-tic80.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/hashtab.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)/hashtab.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
coffcode.h coffswap.h
|
2005-10-30 05:16:20 +08:00
|
|
|
coff-we32k.lo: coff-we32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/coff/we32k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
|
|
|
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
|
|
|
|
coff-w65.lo: coff-w65.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/coff/w65.h $(INCDIR)/coff/external.h \
|
|
|
|
$(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
|
|
|
|
coff-z80.lo: coff-z80.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/coff/z80.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)/hashtab.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 \
|
|
|
|
$(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h libcoff.h \
|
|
|
|
$(INCDIR)/safe-ctype.h
|
|
|
|
dwarf1.lo: dwarf1.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
|
|
|
|
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/dwarf.h
|
|
|
|
ecoff.lo: ecoff.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/hashtab.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 $(INCDIR)/libiberty.h
|
|
|
|
ecofflink.lo: ecofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/hashtab.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)/hashtab.h $(INCDIR)/coff/i386.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
|
|
|
|
peicode.h libpei.h
|
2008-02-14 23:20:26 +08:00
|
|
|
efi-bsdrv-ia32.lo: efi-bsdrv-ia32.c $(INCDIR)/filenames.h \
|
|
|
|
coff-i386.c $(INCDIR)/hashtab.h $(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
|
|
|
|
efi-rtdrv-ia32.lo: efi-rtdrv-ia32.c $(INCDIR)/filenames.h \
|
|
|
|
coff-i386.c $(INCDIR)/hashtab.h $(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
|
2005-10-30 05:16:20 +08:00
|
|
|
elf.lo: elf.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
2005-10-01 02:38:50 +08:00
|
|
|
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/libiberty.h \
|
2007-08-24 00:29:49 +08:00
|
|
|
$(INCDIR)/safe-ctype.h
|
2005-10-30 05:16:20 +08:00
|
|
|
elf32-am33lin.lo: elf32-am33lin.c $(INCDIR)/filenames.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h elf-m10300.c $(INCDIR)/hashtab.h \
|
2007-10-24 12:54:38 +08:00
|
|
|
$(INCDIR)/libiberty.h elf32-target.h
|
2005-10-30 05:16:20 +08:00
|
|
|
elf32-arc.lo: elf32-arc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
|
|
|
|
elf32-target.h
|
2006-03-16 20:20:16 +08:00
|
|
|
elf32-arm.lo: elf32-arm.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
|
|
|
|
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
|
2006-03-16 20:20:16 +08:00
|
|
|
elf-vxworks.h $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
elf32-target.h
|
2005-10-30 05:16:20 +08:00
|
|
|
elf32-avr.lo: elf32-avr.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/avr.h \
|
2006-06-05 20:28:18 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h elf32-avr.h elf32-target.h
|
2005-10-30 05:16:20 +08:00
|
|
|
elf32-bfin.lo: elf32-bfin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/bfin.h \
|
2006-04-19 20:10:21 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/elf/dwarf2.h \
|
|
|
|
elf32-target.h
|
2007-07-02 15:12:53 +08:00
|
|
|
elf32-cr16.lo: elf32-cr16.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/hashtab.h $(INCDIR)/libiberty.h elf-bfd.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \
|
2007-07-02 15:12:53 +08:00
|
|
|
$(INCDIR)/elf/cr16.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
|
2005-10-30 05:16:20 +08:00
|
|
|
elf32-cr16c.lo: elf32-cr16c.c $(INCDIR)/filenames.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/cr16c.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf32-target.h
|
2005-10-30 05:16:20 +08:00
|
|
|
elf32-cris.lo: elf32-cris.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/cris.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h elf32-target.h
|
|
|
|
elf32-crx.lo: elf32-crx.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/crx.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h elf32-target.h
|
|
|
|
elf32-d10v.lo: elf32-d10v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/d10v.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h elf32-target.h
|
|
|
|
elf32-d30v.lo: elf32-d30v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/d30v.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h elf32-target.h
|
|
|
|
elf32-dlx.lo: elf32-dlx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dlx.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h elf32-target.h
|
|
|
|
elf32-fr30.lo: elf32-fr30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/fr30.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h elf32-target.h
|
|
|
|
elf32-frv.lo: elf32-frv.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/frv.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/elf/dwarf2.h \
|
|
|
|
elf32-target.h
|
|
|
|
elf32-gen.lo: elf32-gen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h elf32-target.h
|
2005-10-30 05:16:20 +08:00
|
|
|
elf32-h8300.lo: elf32-h8300.c $(INCDIR)/filenames.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/h8.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
|
|
|
|
elf32-hppa.lo: elf32-hppa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(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 \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/i370.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h elf32-target.h
|
|
|
|
elf32-i386.lo: elf32-i386.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
2005-10-01 02:38:50 +08:00
|
|
|
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf-vxworks.h \
|
2007-08-24 00:29:49 +08:00
|
|
|
bfd_stdint.h $(INCDIR)/elf/i386.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
elf32-target.h
|
2005-10-30 05:16:20 +08:00
|
|
|
elf32-i860.lo: elf32-i860.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/i860.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h elf32-target.h
|
|
|
|
elf32-i960.lo: elf32-i960.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/i960.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h elf32-target.h
|
|
|
|
elf32-ip2k.lo: elf32-ip2k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/ip2k.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h elf32-target.h
|
|
|
|
elf32-iq2000.lo: elf32-iq2000.c $(INCDIR)/filenames.h \
|
2005-10-01 02:38:50 +08:00
|
|
|
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/iq2000.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
elf32-target.h
|
|
|
|
elf32-m32c.lo: elf32-m32c.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32c.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
|
|
|
|
elf32-target.h
|
2008-12-24 03:10:25 +08:00
|
|
|
elf32-lm32.lo: elf32-lm32.c $(INCDIR)/filenames.h elf-bfd.h \
|
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/elf/lm32.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
elf32-target.h
|
2005-10-30 05:16:20 +08:00
|
|
|
elf32-m32r.lo: elf32-m32r.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32r.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h elf32-target.h
|
|
|
|
elf32-m68k.lo: elf32-m68k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
2005-10-01 02:38:50 +08:00
|
|
|
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/m68k.h \
|
2006-03-16 20:20:16 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/m68k.h \
|
|
|
|
elf32-target.h
|
2005-10-30 05:16:20 +08:00
|
|
|
elf32-m68hc11.lo: elf32-m68hc11.c $(INCDIR)/filenames.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf32-m68hc1x.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
$(INCDIR)/opcode/m68hc11.h elf32-target.h
|
|
|
|
elf32-m68hc12.lo: elf32-m68hc12.c $(INCDIR)/filenames.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf32-m68hc1x.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
$(INCDIR)/opcode/m68hc11.h elf32-target.h
|
|
|
|
elf32-m68hc1x.lo: elf32-m68hc1x.c $(INCDIR)/filenames.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf32-m68hc1x.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
$(INCDIR)/opcode/m68hc11.h
|
|
|
|
elf32-m88k.lo: elf32-m88k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h elf32-target.h
|
2005-10-30 05:16:20 +08:00
|
|
|
elf-m10200.lo: elf-m10200.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h elf32-target.h
|
2005-10-30 05:16:20 +08:00
|
|
|
elf-m10300.lo: elf-m10300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h \
|
2007-10-24 12:54:38 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
|
|
|
|
elf32-target.h
|
2005-10-30 05:16:20 +08:00
|
|
|
elf32-mcore.lo: elf32-mcore.c $(INCDIR)/filenames.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/mcore.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h elf32-target.h
|
2007-03-08 13:35:01 +08:00
|
|
|
elf32-mep.lo: elf32-mep.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mep.h \
|
2007-03-08 13:35:01 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
|
2007-02-06 03:50:12 +08:00
|
|
|
elf32-target.h
|
2005-10-30 05:16:20 +08:00
|
|
|
elfxx-mips.lo: elfxx-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/libiberty.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
elfxx-mips.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
|
2006-04-19 20:10:21 +08:00
|
|
|
elf-vxworks.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
|
|
|
|
$(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h
|
2005-10-30 05:16:20 +08:00
|
|
|
elf32-mips.lo: elf32-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/bfdlink.h genlink.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elfxx-mips.h \
|
2006-04-19 20:10:21 +08:00
|
|
|
$(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h elf-vxworks.h \
|
|
|
|
$(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
|
2006-04-19 20:10:21 +08:00
|
|
|
ecoffswap.h elf32-target.h
|
2005-12-12 19:25:08 +08:00
|
|
|
elf32-mt.lo: elf32-mt.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mt.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h elf32-target.h
|
|
|
|
elf32-msp430.lo: elf32-msp430.c $(INCDIR)/filenames.h \
|
|
|
|
$(INCDIR)/libiberty.h $(INCDIR)/hashtab.h elf-bfd.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/elf/msp430.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
elf32-target.h
|
|
|
|
elf32-openrisc.lo: elf32-openrisc.c $(INCDIR)/filenames.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/openrisc.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
$(INCDIR)/libiberty.h elf32-target.h
|
|
|
|
elf32-or32.lo: elf32-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/or32.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
|
|
|
|
elf32-target.h
|
|
|
|
elf32-pj.lo: elf32-pj.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/pj.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h elf32-target.h
|
|
|
|
elf32-ppc.lo: elf32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/ppc.h \
|
2005-07-16 10:03:55 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h elf32-ppc.h elf-vxworks.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
elf32-target.h
|
|
|
|
elf32-sh64.lo: elf32-sh64.c $(INCDIR)/filenames.h elf-bfd.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/bfdlink.h $(srcdir)/../opcodes/sh64-opc.h \
|
bfd/
2006-08-02 Richard Sandiford <richard@codesourcery.com>
Kazu Hirata <kazu@codesourcery.com>
Phil Edwards <phil@codesourcery.com>
Nathan Sidwell <nathan@codesourcery.com>
* config.bfd (sh-*-vxworks): Use bfd_elf32_shvxworks_vec and
bfd_elf32_shlvxworks_vec.
* configure.in (bfd_elf32_sh64_vec): Add elf-vxworks.lo.
(bfd_elf32_sh64l_vec, bfd_elf32_sh64lin_vec): Likewise.
(bfd_elf32_sh64blin_vec, bfd_elf32_sh64lnbsd_vec): Likewise.
(bfd_elf32_sh64nbsd_vec, bfd_elf32_sh_vec): Likewise.
(bfd_elf32_shblin_vec, bfd_elf32_shl_vec): Likewise.
(bfd_elf32_shl_symbian_vec, bfd_elf32_shlin_vec): Likewise.
(bfd_elf32_shlnbsd_vec, bfd_elf32_shnbsd_vec): Likewise.
(bfd_elf32_shlvxworks_vec, bfd_elf32_shvxworks_vec): New stanzas.
* configure: Regenerate.
* Makefile.am: Regenerate dependencies.
* Makefile.in: Regenerate.
* elf-vxworks.c (elf_vxworks_gott_symbol_p): New function.
(elf_vxworks_add_symbol_hook): Use it.
(elf_vxworks_link_output_symbol_hook): Likewise. Use the hash
table entry to check for weak undefined symbols and to obtain
the original bfd.
(elf_vxworks_emit_relocs): Use target_index instead of this_idx.
* elf32-sh-relocs.h: New file, split from elf32-sh.c.
(R_SH_DIR32): Use SH_PARTIAL32 for the partial_inplace field,
SH_SRC_MASK32 for the src_mask field, and SH_ELF_RELOC for the
special_function field.
(R_SH_REL32): Use SH_PARTIAL32 and SH_SRC_MASK32 here too.
(R_SH_REL32, R_SH_TLS_GD_32, R_SH_TLS_LD_32): Likewise.
(R_SH_TLS_LDO_32, R_SH_TLS_IE_32, R_SH_TLS_LE_32): Likewise.
(R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32, R_SH_TLS_TPOFF32): Likewise.
(R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT): Likewise.
(R_SH_JMP_SLOT, R_SH_RELATIVE, R_SH_GOTOFF, R_SH_GOTPC): Likewise.
(SH_PARTIAL32, SH_SRC_MASK32, SH_ELF_RELOC): Undefine at end of file.
* elf32-sh.c: Include elf32-vxworks.h.
(MINUS_ONE): Define.
(sh_elf_howto_table): Include elf32-sh-relocs.h with SH_PARTIAL32
set to TRUE, SH_SRC_MASK32 set to 0xffffffff, and SH_ELF_RELOC set
to sh_elf_reloc.
(sh_vxworks_howto_table): New variable. Include elf32-sh-relocs.h
with SH_PARTIAL32 set to FALSE, SH_SRC_MASK32 set to 0, and
SH_ELF_RELOC set to bfd_elf_generic_reloc.
(vxworks_object_p, get_howto_table): New functions.
(sh_elf_reloc_type_lookup): Fix typo. Use get_howto_table.
(sh_elf_info_to_howto): Use get_howto_table.
(sh_elf_relax_section): Honor the partial_inplace field of the
R_SH_DIR32 howto.
(sh_elf_relax_delete_bytes): Likewise.
(elf_sh_plt_info): New structure.
(PLT_ENTRY_SIZE): Replace both definitions with...
(ELF_PLT_ENTRY_SIZE): ...this new macro, with separate definitions for
INCLUDE_SHMEDIA and !INCLUDE_SHMEDIA.
(elf_sh_plt0_entry_be): Update sizes of both definitions accordingly.
(elf_sh_plt0_entry_le): Likewise.
(elf_sh_plt_entry_be, elf_sh_plt_entry_le): Likewise.
(elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le): Likewise.
(elf_sh_plts): New structure, with separate definitions for
INCLUDE_SHMEDIA and !INCLUDE_SHMEDIA.
(elf_sh_plt0_entry): Delete both definitions.
(elf_sh_plt_entry, elf_sh_pic_plt_entry): Likewise.
(elf_sh_sizeof_plt, elf_sh_plt_plt0_offset): Likewise.
(elf_sh_plt_temp_offset, elf_sh_plt_symbol_offset): Likewise.
(elf_sh_plt_reloc_offset): Likewise.
(movi_shori_putval): Delete in favor of...
(install_plt_field): ...this new function, with separate definitions
for INCLUDE_SHMEDIA and !INCLUDE_SHMEDIA.
(get_plt_info): New function, with separate definitions
for INCLUDE_SHMEDIA and !INCLUDE_SHMEDIA.
(elf_sh_plt0_linker_offset, elf_sh_plt0_gotid_offset): Delete.
(VXWORKS_PLT_HEADER_SIZE, VXWORKS_PLT_ENTRY_SIZE): New macros.
(vxworks_sh_plt0_entry_be, vxworks_sh_plt0_entry_le): New constants.
(vxworks_sh_plt_entry_be, vxworks_sh_plt_entry_le): Likewise.
(vxworks_sh_pic_plt_entry_be, vxworks_sh_pic_plt_entry_le): Likewise.
(get_plt_index, get_plt_offset): New functions.
(elf_sh_link_hash_table): Add srelplt2, plt_info and vxworks_p fields.
(sh_elf_link_hash_table_create): Initialize them.
(sh_elf_create_dynamic_sections): Call
elf_vxworks_create_dynamic_sections for VxWorks.
(allocate_dynrelocs): Use htab->plt_info to get the size of PLT
entries. Allocate relocation entries in .rela.plt.unloaded if
generating a VxWorks executable.
(sh_elf_always_size_sections): New function.
(sh_elf_size_dynamic_sections): Extend .rela.plt handling to
.rela.plt.unloaded.
(sh_elf_relocate_section): Use get_howto_table. Honor
partial_inplace when calculating the addend for dynamic
relocations. Use get_plt_index.
(sh_elf_finish_dynamic_symbol): Use get_plt_index, install_plt_field
and htab->plt_info. Fill in the bra .plt offset for VxWorks
executables. Populate .rela.plt.unloaded. Do not make
_GLOBAL_OFFSET_TABLE_ absolute on VxWorks.
(sh_elf_finish_dynamic_sections): Use install_plt_field and
htab->plt_info. Handle cases where there is no special PLT header.
Populate the first relocation in .rela.plt.unloaded and fix up
the remaining entries.
(sh_elf_plt_sym_val): Use get_plt_info.
(elf_backend_always_size_sections): Define.
(TARGET_BIG_SYM, TARGET_BIG_NAME): Override for VxWorks.
(TARGET_LITTLE_SYM, TARGET_BIG_SYM): Likewise.
(elf32_bed, elf_backend_want_plt_sym): Likewise.
(elf_symbol_leading_char, elf_backend_want_got_underscore): Likewise.
(elf_backend_grok_prstatus, elf_backend_grok_psinfo): Likewise.
(elf_backend_add_symbol_hook): Likewise.
(elf_backend_link_output_symbol_hook): Likewise.
(elf_backend_emit_relocs): Likewise.
(elf_backend_final_write_processing): Likewise.
(ELF_MAXPAGESIZE, ELF_COMMONPAGESIZE): Likewise.
* targets.c (bfd_elf32_shlvxworks_vec): Declare.
(bfd_elf32_shvxworks_vec): Likewise.
(_bfd_target_vector): Include bfd_elf32_shlvxworks_vec and
bfd_elf32_shvxworks_vec.
gas/
* config/tc-sh.c (apply_full_field_fix): New function.
(md_apply_fix): Use it instead of md_number_to_chars. Do not fill
in fx_addnumber for BFD_RELOC_32_PLT_PCREL.
(tc_gen_reloc): Use fx_addnumber rather than 0 as the default case.
* config/tc-sh.h (TARGET_FORMAT): Override for TE_VXWORKS.
ld/
2006-08-02 Richard Sandiford <richard@codesourcery.com>
Kazu Hirata <kazu@codesourcery.com>
Phil Edwards <phil@codesourcery.com>
* Makefile.am (ALL_EMULATIONS): Add eshelf_vxworks.o and
eshlelf_vxworks.o.
(eshelf_vxworks.c, eshlelf_vxworks.c): New rules.
* Makefile.in: Regenerate.
* configure.tgt (sh-*-vxworks): Use shelf_vxworks and
shlelf_vxworks.
* emulparams/shelf_vxworks.sh: New file.
* emulparams/shlelf_vxworks.sh: Likewise.
* emulparams/vxworks.sh (FINI): Prefix _etext with ${SYMPREFIX}.
(OTHER_END_SYMBOLS): Likewise _ehdr.
(DATA_END_SYMBOLS): Likewise _edata.
* emultempl/vxworks.em (vxworks_after_open): Check whether output_bfd
is indeed an ELF file before dealing with --force-dynamic.
ld/testsuite/
* ld-sh/rd-sh.exp: Treat vxworks1-static.d specially.
* ld-sh/sh-vxworks.exp: New file.
* ld-sh/sh.exp: Extend sh-linux SIZEOF_HEADERS handling to
sh-*-vxworks.
* ld-sh/vxworks1-le.dd, ld-sh/vxworks1-lib-le.dd,
* ld-sh/vxworks1-lib.dd, ld-sh/vxworks1-lib.nd,
* ld-sh/vxworks1-lib.rd, ld-sh/vxworks1-lib.s,
* ld-sh/vxworks1-static.d, ld-sh/vxworks1.dd,
* ld-sh/vxworks1.ld, ld-sh/vxworks1.rd, ld-sh/vxworks1.s,
* ld-sh/vxworks2-static.sd, ld-sh/vxworks2.s,
* ld-sh/vxworks2.sd, ld-sh/vxworks3-le.dd,
* ld-sh/vxworks3-lib-le.dd, ld-sh/vxworks3-lib.dd,
* ld-sh/vxworks3-lib.s, ld-sh/vxworks3.dd, ld-sh/vxworks3.s,
* ld-sh/vxworks4.d, ld-sh/vxworks4a.s, ld-sh/vxworks4b.s,
* ld-sh/reloc1.s, ld-sh/reloc1.d: New tests.
2006-08-04 21:13:56 +08:00
|
|
|
elf32-sh64.h elf32-sh.c $(INCDIR)/hashtab.h elf-vxworks.h \
|
|
|
|
$(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
|
|
|
|
$(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h
|
2005-10-30 05:16:20 +08:00
|
|
|
elf32-sh64-com.lo: elf32-sh64-com.c $(INCDIR)/filenames.h \
|
|
|
|
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h elf32-sh64.h \
|
|
|
|
$(srcdir)/../opcodes/sh64-opc.h
|
|
|
|
elf32-s390.lo: elf32-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/s390.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h elf32-target.h
|
2006-10-25 14:49:21 +08:00
|
|
|
elf32-score.lo: elf32-score.c $(INCDIR)/filenames.h \
|
|
|
|
$(INCDIR)/hashtab.h $(INCDIR)/libiberty.h elf-bfd.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \
|
2006-10-25 14:49:21 +08:00
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
elf32-target.h
|
2005-10-30 05:16:20 +08:00
|
|
|
elf32-sh.lo: elf32-sh.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
2005-10-01 02:38:50 +08:00
|
|
|
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf-vxworks.h \
|
bfd/
2006-08-02 Richard Sandiford <richard@codesourcery.com>
Kazu Hirata <kazu@codesourcery.com>
Phil Edwards <phil@codesourcery.com>
Nathan Sidwell <nathan@codesourcery.com>
* config.bfd (sh-*-vxworks): Use bfd_elf32_shvxworks_vec and
bfd_elf32_shlvxworks_vec.
* configure.in (bfd_elf32_sh64_vec): Add elf-vxworks.lo.
(bfd_elf32_sh64l_vec, bfd_elf32_sh64lin_vec): Likewise.
(bfd_elf32_sh64blin_vec, bfd_elf32_sh64lnbsd_vec): Likewise.
(bfd_elf32_sh64nbsd_vec, bfd_elf32_sh_vec): Likewise.
(bfd_elf32_shblin_vec, bfd_elf32_shl_vec): Likewise.
(bfd_elf32_shl_symbian_vec, bfd_elf32_shlin_vec): Likewise.
(bfd_elf32_shlnbsd_vec, bfd_elf32_shnbsd_vec): Likewise.
(bfd_elf32_shlvxworks_vec, bfd_elf32_shvxworks_vec): New stanzas.
* configure: Regenerate.
* Makefile.am: Regenerate dependencies.
* Makefile.in: Regenerate.
* elf-vxworks.c (elf_vxworks_gott_symbol_p): New function.
(elf_vxworks_add_symbol_hook): Use it.
(elf_vxworks_link_output_symbol_hook): Likewise. Use the hash
table entry to check for weak undefined symbols and to obtain
the original bfd.
(elf_vxworks_emit_relocs): Use target_index instead of this_idx.
* elf32-sh-relocs.h: New file, split from elf32-sh.c.
(R_SH_DIR32): Use SH_PARTIAL32 for the partial_inplace field,
SH_SRC_MASK32 for the src_mask field, and SH_ELF_RELOC for the
special_function field.
(R_SH_REL32): Use SH_PARTIAL32 and SH_SRC_MASK32 here too.
(R_SH_REL32, R_SH_TLS_GD_32, R_SH_TLS_LD_32): Likewise.
(R_SH_TLS_LDO_32, R_SH_TLS_IE_32, R_SH_TLS_LE_32): Likewise.
(R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32, R_SH_TLS_TPOFF32): Likewise.
(R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT): Likewise.
(R_SH_JMP_SLOT, R_SH_RELATIVE, R_SH_GOTOFF, R_SH_GOTPC): Likewise.
(SH_PARTIAL32, SH_SRC_MASK32, SH_ELF_RELOC): Undefine at end of file.
* elf32-sh.c: Include elf32-vxworks.h.
(MINUS_ONE): Define.
(sh_elf_howto_table): Include elf32-sh-relocs.h with SH_PARTIAL32
set to TRUE, SH_SRC_MASK32 set to 0xffffffff, and SH_ELF_RELOC set
to sh_elf_reloc.
(sh_vxworks_howto_table): New variable. Include elf32-sh-relocs.h
with SH_PARTIAL32 set to FALSE, SH_SRC_MASK32 set to 0, and
SH_ELF_RELOC set to bfd_elf_generic_reloc.
(vxworks_object_p, get_howto_table): New functions.
(sh_elf_reloc_type_lookup): Fix typo. Use get_howto_table.
(sh_elf_info_to_howto): Use get_howto_table.
(sh_elf_relax_section): Honor the partial_inplace field of the
R_SH_DIR32 howto.
(sh_elf_relax_delete_bytes): Likewise.
(elf_sh_plt_info): New structure.
(PLT_ENTRY_SIZE): Replace both definitions with...
(ELF_PLT_ENTRY_SIZE): ...this new macro, with separate definitions for
INCLUDE_SHMEDIA and !INCLUDE_SHMEDIA.
(elf_sh_plt0_entry_be): Update sizes of both definitions accordingly.
(elf_sh_plt0_entry_le): Likewise.
(elf_sh_plt_entry_be, elf_sh_plt_entry_le): Likewise.
(elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le): Likewise.
(elf_sh_plts): New structure, with separate definitions for
INCLUDE_SHMEDIA and !INCLUDE_SHMEDIA.
(elf_sh_plt0_entry): Delete both definitions.
(elf_sh_plt_entry, elf_sh_pic_plt_entry): Likewise.
(elf_sh_sizeof_plt, elf_sh_plt_plt0_offset): Likewise.
(elf_sh_plt_temp_offset, elf_sh_plt_symbol_offset): Likewise.
(elf_sh_plt_reloc_offset): Likewise.
(movi_shori_putval): Delete in favor of...
(install_plt_field): ...this new function, with separate definitions
for INCLUDE_SHMEDIA and !INCLUDE_SHMEDIA.
(get_plt_info): New function, with separate definitions
for INCLUDE_SHMEDIA and !INCLUDE_SHMEDIA.
(elf_sh_plt0_linker_offset, elf_sh_plt0_gotid_offset): Delete.
(VXWORKS_PLT_HEADER_SIZE, VXWORKS_PLT_ENTRY_SIZE): New macros.
(vxworks_sh_plt0_entry_be, vxworks_sh_plt0_entry_le): New constants.
(vxworks_sh_plt_entry_be, vxworks_sh_plt_entry_le): Likewise.
(vxworks_sh_pic_plt_entry_be, vxworks_sh_pic_plt_entry_le): Likewise.
(get_plt_index, get_plt_offset): New functions.
(elf_sh_link_hash_table): Add srelplt2, plt_info and vxworks_p fields.
(sh_elf_link_hash_table_create): Initialize them.
(sh_elf_create_dynamic_sections): Call
elf_vxworks_create_dynamic_sections for VxWorks.
(allocate_dynrelocs): Use htab->plt_info to get the size of PLT
entries. Allocate relocation entries in .rela.plt.unloaded if
generating a VxWorks executable.
(sh_elf_always_size_sections): New function.
(sh_elf_size_dynamic_sections): Extend .rela.plt handling to
.rela.plt.unloaded.
(sh_elf_relocate_section): Use get_howto_table. Honor
partial_inplace when calculating the addend for dynamic
relocations. Use get_plt_index.
(sh_elf_finish_dynamic_symbol): Use get_plt_index, install_plt_field
and htab->plt_info. Fill in the bra .plt offset for VxWorks
executables. Populate .rela.plt.unloaded. Do not make
_GLOBAL_OFFSET_TABLE_ absolute on VxWorks.
(sh_elf_finish_dynamic_sections): Use install_plt_field and
htab->plt_info. Handle cases where there is no special PLT header.
Populate the first relocation in .rela.plt.unloaded and fix up
the remaining entries.
(sh_elf_plt_sym_val): Use get_plt_info.
(elf_backend_always_size_sections): Define.
(TARGET_BIG_SYM, TARGET_BIG_NAME): Override for VxWorks.
(TARGET_LITTLE_SYM, TARGET_BIG_SYM): Likewise.
(elf32_bed, elf_backend_want_plt_sym): Likewise.
(elf_symbol_leading_char, elf_backend_want_got_underscore): Likewise.
(elf_backend_grok_prstatus, elf_backend_grok_psinfo): Likewise.
(elf_backend_add_symbol_hook): Likewise.
(elf_backend_link_output_symbol_hook): Likewise.
(elf_backend_emit_relocs): Likewise.
(elf_backend_final_write_processing): Likewise.
(ELF_MAXPAGESIZE, ELF_COMMONPAGESIZE): Likewise.
* targets.c (bfd_elf32_shlvxworks_vec): Declare.
(bfd_elf32_shvxworks_vec): Likewise.
(_bfd_target_vector): Include bfd_elf32_shlvxworks_vec and
bfd_elf32_shvxworks_vec.
gas/
* config/tc-sh.c (apply_full_field_fix): New function.
(md_apply_fix): Use it instead of md_number_to_chars. Do not fill
in fx_addnumber for BFD_RELOC_32_PLT_PCREL.
(tc_gen_reloc): Use fx_addnumber rather than 0 as the default case.
* config/tc-sh.h (TARGET_FORMAT): Override for TE_VXWORKS.
ld/
2006-08-02 Richard Sandiford <richard@codesourcery.com>
Kazu Hirata <kazu@codesourcery.com>
Phil Edwards <phil@codesourcery.com>
* Makefile.am (ALL_EMULATIONS): Add eshelf_vxworks.o and
eshlelf_vxworks.o.
(eshelf_vxworks.c, eshlelf_vxworks.c): New rules.
* Makefile.in: Regenerate.
* configure.tgt (sh-*-vxworks): Use shelf_vxworks and
shlelf_vxworks.
* emulparams/shelf_vxworks.sh: New file.
* emulparams/shlelf_vxworks.sh: Likewise.
* emulparams/vxworks.sh (FINI): Prefix _etext with ${SYMPREFIX}.
(OTHER_END_SYMBOLS): Likewise _ehdr.
(DATA_END_SYMBOLS): Likewise _edata.
* emultempl/vxworks.em (vxworks_after_open): Check whether output_bfd
is indeed an ELF file before dealing with --force-dynamic.
ld/testsuite/
* ld-sh/rd-sh.exp: Treat vxworks1-static.d specially.
* ld-sh/sh-vxworks.exp: New file.
* ld-sh/sh.exp: Extend sh-linux SIZEOF_HEADERS handling to
sh-*-vxworks.
* ld-sh/vxworks1-le.dd, ld-sh/vxworks1-lib-le.dd,
* ld-sh/vxworks1-lib.dd, ld-sh/vxworks1-lib.nd,
* ld-sh/vxworks1-lib.rd, ld-sh/vxworks1-lib.s,
* ld-sh/vxworks1-static.d, ld-sh/vxworks1.dd,
* ld-sh/vxworks1.ld, ld-sh/vxworks1.rd, ld-sh/vxworks1.s,
* ld-sh/vxworks2-static.sd, ld-sh/vxworks2.s,
* ld-sh/vxworks2.sd, ld-sh/vxworks3-le.dd,
* ld-sh/vxworks3-lib-le.dd, ld-sh/vxworks3-lib.dd,
* ld-sh/vxworks3-lib.s, ld-sh/vxworks3.dd, ld-sh/vxworks3.s,
* ld-sh/vxworks4.d, ld-sh/vxworks4a.s, ld-sh/vxworks4b.s,
* ld-sh/reloc1.s, ld-sh/reloc1.d: New tests.
2006-08-04 21:13:56 +08:00
|
|
|
$(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
|
|
|
|
$(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h
|
2005-10-30 05:16:20 +08:00
|
|
|
elf32-sh-symbian.lo: elf32-sh-symbian.c elf32-sh.c \
|
|
|
|
$(INCDIR)/filenames.h $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h elf-vxworks.h $(INCDIR)/elf/sh.h \
|
bfd/
2006-08-02 Richard Sandiford <richard@codesourcery.com>
Kazu Hirata <kazu@codesourcery.com>
Phil Edwards <phil@codesourcery.com>
Nathan Sidwell <nathan@codesourcery.com>
* config.bfd (sh-*-vxworks): Use bfd_elf32_shvxworks_vec and
bfd_elf32_shlvxworks_vec.
* configure.in (bfd_elf32_sh64_vec): Add elf-vxworks.lo.
(bfd_elf32_sh64l_vec, bfd_elf32_sh64lin_vec): Likewise.
(bfd_elf32_sh64blin_vec, bfd_elf32_sh64lnbsd_vec): Likewise.
(bfd_elf32_sh64nbsd_vec, bfd_elf32_sh_vec): Likewise.
(bfd_elf32_shblin_vec, bfd_elf32_shl_vec): Likewise.
(bfd_elf32_shl_symbian_vec, bfd_elf32_shlin_vec): Likewise.
(bfd_elf32_shlnbsd_vec, bfd_elf32_shnbsd_vec): Likewise.
(bfd_elf32_shlvxworks_vec, bfd_elf32_shvxworks_vec): New stanzas.
* configure: Regenerate.
* Makefile.am: Regenerate dependencies.
* Makefile.in: Regenerate.
* elf-vxworks.c (elf_vxworks_gott_symbol_p): New function.
(elf_vxworks_add_symbol_hook): Use it.
(elf_vxworks_link_output_symbol_hook): Likewise. Use the hash
table entry to check for weak undefined symbols and to obtain
the original bfd.
(elf_vxworks_emit_relocs): Use target_index instead of this_idx.
* elf32-sh-relocs.h: New file, split from elf32-sh.c.
(R_SH_DIR32): Use SH_PARTIAL32 for the partial_inplace field,
SH_SRC_MASK32 for the src_mask field, and SH_ELF_RELOC for the
special_function field.
(R_SH_REL32): Use SH_PARTIAL32 and SH_SRC_MASK32 here too.
(R_SH_REL32, R_SH_TLS_GD_32, R_SH_TLS_LD_32): Likewise.
(R_SH_TLS_LDO_32, R_SH_TLS_IE_32, R_SH_TLS_LE_32): Likewise.
(R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32, R_SH_TLS_TPOFF32): Likewise.
(R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT): Likewise.
(R_SH_JMP_SLOT, R_SH_RELATIVE, R_SH_GOTOFF, R_SH_GOTPC): Likewise.
(SH_PARTIAL32, SH_SRC_MASK32, SH_ELF_RELOC): Undefine at end of file.
* elf32-sh.c: Include elf32-vxworks.h.
(MINUS_ONE): Define.
(sh_elf_howto_table): Include elf32-sh-relocs.h with SH_PARTIAL32
set to TRUE, SH_SRC_MASK32 set to 0xffffffff, and SH_ELF_RELOC set
to sh_elf_reloc.
(sh_vxworks_howto_table): New variable. Include elf32-sh-relocs.h
with SH_PARTIAL32 set to FALSE, SH_SRC_MASK32 set to 0, and
SH_ELF_RELOC set to bfd_elf_generic_reloc.
(vxworks_object_p, get_howto_table): New functions.
(sh_elf_reloc_type_lookup): Fix typo. Use get_howto_table.
(sh_elf_info_to_howto): Use get_howto_table.
(sh_elf_relax_section): Honor the partial_inplace field of the
R_SH_DIR32 howto.
(sh_elf_relax_delete_bytes): Likewise.
(elf_sh_plt_info): New structure.
(PLT_ENTRY_SIZE): Replace both definitions with...
(ELF_PLT_ENTRY_SIZE): ...this new macro, with separate definitions for
INCLUDE_SHMEDIA and !INCLUDE_SHMEDIA.
(elf_sh_plt0_entry_be): Update sizes of both definitions accordingly.
(elf_sh_plt0_entry_le): Likewise.
(elf_sh_plt_entry_be, elf_sh_plt_entry_le): Likewise.
(elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le): Likewise.
(elf_sh_plts): New structure, with separate definitions for
INCLUDE_SHMEDIA and !INCLUDE_SHMEDIA.
(elf_sh_plt0_entry): Delete both definitions.
(elf_sh_plt_entry, elf_sh_pic_plt_entry): Likewise.
(elf_sh_sizeof_plt, elf_sh_plt_plt0_offset): Likewise.
(elf_sh_plt_temp_offset, elf_sh_plt_symbol_offset): Likewise.
(elf_sh_plt_reloc_offset): Likewise.
(movi_shori_putval): Delete in favor of...
(install_plt_field): ...this new function, with separate definitions
for INCLUDE_SHMEDIA and !INCLUDE_SHMEDIA.
(get_plt_info): New function, with separate definitions
for INCLUDE_SHMEDIA and !INCLUDE_SHMEDIA.
(elf_sh_plt0_linker_offset, elf_sh_plt0_gotid_offset): Delete.
(VXWORKS_PLT_HEADER_SIZE, VXWORKS_PLT_ENTRY_SIZE): New macros.
(vxworks_sh_plt0_entry_be, vxworks_sh_plt0_entry_le): New constants.
(vxworks_sh_plt_entry_be, vxworks_sh_plt_entry_le): Likewise.
(vxworks_sh_pic_plt_entry_be, vxworks_sh_pic_plt_entry_le): Likewise.
(get_plt_index, get_plt_offset): New functions.
(elf_sh_link_hash_table): Add srelplt2, plt_info and vxworks_p fields.
(sh_elf_link_hash_table_create): Initialize them.
(sh_elf_create_dynamic_sections): Call
elf_vxworks_create_dynamic_sections for VxWorks.
(allocate_dynrelocs): Use htab->plt_info to get the size of PLT
entries. Allocate relocation entries in .rela.plt.unloaded if
generating a VxWorks executable.
(sh_elf_always_size_sections): New function.
(sh_elf_size_dynamic_sections): Extend .rela.plt handling to
.rela.plt.unloaded.
(sh_elf_relocate_section): Use get_howto_table. Honor
partial_inplace when calculating the addend for dynamic
relocations. Use get_plt_index.
(sh_elf_finish_dynamic_symbol): Use get_plt_index, install_plt_field
and htab->plt_info. Fill in the bra .plt offset for VxWorks
executables. Populate .rela.plt.unloaded. Do not make
_GLOBAL_OFFSET_TABLE_ absolute on VxWorks.
(sh_elf_finish_dynamic_sections): Use install_plt_field and
htab->plt_info. Handle cases where there is no special PLT header.
Populate the first relocation in .rela.plt.unloaded and fix up
the remaining entries.
(sh_elf_plt_sym_val): Use get_plt_info.
(elf_backend_always_size_sections): Define.
(TARGET_BIG_SYM, TARGET_BIG_NAME): Override for VxWorks.
(TARGET_LITTLE_SYM, TARGET_BIG_SYM): Likewise.
(elf32_bed, elf_backend_want_plt_sym): Likewise.
(elf_symbol_leading_char, elf_backend_want_got_underscore): Likewise.
(elf_backend_grok_prstatus, elf_backend_grok_psinfo): Likewise.
(elf_backend_add_symbol_hook): Likewise.
(elf_backend_link_output_symbol_hook): Likewise.
(elf_backend_emit_relocs): Likewise.
(elf_backend_final_write_processing): Likewise.
(ELF_MAXPAGESIZE, ELF_COMMONPAGESIZE): Likewise.
* targets.c (bfd_elf32_shlvxworks_vec): Declare.
(bfd_elf32_shvxworks_vec): Likewise.
(_bfd_target_vector): Include bfd_elf32_shlvxworks_vec and
bfd_elf32_shvxworks_vec.
gas/
* config/tc-sh.c (apply_full_field_fix): New function.
(md_apply_fix): Use it instead of md_number_to_chars. Do not fill
in fx_addnumber for BFD_RELOC_32_PLT_PCREL.
(tc_gen_reloc): Use fx_addnumber rather than 0 as the default case.
* config/tc-sh.h (TARGET_FORMAT): Override for TE_VXWORKS.
ld/
2006-08-02 Richard Sandiford <richard@codesourcery.com>
Kazu Hirata <kazu@codesourcery.com>
Phil Edwards <phil@codesourcery.com>
* Makefile.am (ALL_EMULATIONS): Add eshelf_vxworks.o and
eshlelf_vxworks.o.
(eshelf_vxworks.c, eshlelf_vxworks.c): New rules.
* Makefile.in: Regenerate.
* configure.tgt (sh-*-vxworks): Use shelf_vxworks and
shlelf_vxworks.
* emulparams/shelf_vxworks.sh: New file.
* emulparams/shlelf_vxworks.sh: Likewise.
* emulparams/vxworks.sh (FINI): Prefix _etext with ${SYMPREFIX}.
(OTHER_END_SYMBOLS): Likewise _ehdr.
(DATA_END_SYMBOLS): Likewise _edata.
* emultempl/vxworks.em (vxworks_after_open): Check whether output_bfd
is indeed an ELF file before dealing with --force-dynamic.
ld/testsuite/
* ld-sh/rd-sh.exp: Treat vxworks1-static.d specially.
* ld-sh/sh-vxworks.exp: New file.
* ld-sh/sh.exp: Extend sh-linux SIZEOF_HEADERS handling to
sh-*-vxworks.
* ld-sh/vxworks1-le.dd, ld-sh/vxworks1-lib-le.dd,
* ld-sh/vxworks1-lib.dd, ld-sh/vxworks1-lib.nd,
* ld-sh/vxworks1-lib.rd, ld-sh/vxworks1-lib.s,
* ld-sh/vxworks1-static.d, ld-sh/vxworks1.dd,
* ld-sh/vxworks1.ld, ld-sh/vxworks1.rd, ld-sh/vxworks1.s,
* ld-sh/vxworks2-static.sd, ld-sh/vxworks2.s,
* ld-sh/vxworks2.sd, ld-sh/vxworks3-le.dd,
* ld-sh/vxworks3-lib-le.dd, ld-sh/vxworks3-lib.dd,
* ld-sh/vxworks3-lib.s, ld-sh/vxworks3.dd, ld-sh/vxworks3.s,
* ld-sh/vxworks4.d, ld-sh/vxworks4a.s, ld-sh/vxworks4b.s,
* ld-sh/reloc1.s, ld-sh/reloc1.d: New tests.
2006-08-04 21:13:56 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
|
|
|
|
$(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h
|
2005-10-30 05:16:20 +08:00
|
|
|
elfxx-sparc.lo: elfxx-sparc.c $(INCDIR)/filenames.h \
|
2006-04-19 20:10:21 +08:00
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
|
2006-04-19 20:10:21 +08:00
|
|
|
$(INCDIR)/opcode/sparc.h elfxx-sparc.h elf-vxworks.h
|
2005-10-30 05:16:20 +08:00
|
|
|
elf32-sparc.lo: elf32-sparc.c $(INCDIR)/filenames.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/sparc.h \
|
2005-06-01 13:36:05 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/sparc.h \
|
2006-04-19 20:10:21 +08:00
|
|
|
elfxx-sparc.h elf-vxworks.h elf32-target.h
|
2008-05-14 14:45:42 +08:00
|
|
|
elf32-spu.lo: elf32-spu.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/spu.h \
|
2006-10-25 14:49:21 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h elf32-spu.h elf32-target.h
|
2005-10-30 05:16:20 +08:00
|
|
|
elf32-v850.lo: elf32-v850.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/v850.h \
|
2002-01-22 16:58:00 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
elf32-target.h
|
|
|
|
elf32-vax.lo: elf32-vax.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/vax.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h elf32-target.h
|
|
|
|
elf32-xstormy16.lo: elf32-xstormy16.c $(INCDIR)/filenames.h \
|
|
|
|
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/xstormy16.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
$(INCDIR)/libiberty.h elf32-target.h
|
|
|
|
elf32-xtensa.lo: elf32-xtensa.c $(INCDIR)/filenames.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/xtensa.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/xtensa-isa.h \
|
|
|
|
$(INCDIR)/xtensa-config.h elf32-target.h
|
2006-02-17 22:36:28 +08:00
|
|
|
elf32-xc16x.lo: elf32-xc16x.c $(INCDIR)/filenames.h \
|
2006-03-16 20:20:16 +08:00
|
|
|
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
|
2006-03-16 20:20:16 +08:00
|
|
|
$(INCDIR)/elf/xc16x.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
$(INCDIR)/elf/dwarf2.h $(INCDIR)/libiberty.h elf32-target.h
|
2005-10-30 05:16:20 +08:00
|
|
|
elf32.lo: elf32.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elfcore.h
|
2005-10-30 05:16:20 +08:00
|
|
|
elflink.lo: elflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/safe-ctype.h \
|
2006-03-16 20:20:16 +08:00
|
|
|
$(INCDIR)/libiberty.h $(INCDIR)/objalloc.h
|
bfd:
* elf-attrs.c: New.
* Makefile.am (BFD32_BACKENDS): Add elf-attrs.lo.
(BFD32_BACKENDS_CFILES): Add elf-attrs.c.
(elf-attrs.lo): Generate dependencies.
* Makefile.in: Regenerate.
* configure.in (elf): Add elf-attrs.lo.
* configure: Regenerate.
* elf-bfd.h (struct elf_backend_data): Add entries for object
attributes.
(NUM_KNOWN_OBJ_ATTRIBUTES, obj_attribute, obj_attribute_list,
OBJ_ATTR_PROC, OBJ_ATTR_GNU, OBJ_ATTR_FIRST, OBJ_ATTR_LAST,
Tag_NULL, Tag_File, Tag_Section, Tag_Symbol, Tag_compatibility):
New.
(struct elf_obj_tdata): Add entries for object attributes.
(elf_known_obj_attributes, elf_other_obj_attributes,
elf_known_obj_attributes_proc, elf_other_obj_attributes_proc):
New.
(bfd_elf_obj_attr_size, bfd_elf_set_obj_attr_contents,
bfd_elf_get_obj_attr_int, bfd_elf_add_obj_attr_int,
bfd_elf_add_proc_attr_int, bfd_elf_add_obj_attr_string,
bfd_elf_add_proc_attr_string, bfd_elf_add_obj_attr_compat,
bfd_elf_add_proc_attr_compat, _bfd_elf_attr_strdup,
_bfd_elf_copy_obj_attributes, _bfd_elf_obj_attrs_arg_type,
_bfd_elf_parse_attributes, _bfd_elf_merge_object_attributes): New.
* elf.c (_bfd_elf_copy_private_bfd_data): Copy object attributes.
(bfd_section_from_shdr): Handle attributes sections.
* elflink.c (bfd_elf_final_link): Handle attributes sections.
* elfxx-target.h (elf_backend_obj_attrs_vendor,
elf_backend_obj_attrs_section, elf_backend_obj_attrs_arg_type,
elf_backend_obj_attrs_section_type): New.
(elfNN_bed): Update.
* elf32-arm.c (NUM_KNOWN_ATTRIBUTES, aeabi_attribute,
aeabi_attribute_list): Remove.
(struct elf32_arm_obj_tdata): Remove object attributes fields.
(check_use_blx, bfd_elf32_arm_set_vfp11_fix, using_thumb2,
elf32_arm_copy_private_bfd_data, elf32_arm_merge_eabi_attributes):
Update for new object attributes interfaces.
(uleb128_size, is_default_attr, eabi_attr_size,
elf32_arm_eabi_attr_size, write_uleb128, write_eabi_attribute,
elf32_arm_set_eabi_attr_contents, elf32_arm_bfd_final_link,
elf32_arm_new_eabi_attr, elf32_arm_get_eabi_attr_int,
elf32_arm_add_eabi_attr_int, attr_strdup,
elf32_arm_add_eabi_attr_string, elf32_arm_add_eabi_attr_compat,
copy_eabi_attributes, elf32_arm_parse_attributes): Remove. Moved
to generic code in elf-attrs.c.
(elf32_arm_obj_attrs_arg_type): New.
(elf32_arm_fake_sections): Do not handle .ARM.attributes.
(elf32_arm_section_from_shdr): Do not handle SHT_ARM_ATTRIBUTES.
(bfd_elf32_bfd_final_link): Remove.
(elf_backend_obj_attrs_vendor, elf_backend_obj_attrs_section,
elf_backend_obj_attrs_arg_type,
elf_backend_obj_attrs_section_type): New.
* elf32-bfin.c (bfin_elf_copy_private_bfd_data): Copy object
attributes.
* elf32-frv.c (frv_elf_copy_private_bfd_data): Likewise.
* elf32-iq2000.c (iq2000_elf_copy_private_bfd_data): Likewise.
* elf32-mep.c (mep_elf_copy_private_bfd_data): Likewise.
* elf32-mt.c (mt_elf_copy_private_bfd_data): Likewise.
* elf32-sh.c (sh_elf_copy_private_data): Likewise.
* elf64-sh64.c (sh_elf64_copy_private_data_internal): Likewise.
binutils:
* readelf.c (display_gnu_attribute): New.
(process_arm_specific): Rearrange as process_attributes.
(process_arm_specific): Replace by wrapper of process_attributes.
gas:
* as.c (create_obj_attrs_section): New.
(main): Call create_obj_attrs_section for ELF.
* read.c (s_gnu_attribute, skip_whitespace, skip_past_char,
skip_past_comma, s_vendor_attribute): New.
(potable): Add gnu_attribute for ELF.
* read.h (s_vendor_attribute): Declare.
* config/tc-arm.c (s_arm_eabi_attribute): Replace by wrapper
round s_vendor_attribute.
(aeabi_set_public_attributes): Update for new attributes
interfaces.
(arm_md_end): Remove attributes contents setting now done
generically.
include/elf:
* arm.h (elf32_arm_add_eabi_attr_int,
elf32_arm_add_eabi_attr_string, elf32_arm_add_eabi_attr_compat,
elf32_arm_get_eabi_attr_int, elf32_arm_set_eabi_attr_contents,
elf32_arm_eabi_attr_size, Tag_NULL, Tag_File, Tag_Section,
Tag_Symbol, Tag_compatibility): Remove.
* common.h (SHT_GNU_ATTRIBUTES): Define.
ld:
* emulparams/armelf.sh (OTHER_SECTIONS): Remove .ARM.attributes.
(ATTRS_SECTIONS): Define.
* scripttempl/elf.sc, scripttempl/elf32sh-symbian.sc,
scripttempl/elf_chaos.sc, scripttempl/elfi370.sc,
scripttempl/elfxtensa.sc: Handle ATTRS_SECTIONS.
2007-06-30 00:29:17 +08:00
|
|
|
elf-attrs.lo: elf-attrs.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
|
|
|
|
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h
|
2005-10-30 05:16:20 +08:00
|
|
|
elf-strtab.lo: elf-strtab.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h
|
2005-10-30 05:16:20 +08:00
|
|
|
elf-eh-frame.lo: elf-eh-frame.c $(INCDIR)/filenames.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/dwarf2.h
|
|
|
|
elf-vxworks.lo: elf-vxworks.c $(INCDIR)/filenames.h \
|
2005-05-05 22:37:27 +08:00
|
|
|
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
|
|
|
|
elf-vxworks.h $(INCDIR)/elf/vxworks.h
|
2005-10-30 05:16:20 +08:00
|
|
|
epoc-pe-arm.lo: epoc-pe-arm.c pe-arm.c $(INCDIR)/filenames.h \
|
|
|
|
coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \
|
|
|
|
$(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
|
|
|
|
peicode.h libpei.h
|
2005-10-30 05:16:20 +08:00
|
|
|
epoc-pei-arm.lo: epoc-pei-arm.c pei-arm.c $(INCDIR)/filenames.h \
|
|
|
|
coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \
|
|
|
|
$(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
|
|
|
|
peicode.h libpei.h
|
2005-10-30 05:16:20 +08:00
|
|
|
hp300bsd.lo: hp300bsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.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
|
1999-05-03 15:29:11 +08:00
|
|
|
hp300hpux.lo: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/bfdlink.h libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \
|
2001-09-21 10:12:29 +08:00
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
|
|
|
|
aout-target.h
|
2007-10-24 12:54:38 +08:00
|
|
|
som.lo: som.c $(INCDIR)/filenames.h
|
2005-10-30 05:16:20 +08:00
|
|
|
i386aout.lo: i386aout.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/aout/aout64.h libaout.h $(INCDIR)/bfdlink.h \
|
|
|
|
aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/aout/ar.h
|
2005-10-30 05:16:20 +08:00
|
|
|
i386bsd.lo: i386bsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.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-02 13:58:41 +08:00
|
|
|
i386dynix.lo: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h \
|
|
|
|
libaout.h $(INCDIR)/hashtab.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 \
|
2005-04-12 10:50:28 +08:00
|
|
|
aout-target.h
|
2005-10-30 05:16:20 +08:00
|
|
|
i386freebsd.lo: i386freebsd.c freebsd.h $(INCDIR)/filenames.h \
|
|
|
|
$(INCDIR)/hashtab.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)/hashtab.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
|
|
|
|
i386lynx.lo: i386lynx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
|
|
|
|
$(INCDIR)/aout/ar.h
|
2005-10-30 05:16:20 +08:00
|
|
|
i386msdos.lo: i386msdos.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
libaout.h $(INCDIR)/bfdlink.h
|
|
|
|
i386netbsd.lo: i386netbsd.c netbsd.h $(INCDIR)/filenames.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/hashtab.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
|
2005-10-30 05:16:20 +08:00
|
|
|
i386mach3.lo: i386mach3.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.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)/hashtab.h \
|
|
|
|
$(INCDIR)/bfdlink.h libaout.h $(INCDIR)/os9k.h
|
|
|
|
ieee.lo: ieee.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/ieee.h libieee.h $(INCDIR)/safe-ctype.h
|
|
|
|
m68k4knetbsd.lo: m68k4knetbsd.c netbsd.h $(INCDIR)/filenames.h \
|
|
|
|
$(INCDIR)/hashtab.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
|
|
|
|
m68klinux.lo: m68klinux.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.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
|
|
|
|
m68knetbsd.lo: m68knetbsd.c netbsd.h $(INCDIR)/filenames.h \
|
|
|
|
$(INCDIR)/hashtab.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 $(INCDIR)/hashtab.h \
|
|
|
|
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
|
2005-10-30 05:16:20 +08:00
|
|
|
m88kopenbsd.lo: m88kopenbsd.c netbsd.h $(INCDIR)/filenames.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/hashtab.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
|
2007-04-26 22:47:00 +08:00
|
|
|
mach-o.lo: mach-o.c $(INCDIR)/filenames.h mach-o.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/hashtab.h $(INCDIR)/libiberty.h mach-o-target.c
|
|
|
|
mipsbsd.lo: mipsbsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.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)/hashtab.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 $(INCDIR)/hashtab.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)/hashtab.h \
|
|
|
|
$(INCDIR)/nlm/i386-ext.h libnlm.h $(INCDIR)/nlm/common.h \
|
|
|
|
$(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
|
|
|
|
nlm-target.h
|
|
|
|
nlm32-sparc.lo: nlm32-sparc.c $(INCDIR)/filenames.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/hashtab.h $(INCDIR)/nlm/sparc32-ext.h libnlm.h \
|
|
|
|
$(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h \
|
|
|
|
nlmswap.h nlm-target.h
|
2005-10-30 05:16:20 +08:00
|
|
|
nlm32-ppc.lo: nlm32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/nlm/ppc-ext.h libnlm.h $(INCDIR)/nlm/common.h \
|
|
|
|
$(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
|
|
|
|
nlm-target.h
|
|
|
|
nlm32.lo: nlm32.c nlmcode.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
|
|
|
|
$(INCDIR)/nlm/external.h
|
|
|
|
ns32knetbsd.lo: ns32knetbsd.c netbsd.h $(INCDIR)/filenames.h \
|
2005-10-01 02:38:50 +08:00
|
|
|
$(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
|
|
|
|
$(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/aout/ar.h
|
|
|
|
oasys.lo: oasys.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
|
|
|
|
$(INCDIR)/hashtab.h $(INCDIR)/oasys.h liboasys.h
|
|
|
|
pc532-mach.lo: pc532-mach.c $(INCDIR)/filenames.h libaout.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/hashtab.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 $(INCDIR)/hashtab.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
|
2007-04-26 22:47:00 +08:00
|
|
|
pef.lo: pef.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
|
|
|
|
pef.h pef-traceback.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
|
2005-10-30 05:16:20 +08:00
|
|
|
pe-arm.lo: pe-arm.c $(INCDIR)/filenames.h coff-arm.c \
|
|
|
|
$(INCDIR)/hashtab.h $(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)/hashtab.h $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
|
2008-09-30 15:49:32 +08:00
|
|
|
pe-arm-wince.lo: pe-arm-wince.c $(INCDIR)/filenames.h \
|
|
|
|
pe-arm.c coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \
|
2006-08-21 16:12:46 +08:00
|
|
|
$(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-wince.lo: pei-arm-wince.c pei-arm.c $(INCDIR)/filenames.h \
|
|
|
|
coff-arm.c $(INCDIR)/hashtab.h $(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
|
2005-10-30 05:16:20 +08:00
|
|
|
pe-i386.lo: pe-i386.c $(INCDIR)/filenames.h coff-i386.c \
|
|
|
|
$(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
|
2001-10-02 13:58:41 +08:00
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
|
|
|
|
pei-i386.lo: pei-i386.c $(INCDIR)/filenames.h coff-i386.c \
|
|
|
|
$(INCDIR)/hashtab.h $(INCDIR)/coff/i386.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
|
2005-10-30 05:16:20 +08:00
|
|
|
pe-mcore.lo: pe-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
|
|
|
|
$(INCDIR)/hashtab.h $(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)/hashtab.h $(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)/hashtab.h $(INCDIR)/coff/powerpc.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-ppc.lo: pei-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
|
|
|
|
$(INCDIR)/hashtab.h $(INCDIR)/coff/powerpc.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-sh.lo: pe-sh.c $(INCDIR)/filenames.h coff-sh.c $(INCDIR)/libiberty.h \
|
|
|
|
$(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
|
2001-10-04 13:40:43 +08:00
|
|
|
$(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \
|
|
|
|
libpei.h
|
|
|
|
pei-sh.lo: pei-sh.c $(INCDIR)/filenames.h coff-sh.c \
|
|
|
|
$(INCDIR)/libiberty.h $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \
|
|
|
|
libpei.h
|
|
|
|
pe-mips.lo: pe-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
2001-07-24 18:02:00 +08:00
|
|
|
$(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
|
|
|
|
peicode.h libpei.h
|
2005-10-30 05:16:20 +08:00
|
|
|
pei-mips.lo: pei-mips.c $(INCDIR)/filenames.h pe-mips.c \
|
|
|
|
$(INCDIR)/hashtab.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
|
2007-04-26 22:47:00 +08:00
|
|
|
ppcboot.lo: ppcboot.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/hashtab.h
|
|
|
|
reloc16.lo: reloc16.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/bfdlink.h genlink.h $(INCDIR)/coff/internal.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
libcoff.h
|
2005-10-30 05:16:20 +08:00
|
|
|
riscix.lo: riscix.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
|
|
|
|
$(INCDIR)/aout/ar.h
|
2005-10-30 05:16:20 +08:00
|
|
|
sparclinux.lo: sparclinux.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.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)/hashtab.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
|
|
|
|
sparcnetbsd.lo: sparcnetbsd.c netbsd.h $(INCDIR)/filenames.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/hashtab.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
|
2005-10-30 05:16:20 +08:00
|
|
|
sunos.lo: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \
|
|
|
|
$(INCDIR)/filenames.h $(INCDIR)/hashtab.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 \
|
|
|
|
$(INCDIR)/hashtab.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
|
|
|
|
vax1knetbsd.lo: vax1knetbsd.c netbsd.h $(INCDIR)/filenames.h \
|
|
|
|
$(INCDIR)/hashtab.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
|
|
|
|
vaxbsd.lo: vaxbsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.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
|
|
|
|
versados.lo: versados.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/libiberty.h
|
|
|
|
vms.lo: vms.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/hashtab.h vms.h
|
2005-10-30 05:16:20 +08:00
|
|
|
vms-gsd.lo: vms-gsd.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/hashtab.h vms.h
|
2007-04-26 22:47:00 +08:00
|
|
|
vms-hdr.lo: vms-hdr.c $(INCDIR)/filenames.h bfdver.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h \
|
|
|
|
vms.h
|
|
|
|
vms-misc.lo: vms-misc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/hashtab.h vms.h
|
|
|
|
vms-tir.lo: vms-tir.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/hashtab.h vms.h
|
* include/elf/ia64.h (SHT_IA_64_VMS_DISPLAY_NAME_INFO,
EF_IA_64_ARCHVER_1): New macros. Minor reformatting.
* bfd/Makefile.am (BFD32_BACKENDS): Add new object vmsutil.lo
(BFD32_BACKENDS_CFILES): Add new file vmsutil.c
(vmsutil.lo): Add dependency rule
* bfd/Makefile.in: Regenerate
* bfd/config.bfd (ia64*-*-*vms*): Add case.
* bfd/configure.in (bfd_elf64_ia64_vms_vec): Add case.
* bfd/configure: Regenerate
* bfd/vmsutil.[ch]: New files
* bfd/elf-bfd.h (struct bfd_elf_special_section): Change type of
attr to bfd_vma.
* bfd/elfxx-ia64.c (elfNN_vms_post_process_headers,
elfNN_vms_section_processing, elfNN_vms_final_write_processing,
elfNN_vms_close_and_cleanup, elfNN_vms_section_from_shdr,
elfNN_vms_object_p): New functions
* bfd/targets.c (bfd_elf64_ia64_vms_vec): New target.
* gas/configure.tgt(ia64-*-*vms*): New target.
* gas/dwarf2dbg.h (dwarf2_loc_mark_labels): Make extern.
* gas/tc.h (md_number_to_chars): Declare iff undefined.
* gas/config/obj-elf.c (obj_elf_change_section): Change type of
arg attr to bfd_vma.
(obj_elf_parse_section_letters): Return a bfd_vma. Change type of
variables attr, md_attr to bfd_vma.
(obj_elf_section_word): Likewise.
(obj_elf_section): Change type of variable attr to bfd_vma
* gas/config/obj-elf.h (obj_elf_change_section): Change type of
arg attr to bfd_vma
* gas/config/tc-ia64.c (bfdver.h,time.h): Include.
(ia64_elf_section_letter): Now returns a bfd_vma.
Handle VMS specific attributes.
(ia64_elf_section_flags): Arg attr now a bfd_vma.
(ia64_init): Don't turn on dependency checking for VMS.
(ia64_target_format): Check for VMS flag bit.
(do_alias): Hande decc$ functions.
(get_vms_time): New function.
(ia64_vms_note): New function.
* gas/config/tc-ia64.h (ia64_elf_section_letter): Now returns a bfd_vma.
(ia64_elf_section_flags): Arg attr now a bfd_vma.
(tc_init_after_args): Define for VMS.
* gas/config/tc-alpha.c (alpha_elf_section_letter): Return a bfd_vma.
(alpha_elf_section_flags): Change type of arg attr to bfd_vma.
* gas/config/tc-alpha.h: Likewise.
* gas/config/tc-i386.c (x86_64_section_letter): Return a bfd_vma.
(x86_64_section_word): Return a bfd_vma.
* gas/config/tc-i386.h: Likewise.
* gas/config/tc-ip2k.c (ip2k_elf_section_flags): Change type of arg
attr to bfd_vma.
* gas/config/tc-ip2k.h: Likewise.
* gas/config/tc-mep.c (mep_elf_section_letter): Return a bfd_vma.
(mep_elf_section_flags): Change type of arg attr to bfd_vma.
* gas/config/tc-mep.h: Likewise.
* gas/config/tc-ppc.c (ppc_section_letter): Return a bfd_vma.
(ppc_section_word): Return a bfd_vma.
(ppc_section_flags): Change type of arg attr to bfd_vma.
* gas/config/tc-ppc.h: Likewise.
* gas/config/te-vms.h (DWARF2_DIR_SHOULD_END_WITH_SEPARATOR,
DWAR2_FILE_TIME_NAME, DWARF2_FILE_SIZE_NAME, DWARF2_FILEN_NAME):
New file with new macros
* gas/dwarf2dbg.c (get_filenum, out_file_list): Default and call new
macros.
2009-01-15 20:42:52 +08:00
|
|
|
vmsutil.lo: vmsutil.c vmsutil.h $(INCDIR)/ansidecl.h
|
2005-10-30 05:16:20 +08:00
|
|
|
xcofflink.lo: xcofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \
|
|
|
|
libcoff.h libxcoff.h
|
2007-04-26 22:47:00 +08:00
|
|
|
xsym.lo: xsym.c $(INCDIR)/filenames.h xsym.h $(INCDIR)/hashtab.h
|
2005-10-30 05:16:20 +08:00
|
|
|
xtensa-isa.lo: xtensa-isa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/xtensa-isa.h $(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
|
2007-04-26 22:47:00 +08:00
|
|
|
aix5ppc-core.lo: aix5ppc-core.c $(INCDIR)/filenames.h
|
2005-10-30 05:16:20 +08:00
|
|
|
aout64.lo: aout64.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
|
|
|
|
$(INCDIR)/bfdlink.h libaout.h $(INCDIR)/hashtab.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)/hashtab.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 \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/coff/xcoff.h $(INCDIR)/coff/rs6k64.h libcoff.h \
|
|
|
|
libxcoff.h coffcode.h coffswap.h
|
|
|
|
demo64.lo: demo64.c aoutf1.h $(INCDIR)/filenames.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/hashtab.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
|
2005-10-30 05:16:20 +08:00
|
|
|
efi-app-ia64.lo: efi-app-ia64.c $(INCDIR)/filenames.h \
|
|
|
|
coff-ia64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/ia64.h \
|
|
|
|
$(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
|
|
|
|
peicode.h libpei.h
|
2008-02-14 23:20:26 +08:00
|
|
|
efi-bsdrv-ia64.lo: efi-bsdrv-ia64.c $(INCDIR)/filenames.h \
|
|
|
|
coff-ia64.c $(INCDIR)/hashtab.h $(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
|
|
|
|
efi-rtdrv-ia64.lo: efi-rtdrv-ia64.c $(INCDIR)/filenames.h \
|
|
|
|
coff-ia64.c $(INCDIR)/hashtab.h $(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
|
2007-03-08 13:35:01 +08:00
|
|
|
efi-app-x86_64.lo: efi-app-x86_64.c $(INCDIR)/filenames.h \
|
|
|
|
coff-x86_64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h \
|
2008-02-14 23:20:26 +08:00
|
|
|
$(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h \
|
|
|
|
coffcode.h peicode.h libpei.h
|
|
|
|
efi-bsdrv-x86_64.lo: efi-bsdrv-x86_64.c $(INCDIR)/filenames.h \
|
|
|
|
coff-x86_64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h \
|
|
|
|
$(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h \
|
|
|
|
coffcode.h peicode.h libpei.h
|
|
|
|
efi-rtdrv-x86_64.lo: efi-rtdrv-x86_64.c $(INCDIR)/filenames.h \
|
|
|
|
coff-x86_64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h \
|
2007-03-08 13:35:01 +08:00
|
|
|
$(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h \
|
|
|
|
coffcode.h peicode.h libpei.h
|
2005-10-30 05:16:20 +08:00
|
|
|
elf64-x86-64.lo: elf64-x86-64.c $(INCDIR)/filenames.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h bfd_stdint.h \
|
2007-08-24 00:29:49 +08:00
|
|
|
$(INCDIR)/elf/x86-64.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
elf64-target.h
|
2005-10-30 05:16:20 +08:00
|
|
|
elf64-alpha.lo: elf64-alpha.c $(INCDIR)/filenames.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/elf/alpha.h $(INCDIR)/elf/reloc-macros.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 \
|
2005-10-30 05:16:20 +08:00
|
|
|
libcoff.h libecoff.h ecoffswap.h elf64-target.h
|
2007-10-24 12:54:38 +08:00
|
|
|
elf64-hppa.lo: elf64-hppa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h \
|
2007-10-24 12:54:38 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h libhppa.h elf64-hppa.h \
|
|
|
|
elf-hppa.h elf64-target.h
|
2005-10-30 05:16:20 +08:00
|
|
|
elf64-gen.lo: elf64-gen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h elf64-target.h
|
2005-10-30 05:16:20 +08:00
|
|
|
elfn32-mips.lo: elfn32-mips.c $(INCDIR)/filenames.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h genlink.h elf-bfd.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
elfxx-mips.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
$(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
|
2002-08-30 16:11:44 +08:00
|
|
|
$(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
ecoffswap.h elf32-target.h
|
|
|
|
elf64-mips.lo: elf64-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/aout/ar.h $(INCDIR)/bfdlink.h genlink.h elf-bfd.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
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
|
|
|
|
elf64-mmix.lo: elf64-mmix.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mmix.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/mmix.h \
|
|
|
|
elf64-target.h
|
|
|
|
elf64-ppc.lo: elf64-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/ppc64.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h elf64-ppc.h elf64-target.h
|
|
|
|
elf64-s390.lo: elf64-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/s390.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h elf64-target.h
|
|
|
|
elf64-sh64.lo: elf64-sh64.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/sh.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h elf64-target.h
|
|
|
|
elf64-sparc.lo: elf64-sparc.c $(INCDIR)/filenames.h \
|
2005-06-01 13:36:05 +08:00
|
|
|
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
|
2005-06-01 13:36:05 +08:00
|
|
|
$(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/opcode/sparc.h elfxx-sparc.h elf64-target.h
|
|
|
|
elf64.lo: elf64.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elfcore.h
|
2005-10-30 05:16:20 +08:00
|
|
|
mmo.lo: mmo.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/libiberty.h $(INCDIR)/elf/mmix.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
$(INCDIR)/opcode/mmix.h
|
|
|
|
nlm32-alpha.lo: nlm32-alpha.c $(INCDIR)/filenames.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/hashtab.h $(INCDIR)/nlm/alpha-ext.h libnlm.h \
|
|
|
|
$(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h \
|
|
|
|
nlmswap.h nlm-target.h
|
2005-10-30 05:16:20 +08:00
|
|
|
nlm64.lo: nlm64.c nlmcode.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
|
|
|
|
$(INCDIR)/nlm/external.h
|
2006-10-25 14:49:21 +08:00
|
|
|
coff-x86_64.lo: coff-x86_64.c $(INCDIR)/filenames.h \
|
|
|
|
$(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h coffcode.h \
|
|
|
|
coffswap.h
|
|
|
|
pe-x86_64.lo: pe-x86_64.c $(INCDIR)/filenames.h coff-x86_64.c \
|
|
|
|
$(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h coffcode.h \
|
|
|
|
peicode.h libpei.h
|
|
|
|
pei-x86_64.lo: pei-x86_64.c $(INCDIR)/filenames.h coff-x86_64.c \
|
|
|
|
$(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h coffcode.h \
|
|
|
|
peicode.h libpei.h
|
2005-10-30 05:16:20 +08:00
|
|
|
aix386-core.lo: aix386-core.c $(INCDIR)/filenames.h \
|
2005-04-12 10:50:28 +08:00
|
|
|
$(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
|
|
|
|
$(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h
|
2005-10-30 05:16:20 +08:00
|
|
|
hpux-core.lo: hpux-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
irix-core.lo: irix-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
lynx-core.lo: lynx-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
osf-core.lo: osf-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
sco5-core.lo: sco5-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
libaout.h $(INCDIR)/bfdlink.h
|
|
|
|
trad-core.lo: trad-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
libaout.h $(INCDIR)/bfdlink.h
|
|
|
|
cisco-core.lo: cisco-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
|
|
|
|
elf32-ia64.lo: elf32-ia64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/objalloc.h \
|
2008-09-30 15:49:32 +08:00
|
|
|
elf32-target.h
|
2005-10-30 05:16:20 +08:00
|
|
|
elf64-ia64.lo: elf64-ia64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
2008-03-13 10:05:23 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h \
|
2005-10-30 05:16:20 +08:00
|
|
|
$(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/objalloc.h \
|
2008-09-30 15:49:32 +08:00
|
|
|
elf64-target.h
|
2005-10-30 05:16:20 +08:00
|
|
|
peigen.lo: peigen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.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)/hashtab.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h \
|
|
|
|
$(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h libpei.h
|
2006-09-20 19:35:11 +08:00
|
|
|
pex64igen.lo: pex64igen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/x86_64.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
|