summaryrefslogtreecommitdiffstats
path: root/libgloss/mips
Commit message (Collapse)AuthorAgeFilesLines
* * mips/array.ld, mips/cfe.ld, mips/dve.ld, mips/idt32.ld,Richard Sandiford2005-04-1214-28/+28
| | | | | | | * mips/idt64.ld, mips/idtecoff.ld, mips/idt.ld, * mips/jmr3904app-java.ld, mips/jmr3904app.ld, * mips/jmr3904dram-java.ld, mips/jmr3904dram.ld, mips/lsi.ld, * mips/nullmon.ld, mips/pmon.ld: Keep .init and .fini.
* 2004-06-27 Hideki Iwamoto <h-iwamoto@kit.hi-ho.ne.jp>Jeff Johnston2004-06-281-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in: Support $(DESTDIR). * arm/Makefile.in: Ditto. * d30v/Makefile.in: Ditto. * doc/Makefile.in: Ditto. * fr30/Makefile.in: Ditto. * frv/Makefile.in: Ditto. * hp74x/Makefile.in: Ditto. * i386/Makefile.in: Ditto. * i960/Makefile.in: Ditto. * iq2000/Makefile.in: Ditto. * libnosys/Makefile.in: Ditto. * m32r/Makefile.in: Ditto. * m68hc11/Makefile.in: Ditto. * m68k/Makefile.in: Ditto. * mcore/Makefile.in: Ditto. * mips/Makefile.in: Ditto. * mn10200/Makefile.in: Ditto. * mn10300/Makefile.in: Ditto. * pa/Makefile.in: Ditto. * rs6000/Makefile.in: Ditto. * sparc/Makefile.in: Ditto. * sparc/libsys/Makefile.in: Ditto. * xstormy16/Makefile.in: Ditto.
* * mips/array.ld, mips/cfe.ld, mips/ddb-kseg0.ld, mips/ddb.ld,Richard Sandiford2004-05-0512-0/+48
| | | | | | * mips/dve.ld, mips/idt32.ld, mips/idt64.ld, mips/idt.ld * mips/jmr3904app.ld, mips/lsi.ld, mips/nullmon.ld, mips/pmon.ld (.eh_frame_hdr, .eh_frame, .gcc_except_table, .jcr): New sections.
* 2004-04-02 Chris Demetriou <cgd@broadcom.com>Jeff Johnston2004-04-033-5/+5
| | | | | | | * mips/regs.S (C0_COUNT): Fix comment that kept this from being defined. * mips/vr4300.S: Use C0_COUNT as appropriate instead of hardcoding $9. * mips/vr5xxx.S: Likewise.
* 2004-03-23 Eric Christopher <echristo@redhat.com>Eric Christopher2004-03-242-11/+32
| | | | | | * mips/configure.in: Add mipsisa64-*-* to target support. * mips/configure: Regenerate. * frv/crt0.S: Fix comment.
* 2003-08-20 Chris Demetriou <cgd@broadcom.com>Jeff Johnston2003-08-209-180/+486
| | | | | | | | | | | | | | | | * mips/crt0_cfe.S: New file. * mips/cfe_mem.c: New file. * mips/cfe_prestart.S: Remove. * mips/cfe.ld: Adjust to use crt0_cfe.o as the startup file, and and use _start as the entry point. Align BSS to 32-byte boundary. * mips/cfe.c: Reimplement to fit on top of a crt0_cfe.o file. * mips/cfe_api.h (__libcfe_stack_size, __libcfe_mem_limit) (__libcfe_meminit, __libcfe_stack_top): New prototypes. * mips/Makefile.in (CFEOBJS): Replace cfe_prestart.o with cfe_mem.o. (cfe.o, cfe_api.o, cfe_mem.o, crt0_cfe.o): New targets. * mips/configure.in: Build and install crt0_cfe.o when CFE support is built. * mips/configure: Regenerate.
* 2003-05-26 Eric Christopher <echristo@redhat.com>Jeff Johnston2003-05-261-2/+0
| | | | * mips/crt0.S: Remove stackbase variable set.
* Check in proper version of Eric's patch.Jeff Johnston2003-05-021-1/+1
|
* 2003-05-02 Eric Christopher <echristo@redhat.com>Jeff Johnston2003-05-021-1/+1
| | | | * mips/cma101.c (__sizemem): Make sure that end is not in .sdata.
* 2003-04-09 Chris Demetriou <cgd@broadcom.com>Jeff Johnston2003-04-101-0/+10
| | | | * mips/cfe.c (_flush_cache): New function.
* * 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