This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: fix link error for an all-targets libbfd


On Mon, Mar 14, 2005 at 01:36:09PM +1100, Ben Elliston wrote:
> When linking GDB against an "all-targets" version of libopcodes and libbfd, 
> link
> errors occur due to calls from opcodes->bfd.  Since bfd is a lower level 
> library, it
> should be linked after libopcodes.  This patch does just that.  Okay for 
> mainline?
> 
> 2005-03-14  Ben Elliston  <bje@au.ibm.com>
> 
>        * Makefile.in (CLIBS): Link libbfd after libopcodes, as it is a
>        more primitive library.

Makes sense.  This is OK.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]