summaryrefslogtreecommitdiffstats
path: root/libgloss/mips
Commit message (Collapse)AuthorAgeFilesLines
* * mips/nullmon.c (_ftext, _end): Adjust declaration.Richard Sandiford2003-02-181-9/+4
| | | | (get_mem_info): Rework.
* * mips/crt0.S (zerobss): Reload __memsize after call.Richard Sandiford2003-02-181-0/+1
|
* 2003-02-17 Chris Demetriou <cgd@broadcom.com>Jeff Johnston2003-02-171-3/+8
| | | | * mips/cfe.c (__cfe_handle, __cfe_entrypt): Fix types.
* 2003-02-05 Chris Demetriou <cgd@broadcom.com>Jeff Johnston2003-02-052-18/+31
| | | | | | | | * mips/configure.in (mipsisa32el-*-*): Handle in the same way as mipsisa32-*-*. (mipsisa32r2-*-*, mipsisa32r2el-*-*): New, handled in the same way as mipsisa32-*-*. * mips/configure: Regenerate.
* 2003-02-05 Chris Demetriou <cgd@broadcom.com>Jeff Johnston2003-02-052-17/+20
| | | | | | * mips/cfe.c (hardware_hazard_hook): Move... * mips/cfe_prestart.S (hardware_hazard_hook): To here, and translate into assembly.
* * mips/crt0.S (_start): Allocate 64 bytes of stack instead of 32.Richard Sandiford2003-01-081-12/+14
| | | | Pass an empty argv and envp to main().
* * mips/configure.in (mips64vr-elf, mips64vrel-elf): New config.Richard Sandiford2003-01-082-27/+26
| | | | * mips/configure: Regenerate.
* 2002-01-07 Chris Demetriou <cgd@broadcom.com>Jeff Johnston2003-01-073-9/+9
| | | | | | | * crt0.S: Check for definition of __mips64 rather than checking (__mips < 3). * pmon.S: Likewise. * cygmon.c (sysCall): Avoid multi-line string literals.
* 2002-11-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-11-127-30/+296
| | | | | | | | | | * mips/Makefile.in: Add cygmon support. * mips/configure.in: Ditto. * mips/configure: Regenerated. * mips/crt0_cygmon.S: New file. * mips/cygmon.c: Ditto. * mips/pmon.S: Minor formatting and copyright changes. * mips/crt0.S: Ditto.
* * mips/ddb.ld: KEEP .init and .fini.Richard Sandiford2002-10-072-4/+4
| | | | * mips/ddb-kseg0.ld: Likewise.
* * mips/cfe.ld (STARTUP): New definition.Thomas Fitzsimmons2002-08-0112-0/+12
| | | | | | | | | | | | | | * mips/ddb-kseg0.ld (STARTUP): Likewise. * mips/ddb.ld (STARTUP): Likewise. * mips/dve.ld (STARTUP): Likewise. * mips/idt.ld (STARTUP): Likewise. * mips/jmr3904app-java.ld (STARTUP): Likewise. * mips/jmr3904app.ld (STARTUP): Likewise. * mips/jmr3904dram-java.ld (STARTUP): Likewise. * mips/jmr3904dram.ld (STARTUP): Likewise. * mips/lsi.ld (STARTUP): Likewise. * mips/nullmon.ld (STARTUP): Likewise. * mips/pmon.ld (STARTUP): Likewise.
* 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