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: [RFC] Rearranging the build order fix link problem in tmp-ld-insn


On Thu, Apr 21, 2005 at 02:20:26PM -0500, Manoj Iyer wrote:
> 
> When compiling/linking tmp-ld-insn, the linker exits with the error
> message, cc -g -O -I. -I. -I./../../include -I../../bfd -I./../../bfd
> -I../../gdb -I./../../gdb  -I./../../gdb/config   -o tmp-ld-insn -DMAIN
> ./ld-insn.c ld-cache.o misc.o lf.o table.o ld-decode.o filter_host.o
> filter.o
> cc: 1501-228 input file ld-cache.o not found
> cc: 1501-228 input file ld-decode.o not found
> Rearranging the build order fixes this build break. Here is the patch.

Please take another look at my response the first time you posted this.
I wrote:

  #2 is definitely wrong; there are missing dependencies somewhere. 
  The order of things in a dependency line is not significant to make
  except accidentally.

> 2005-04-21  Manoj Iyer  <manjo@austin.ibm.com>
> 
>         * Rearranging the build order in sim/ppc/Makefile.in to fix build
>         break reported by AIX linker.

Please pay more attention to your ChangeLog entries.

	* Makefile.in (tmp-igen): Rearrange the order of dependencies.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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