aboutsummaryrefslogtreecommitdiff
path: root/libgloss/mips
AgeCommit message (Collapse)AuthorFilesLines
2003-05-022003-05-02 Eric Christopher <echristo@redhat.com>Jeff Johnston1-1/+1
* mips/cma101.c (__sizemem): Make sure that end is not in .sdata.
2003-04-102003-04-09 Chris Demetriou <cgd@broadcom.com>Jeff Johnston1-0/+10
* mips/cfe.c (_flush_cache): New function.
2003-02-18 * mips/nullmon.c (_ftext, _end): Adjust declaration.Richard Sandiford1-9/+4
(get_mem_info): Rework.
2003-02-18 * mips/crt0.S (zerobss): Reload __memsize after call.Richard Sandiford1-0/+1
2003-02-172003-02-17 Chris Demetriou <cgd@broadcom.com>Jeff Johnston1-3/+8
* mips/cfe.c (__cfe_handle, __cfe_entrypt): Fix types.
2003-02-052003-02-05 Chris Demetriou <cgd@broadcom.com>Jeff Johnston2-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-052003-02-05 Chris Demetriou <cgd@broadcom.com>Jeff Johnston2-17/+20
* mips/cfe.c (hardware_hazard_hook): Move... * mips/cfe_prestart.S (hardware_hazard_hook): To here, and translate into assembly.
2003-01-08 * mips/crt0.S (_start): Allocate 64 bytes of stack instead of 32.Richard Sandiford1-12/+14
Pass an empty argv and envp to main().
2003-01-08 * mips/configure.in (mips64vr-elf, mips64vrel-elf): New config.Richard Sandiford2-27/+26
* mips/configure: Regenerate.
2003-01-072002-01-07 Chris Demetriou <cgd@broadcom.com>Jeff Johnston3-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-122002-11-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston7-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.
2002-10-07 * mips/ddb.ld: KEEP .init and .fini.Richard Sandiford2-4/+4
* mips/ddb-kseg0.ld: Likewise.
2002-08-01 * mips/cfe.ld (STARTUP): New definition.Thomas Fitzsimmons12-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-122002-07-12 Chris Demetriou <cgd@broadcom.com>Jeff Johnston10-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-122002-07-12 Chris Demetriou <cgd@broadcom.com>Jeff Johnston16-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.
2002-02-01Allow mips user to override memory sizeMichael Meissner1-1/+9
2001-10-18Add ddb-kseg0.ld and switch to kseg1 if sizing memory from kseg0Michael Meissner5-22/+197
2001-09-15Fix typo.Eric Christopher2-2/+2
2001-09-142001-09-14 Eric Christopher <echristo@redhat.com>Eric Christopher4-6/+341
* mips/configure.in: Add mipsisa32 support. * mips/configure: Regenerate. * mips/idt32.ld: New file. * mips/idt64.ld: New file.
2001-09-11If -mfp32, do not enable 64-bit FPR registers on mips3Michael Meissner1-2/+2
2001-08-312001-03-30 Richard Henderson <rth@redhat.com>Eric Christopher1-4/+6
Eric Christopher <echristo@redhat.com> * mips/crt0.S: Fix for .init/.fini sections.
2001-08-312001-08-30 Richard Henderson <rth@redhat.com>Eric Christopher1-9/+15
Eric Christopher <echristo@redhat.com> * mips/idt.ld: Rewrite for .init/.fini sections.
2001-08-22 * mips/Makefile.in (jmr3904-io.o): Remove bogus use of `-mips3.'Jonathan Larmour1-1/+1
2000-03-1720000317 sourceware importRanjith Kumaran33-0/+6497