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]

Fix alpha sorting in configure scripts


Hi Guys,

  The architecture tables in the various configure files are supposed
  to be kept in an alpha- sorted order so that it is easy to check
  whether a given architecture is supported.  These tables have
  recently become a little unsorted and so I am checking in the
  attached patch to fix them up.  Checked by building a x86 native
  toolchain and an all-targets toolchain.

Cheers
  Nick

opcodes/ChangeLog
2005-07-18  Nick Clifton  <nickc@redhat.com>

	* configure.in: Restore alpha ordering to list of arches.
	* configure: Regenerate.
	* disassemble.c: Restore alpha ordering to list of arches.

gas/ChangeLog
2005-07-18  Nick Clifton  <nickc@redhat.com>

	* configure.tgt: Restore alpha ordering to list of arches.

ld/ChangeLog
2005-07-18  Nick Clifton  <nickc@redhat.com>

	* configure.tgt: Restore alpha ordering to list of arches.

bfd/ChangeLog
2005-07-18  Nick Clifton  <nickc@redhat.com>

	* config.bfd: Move m32c entry to correct location.
        * archures.c: Likewise.
        * configure.in: Likewise.
        * configure: Regenerate.
        * targets.c: Move ms1 vector to correct location.

Attachment: alpha-sort.patch.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]