This is the mail archive of the binutils@sources.redhat.com 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]

[PATCH]: ld. Combine loads-of-msp430-subdevices emulations into one file.


Fellows,

Now TI's msp430 line has loads of subdevices each with different memory map 
and addresses. The following ld patch combines all of emulparams/msp430x*.sh 
into one file emulparams/msp430all.sh and intoduces new script 
genscripts_extra.sh (thanks to Nick) which handles many emulations via one 
file.

Cheers,
Dmitry.

2003-08-12 Dmitry Diky <diwil@mail.ru>
  * Makefile.am (GENSCRIPTS_EXTRA): New script defenition which calls 
  genscripts_extra.sh.
  Rearrange all msp430 depends using this script.
  * genscripts_extra.sh: New file. Similar to genscripts.sh, except target
  specific parameters can be loaded via $SCRIPT_TO_RUN.sh (second optional
  parameter) rather than via script $EMULATION_NAME.sh.                                                    
  * emulparams/msp430all.sh: New file. Combine all msp430 subdevice 
  defenitions into one file.
  * emulparams/msp430x*.sh: Removed.

Attachment: ld.diff.bz2
Description: BZip2 compressed data


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