summaryrefslogtreecommitdiffstats
path: root/libgloss/mips
Commit message (Collapse)AuthorAgeFilesLines
* 2002-07-12 Chris Demetriou <cgd@broadcom.com>Jeff Johnston2002-07-1210-13/+1404
| | | | | | | | | | | | | | | | | * mips/Makefile.in (GENOBJS2): New variable to name other commonly used objects. (DVEOBJS, JMR3904OBJS): Reference GENOBJS2. * mips/Makefile.in: Add support for Broadcom CFE firmware. * mips/configure.in: (mipsisa32*-*-*, *): Likewise. * mips/configure: Regenerate. * mips/cfe.c: New file. * mips/cfe.ld: New file. * mips/cfe_api.c: New file. * mips/cfe_api.h: New file. * mips/cfe_api_int.h: New file. * mips/cfe_error.h: New file. * mips/cfe_prestart.S: New file.
* 2002-07-12 Chris Demetriou <cgd@broadcom.com>Jeff Johnston2002-07-1216-1/+75
| | | | | | | | | | | | | | | | | | | | | | * mips/array.ld (hardware_exit_hook, hardware_hazard_hook): New symbols for optionally-provided functions. * mips/ddb-kseg0.ld: Likewise. * mips/ddb.ld: Likewise. * mips/dve.ld: Likewise. * mips/idt.ld: Likewise. * mips/idt32.ld: Likewise. * mips/idt64.ld: Likewise. * mips/idtecoff.ld: Likewise. * mips/jmr3904app-java.ld: Likewise. * mips/jmr3904app.ld: Likewise. * mips/jmr3904dram-java.ld: Likewise. * mips/jmr3904dram.ld: Likewise. * mips/lsi.ld: Likewise. * mips/nullmon.ld: Likewise. * mips/pmon.ld: Likewise. * mips/crt0.S: Invoke hardware_exit_hook and hardware_hazard_hook functions if they are provided. (_exit): Handle __embedded_pic properly.
* Allow mips user to override memory sizeMichael Meissner2002-02-011-1/+9
|
* Add ddb-kseg0.ld and switch to kseg1 if sizing memory from kseg0Michael Meissner2001-10-185-22/+197
|
* Fix typo.Eric Christopher2001-09-152-2/+2
|
* 2001-09-14 Eric Christopher <echristo@redhat.com>Eric Christopher2001-09-144-6/+341
| | | | | | | * mips/configure.in: Add mipsisa32 support. * mips/configure: Regenerate. * mips/idt32.ld: New file. * mips/idt64.ld: New file.
* If -mfp32, do not enable 64-bit FPR registers on mips3Michael Meissner2001-09-111-2/+2
|
* 2001-03-30 Richard Henderson <rth@redhat.com>Eric Christopher2001-08-311-4/+6
| | | | | | Eric Christopher <echristo@redhat.com> * mips/crt0.S: Fix for .init/.fini sections.
* 2001-08-30 Richard Henderson <rth@redhat.com>Eric Christopher2001-08-311-9/+15
| | | | | | Eric Christopher <echristo@redhat.com> * mips/idt.ld: Rewrite for .init/.fini sections.
* * mips/Makefile.in (jmr3904-io.o): Remove bogus use of `-mips3.'Jonathan Larmour2001-08-221-1/+1
|
* 20000317 sourceware importRanjith Kumaran2000-03-1733-0/+6497