This is the mail archive of the gdb-patches@sources.redhat.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]
Other format: [Raw text]

[RFA] Add support for i786 cpu.




   Uname now reports i786 cpu for a Pentium IV.
(at least the current CVS version for djgpp,
I don't know for other target).

   This makes the patterns
    i[3456]86-*-....
obsolete
so I replaced them by
   i[34567]-*-....
in the following patch.

I alreday found this i[34567]86 pattern in 
src/bfd/configure file.

   Is configure generated by configure.in?
If yes, how is this done?

A lot of other dirs (including the master src dir)
need the same modifications....



2001-12-06  Pierre Muller  <muller@ics.u-strasbg.fr>

	* configure: Replace i[3456]86 patterns by i[34567]86 patterns
	to support Pentium IV processor reported as i786 cpu.
	* configure.in: Idem.
	* configure.host: Idem.
	* configure.tgt: Idem.

Attachment: i786support.diffs
Description: Text document



Pierre Muller
Institut Charles Sadron
6,rue Boussingault
F 67083 STRASBOURG CEDEX (France)
mailto:muller@ics.u-strasbg.fr
Phone : (33)-3-88-41-40-07  Fax : (33)-3-88-41-40-99

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