From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H . J . Lu" To: binutils@sourceware.cygnus.com Cc: amylaar@redhat.com Subject: PATCH: Update bfd/Makefile.am for elf32-h8300 Date: Thu, 30 Aug 2001 09:04:00 -0000 Message-id: <20010830090401.A8947@lucon.org> X-SW-Source: 2001-08/msg00695.html I checked in the following patch. H.J. ---- 2001-08-30 H.J. Lu * Makefile.am (BFD32_BACKENDS): Add elf32-h8300.lo. (BFD32_BACKENDS_CFILES): Add elf32-h8300.c. * Makefile.in: Rebuild. Index: Makefile.am =================================================================== RCS file: /work/cvs/gnu/binutils/bfd/Makefile.am,v retrieving revision 1.49 diff -u -p -r1.49 Makefile.am --- Makefile.am 2001/08/30 15:42:43 1.49 +++ Makefile.am 2001/08/30 16:00:31 @@ -187,6 +187,7 @@ BFD32_BACKENDS = \ elf32-d30v.lo \ elf32-fr30.lo \ elf32-gen.lo \ + elf32-h8300.lo \ elf32-hppa.lo \ elf32-i370.lo \ elf32-i386.lo \ @@ -327,6 +328,7 @@ BFD32_BACKENDS_CFILES = \ elf32-d30v.c \ elf32-fr30.c \ elf32-gen.c \ + elf32-h8300.c \ elf32-hppa.c \ elf32-i370.c \ elf32-i386.c \ Index: Makefile.in =================================================================== RCS file: /work/cvs/gnu/binutils/bfd/Makefile.in,v retrieving revision 1.57 diff -u -p -r1.57 Makefile.in --- Makefile.in 2001/08/30 15:42:43 1.57 +++ Makefile.in 2001/08/30 16:00:31 @@ -311,6 +311,7 @@ BFD32_BACKENDS = \ elf32-d30v.lo \ elf32-fr30.lo \ elf32-gen.lo \ + elf32-h8300.lo \ elf32-hppa.lo \ elf32-i370.lo \ elf32-i386.lo \ @@ -452,6 +453,7 @@ BFD32_BACKENDS_CFILES = \ elf32-d30v.c \ elf32-fr30.c \ elf32-gen.c \ + elf32-h8300.c \ elf32-hppa.c \ elf32-i370.c \ elf32-i386.c \