aboutsummaryrefslogtreecommitdiff
path: root/libgloss/mips
AgeCommit message (Collapse)AuthorFilesLines
2004-06-282004-06-27 Hideki Iwamoto <h-iwamoto@kit.hi-ho.ne.jp>Jeff Johnston1-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.
2004-05-05 * mips/array.ld, mips/cfe.ld, mips/ddb-kseg0.ld, mips/ddb.ld,Richard Sandiford12-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-032004-04-02 Chris Demetriou <cgd@broadcom.com>Jeff Johnston3-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-242004-03-23 Eric Christopher <echristo@redhat.com>Eric Christopher2-11/+32
* mips/configure.in: Add mipsisa64-*-* to target support. * mips/configure: Regenerate. * frv/crt0.S: Fix comment.
2003-08-202003-08-20 Chris Demetriou <cgd@broadcom.com>Jeff Johnston9-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-262003-05-26 Eric Christopher <echristo@redhat.com>Jeff Johnston1-2/+0
* mips/crt0.S: Remove stackbase variable set.
2003-05-02Check in proper version of Eric's patch.Jeff Johnston1-1/+1
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