[PATCH] enable linux-vax support
Nick Clifton
nickc@redhat.com
Wed Dec 3 15:02:00 GMT 2003
More information about the Binutils mailing list
Wed Dec 3 15:02:00 GMT 2003
- Previous message (by thread): Add "msp" to list of expected architectures in objdump.exp
- Next message (by thread): Other bootstrap failures.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Dave,
> This is a patch that switches on linux-vax support in
> binutils, there are no major changes requried apart from some config
> and one patch to gas (for a SYSV option that gcc pass to binutils on
> Linux)..
Thanks for submitting this patch. I have applied it, but there were
two problems with it:
* You did not include any ChangeLog entries. I have used the ones
below.
* You did not update the file gas/testsuite/gas/vax/vax.exp to take
account of the new ELF-like target. I have applied the patch
below to fix this.
Cheers
Nick
bdf/ChangeLog
2003-12-03 Dave Airlie <airlied@linux.ie>
* config.bfd: Add vax-linux-gnu target.
* configure.in: Likewise.
* configure: Regenerate.
gas/ChangeLog
2003-12-03 Dave Airlie <airlied@linux.ie>
* configure.in: Likewise.
* configure: Regenerate.
* config/tc-vax.c (md_shortopts): Add 'Q'.
(md_parse_option): Ignore 'Q' for now.
ld/ChangeLog
2003-12-03 Dave Airlie <airlied@linux.ie>
* configure.tgt: Add vax-linux-gnu target.
gas/testsuite/ChangeLog
2003-12-03 Nick Clifton <nickc@redhat.com>
* gas/vax/vax.exp (do_quad): Treat a vax-*-linux-gnu target as an
ELF target.
Index: gas/testsuite/gas/vax/vax.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/vax/vax.exp,v
retrieving revision 1.1
diff -c -3 -p -r1.1 vax.exp
*** gas/testsuite/gas/vax/vax.exp 27 Sep 2002 23:36:01 -0000 1.1
--- gas/testsuite/gas/vax/vax.exp 3 Dec 2003 14:56:05 -0000
*************** proc do_quad {} {
*** 8,14 ****
set x2 0
set x3 0
set file "quad.s"
! if [istarget vax-*-*elf*] {
set file "quad_elf.s"
}
gas_start $file "-al"
--- 8,14 ----
set x2 0
set x3 0
set file "quad.s"
! if { [istarget vax-*-*elf*] || [istarget vax-*-linux-gnu*] } then {
set file "quad_elf.s"
}
gas_start $file "-al"
- Previous message (by thread): Add "msp" to list of expected architectures in objdump.exp
- Next message (by thread): Other bootstrap failures.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list