New linker option --dsbt_index for C6x; c6x-uclinux fixes
Alan Modra
amodra@gmail.com
Wed Sep 29 15:27:00 GMT 2010
More information about the Binutils mailing list
Wed Sep 29 15:27:00 GMT 2010
- Previous message (by thread): New linker option --dsbt_index for C6x; c6x-uclinux fixes
- Next message (by thread): [RFA] Correct problem in s390-opc.tab generation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, Sep 29, 2010 at 02:47:56PM +0200, Bernd Schmidt wrote: > Index: include/bfdlink.h > =================================================================== > RCS file: /cvs/src/src/include/bfdlink.h,v > retrieving revision 1.81 > diff -c -p -r1.81 bfdlink.h > *** include/bfdlink.h 15 Dec 2009 02:02:39 -0000 1.81 > --- include/bfdlink.h 29 Sep 2010 12:40:25 -0000 > *************** struct bfd_link_info > *** 467,472 **** > --- 467,475 ---- > > /* List of symbols should be dynamic. */ > struct bfd_elf_dynamic_list *dynamic_list; > + > + /* For DSBT binaries, the DSBT index. */ > + int dsbt_index; Target specific fields don't belong here. For an example of how to pass (a lot of) params between ld and bfd, see emultempl/spuelf.em. -- Alan Modra Australia Development Lab, IBM
- Previous message (by thread): New linker option --dsbt_index for C6x; c6x-uclinux fixes
- Next message (by thread): [RFA] Correct problem in s390-opc.tab generation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list