From: Nick Clifton Date: Sun, 21 May 2000 17:01:02 +0000 (+0000) Subject: Define LIBIBERTY X-Git-Tag: gdb-pre-params-removal-2000-05-28~58 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=fdceddded94f6b2db958840d54fdbd501d01dd7a;p=pf3gnuchains%2Fpf3gnuchains4x.git Define LIBIBERTY --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 68ae62f069..8c3c3e74ac 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2000-05-21 Nick Clifton + + * Makefile.am (LIBIBERTY): Define. + 2000-05-16 Frank Ch. Eigler * fr30-desc.h: Partially regenerated to account for changed diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index 893f28c59e..a3fc14e1ee 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -16,6 +16,9 @@ lib_LTLIBRARIES = libopcodes.la # This is where bfd.h lives. BFD_H = ../bfd/bfd.h +# This is where libiberty lives. +LIBIBERTY = ../libiberty/libiberty.a + # Header files. HFILES = \ arm-opc.h \