[Bug ld/10409] Load address generated correctly, but applied incorrectly.

2010-05-22 Thread andrew dot mahone at gmail dot com
--- Additional Comments From andrew dot mahone at gmail dot com 2010-05-22 07:08 --- Thanks, I'll try to get to rebuilding with this patch sometime this weekend. -- http://sourceware.org/bugzilla/show_bug.cgi?id=10409 --- You are receiving this mail because: --- You are on t

[Bug ld/11621] New: .o vs. obj => @OBJEXT@

2010-05-22 Thread jay dot krell at cornell dot edu
Building native alpha-dec-vms-ld with a cross gcc/ld (host=i386-darwin): /src/binutils/src/ld/ldmain.c: In function 'main': /src/binutils/src/ld/ldmain.c:232:33: error: 'TARGET' undeclared (first use in this function) /src/binutils/src/ld/ldmain.c:232:33: note: each undeclared identifier is report

[Bug ld/11621] .o vs. obj => @OBJEXT@

2010-05-22 Thread jay dot krell at cornell dot edu
--- Additional Comments From jay dot krell at cornell dot edu 2010-05-22 13:48 --- Created an attachment (id=4807) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4807&action=view) patch attached .o => @objext@ (I don't know why all the AMDEP_TRUE changes in the automake outp

[Bug binutils/11622] New: libiberty .o vs. obj => @OBJEXT@

2010-05-22 Thread jay dot krell at cornell dot edu
libiberty in binutils and gcc has trouble building for VMS due to .o instead of @objext@ in the Makefile. I don't remember the errors. -- Summary: libiberty .o vs. obj => @OBJEXT@ Product: binutils Version: 2.21 (HEAD) Status: NEW Severit

[Bug binutils/11622] libiberty .o vs. obj => @OBJEXT@

2010-05-22 Thread jay dot krell at cornell dot edu
--- Additional Comments From jay dot krell at cornell dot edu 2010-05-22 13:53 --- Created an attachment (id=4808) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4808&action=view) .o => @objext@ and .o => $ac_objext, and add .obj in some places, leaving also .o -- http:

[Bug binutils/11624] New: bfd build breaks wrt alpha-dec-vms

2010-05-22 Thread jay dot krell at cornell dot edu
bfd doesn't build for a few minor reasons Some are in the same file. - warning-as-error: VMS calloc doesn't take size_t (int vs. long), so there is a warning passing the address in archive.c. Ultimately I ended up using -disable-werror, but this particular one can be fixed with a little wrapper:

[Bug binutils/11624] bfd build breaks wrt alpha-dec-vms

2010-05-22 Thread jay dot krell at cornell dot edu
--- Additional Comments From jay dot krell at cornell dot edu 2010-05-22 14:03 --- Created an attachment (id=4809) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4809&action=view) small fixes to compile/link errors (removing core file support maybe not minor, but it was for the w