This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

[committed] fix alpha vms object file record attribute


Hi,

I am committing this patch on both the head and the branch.
Without it, the object files created didn't have the right record attribute. However they were
accepted by the VMS linker and no error were found by analyze/obj. Some external tools didn't like them
however.


Tristan.

bfd/
2009-09-30  Tristan Gingold  <gingold@adacore.com>

* configure.com: Use hosts/alphavms.h on both alpha and ia64 VMS.


*** configure.com 1 Sep 2009 13:10:45 -0000 1.3 --- configure.com 30 Sep 2009 13:07:41 -0000 *************** *** 318,323 **** --- 318,326 ---- /* Disable NLS */ #undef ENABLE_NLS $! + $ write sys$output "Copy sysdep.h" + $ copy [.hosts]alphavms.h sysdep.h + $ $ write sys$output "Generate build.com" $! $ if ARCH.eqs."alpha" *************** *** 362,368 **** $ edit/tpu/nojournal/nosection/nodisplay/command=substxx.tpu - []elfXX-target.h /output=[]elf64-target.h $ del substxx.tpu;* - $ copy [.hosts]alphavms.h sysdep.h $ endif $ append sys$input build.com $DECK --- 365,370 ----


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