summaryrefslogtreecommitdiffstats
path: root/libgloss/mips/crt0.S
Commit message (Collapse)AuthorAgeFilesLines
* 2006-11-27 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2006-11-271-1/+1
| | | | | * mips/crt0.S: Fix preprocessor statements from previous patch to be ANSI.
* 2006-11-24 Thiemo Seufer <ths@mips.com>Jeff Johnston2006-11-241-4/+14
| | | | | | | Nigel Stephens <nigel@mips.com> * mips/crt0.S (_start): Use all available float registers. Don't touch SR_PE on post-mips2 CPUs, it means soft reset there.
* 2003-05-26 Eric Christopher <echristo@redhat.com>Jeff Johnston2003-05-261-2/+0
| | | | * mips/crt0.S: Remove stackbase variable set.
* * mips/crt0.S (zerobss): Reload __memsize after call.Richard Sandiford2003-02-181-0/+1
|
* * 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().
* 2002-01-07 Chris Demetriou <cgd@broadcom.com>Jeff Johnston2003-01-071-1/+1
| | | | | | | * 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-121-6/+7
| | | | | | | | | | * 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-07-12 Chris Demetriou <cgd@broadcom.com>Jeff Johnston2002-07-121-1/+45
| | | | | | | | | | | | | | | | | | | | | | * 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.
* 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.
* 20000317 sourceware importRanjith Kumaran2000-03-171-0/+230