This is the mail archive of the gdb-patches@sourceware.cygnus.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]

RFA: add i[3456]86-*-netbsdelf* target to config.bfd


I submit the enclosed patch for approval.  

It adds a i[3456]86-*-netbsdelf* and i[3456]86-*-netbsdaout* targets,
and adds the bfd_elf32_i386_vec to the existing ...-*-netbsd* target.
Since i[3456]86-*-openbsd* uses the same pattern, it was changed too;
although it could be argued that it should be a separate entry.

        --jtc

2000-05-31  J.T. Conklin  <jtc@redback.com>

        * config.bfd (i[3456]86-*-netbsdelf*): New target.
        (i[3456]86-*-netbsdaout*): New target.
        (i[3456]86-*-netbsd*): Add bfd_elf32_i386_vec to targ_selvecs.
        (i[3456]86-*-openbsd*): Likewise.

Index: config.bfd
===================================================================
RCS file: /cvs/src/src/bfd/config.bfd,v
retrieving revision 1.32
diff -c -r1.32 config.bfd
*** config.bfd	2000/05/18 16:55:34	1.32
--- config.bfd	2000/05/31 22:36:45
***************
*** 299,307 ****
      targ_defvec=bfd_elf32_i386_vec
      targ_selvecs=i386coff_vec
      ;;
!   i[3456]86-*-netbsd* | i[3456]86-*-openbsd*)
      targ_defvec=i386netbsd_vec
!     targ_selvecs=i386bsd_vec
      targ_underscore=yes
      ;;
    i[3456]86-*-netware*)
--- 299,311 ----
      targ_defvec=bfd_elf32_i386_vec
      targ_selvecs=i386coff_vec
      ;;
!   i[3456]86-*-netbsdelf*) 
!     targ_defvec=bfd_elf32_i386_vec
!     targ_selvecs=i386netbsd_vec
!     ;;
!   i[3456]86-*-netbsdaout* | i[3456]86-*-netbsd* | i[3456]86-*-openbsd*)
      targ_defvec=i386netbsd_vec
!     targ_selvecs="bfd_elf32_i386_vec i386bsd_vec"
      targ_underscore=yes
      ;;
    i[3456]86-*-netware*)

-- 
J.T. Conklin
RedBack Networks

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