aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.am
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2007-07-09 21:23:43 +0000
committerRoland McGrath <roland@gnu.org>2007-07-09 21:23:43 +0000
commitff59fc360e31b2d4b84e810753f128035e7c9e4a (patch)
tree22d1416efb0384e77f23d3a00e59d2911bb00abb /bfd/Makefile.am
parent20a761b5e938488128342ab0f12244b5eadd8d35 (diff)
downloadfsf-binutils-gdb-ff59fc360e31b2d4b84e810753f128035e7c9e4a.zip
fsf-binutils-gdb-ff59fc360e31b2d4b84e810753f128035e7c9e4a.tar.gz
fsf-binutils-gdb-ff59fc360e31b2d4b84e810753f128035e7c9e4a.tar.bz2
2007-07-09 Roland McGrath <roland@redhat.com>
* elf-bfd.h (struct elf_obj_tdata): Add members emit_note_gnu_build_id and note_gnu_build_id_sec. * elf.c (_bfd_id_note_section_size): New global function. (read_hex, _bfd_elf_write_build_id_section): New static functions. (_bfd_elf_write_object_contents): Call _bfd_elf_write_build_id_section if emit_note_gnu_build_id is set. * Makefile.am (elf.lo): Update dependencies.
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r--bfd/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am
index 48919af..508c180 100644
--- a/bfd/Makefile.am
+++ b/bfd/Makefile.am
@@ -1298,7 +1298,8 @@ efi-app-ia32.lo: efi-app-ia32.c $(INCDIR)/filenames.h \
peicode.h libpei.h
elf.lo: elf.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
- $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/libiberty.h
+ $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/libiberty.h \
+ $(INCDIR)/safe-ctype.h $(INCDIR)/md5.h
elf32-am33lin.lo: elf32-am33lin.c $(INCDIR)/filenames.h \
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h \