diff options
author | Nick Clifton <nickc@redhat.com> | 2006-04-11 10:36:26 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-04-11 10:36:26 +0000 |
commit | ebe1fac16186a77f5b2d971ac10e42a6b3b5b608 (patch) | |
tree | d992aa942a0879cb2815dbe5aa9bee683909acc1 /ld/Makefile.am | |
parent | 0f84642536077e28c9d2f749cd3554404060b894 (diff) | |
download | gdb-ebe1fac16186a77f5b2d971ac10e42a6b3b5b608.zip gdb-ebe1fac16186a77f5b2d971ac10e42a6b3b5b608.tar.gz gdb-ebe1fac16186a77f5b2d971ac10e42a6b3b5b608.tar.bz2 |
* emultempl/elf32.em: Add support for elf-hints.h on FreeBSD and Dragonfly targets.
* configure.in (AC_CHECK_HEADERS): Add elf-hints.h.
* Makefile.am (HFILES): Add elf-hints-local.h.
* elf-hints-local.h: New file.
* Makefile.in: Regenerate.
* configure: Regenerate.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r-- | ld/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index 3118a36..3c4fa5e 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -418,7 +418,7 @@ CFILES = ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c \ HFILES = ld.h ldctor.h ldemul.h ldexp.h ldfile.h \ ldlang.h ldlex.h ldmain.h ldmisc.h ldver.h \ - ldwrite.h mri.h deffile.h pe-dll.h + ldwrite.h mri.h deffile.h pe-dll.h elf-hints-local.h GENERATED_CFILES = ldgram.c ldlex.c deffilep.c GENERATED_HFILES = ldgram.h ldemul-list.h deffilep.h |