summaryrefslogtreecommitdiff
path: root/gcc/mips-tfile.c
Commit message (Expand)AuthorAgeFilesLines
* mips-tfile.c (copy_object): Always pass indexNil for symbol table index.Rainer Orth2001-06-131-2/+1
* dbxout.c, [...]: Always include gstab.h, not system stab.h.Zack Weinberg2001-05-011-9/+1
* mips-tfile.c: Cast arg to PTR when specifier is HOST_PTR_PRINTF.Kaveh R. Ghazi2001-03-121-149/+102
* mips-tdump.c (read_seek): Call xmalloc, not malloc.Richard Kenner2001-03-101-4/+3
* optabs.c (init_optabs): Initialize fixtab...Greg McGary2000-08-241-2/+2
* c-decl.c: Mark strings for translation.Philipp Thomas2000-06-281-10/+11
* Fix copyrights.Jeff Law2000-02-261-1/+2
* bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.Richard Kenner2000-02-181-5/+41
* Makefile.in (TREE_H, [...]): Depend on version.h.Kaveh R. Ghazi2000-02-151-1/+1
* Update copyrightsKaveh Ghazi2000-01-171-1/+1
* machmode.h: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-171-5/+5
* c-common.c (check_format_info): Don't call a variadic function with a non-lit...Kaveh R. Ghazi1999-11-251-2/+2
* flow.c (debug_flow_info): Add prototype.Kaveh R. Ghazi1999-10-291-6/+8
* machmode.h (HOST_PTR_PRINTF): Move from here ...Kaveh R. Ghazi1999-09-211-2/+0
* c-aux-info.c (concat): Don't define.Kaveh R. Ghazi1999-09-071-117/+6
* cccp.c (xrealloc): Call malloc given a NULL old pointer.Richard Henderson1999-01-211-1/+5
* Fix copyrights.Jeff Law1999-01-061-1/+1
* Warning fixes:Kaveh R. Ghazi1999-01-041-56/+61
* system.h: Include libiberty.h.Kaveh R. Ghazi1998-11-271-34/+17
* gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1998-11-081-17/+6
* Warning fixes:Kaveh R. Ghazi1998-10-171-5/+5
* Add support for strsignal, for platforms which have it but don't have sys_sig...Kaveh R. Ghazi1998-09-131-11/+25
* system.h: Include stdarg.h/varargs.h...Kaveh R. Ghazi1998-08-261-5/+0
* Redesign GCC_FUNC_PRINTF_PTR so that it doesn't define HOST_PTR_PRINTF directly.Kaveh R. Ghazi1998-07-061-0/+2
* * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1998-06-291-2/+2
* Warning fixes:Kaveh R. Ghazi1998-06-221-34/+84
* Finish incomplete change started by Kenner.Jim Wilson1998-05-191-1/+1
* Handle missing vfprintf() & _doprnt() functions with linked in modules,Kaveh R. Ghazi1998-05-071-30/+0
* typo typo fixes fixesJeff Law1998-05-061-1/+1
* More system.h cutover...Kaveh R. Ghazi1998-05-061-56/+21
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1998-04-041-2/+3
* configure.in: Find declaration for sbrk.Richard Henderson1998-01-191-1/+3
* Merge from gcc-2.8Jeff Law1997-12-061-12/+11
* Update mainline egcs to gcc2 snapshot 971021.Jeff Law1997-11-021-2/+2
* collect2.c: Change DONT_DECLARE_SYS_SIGLIST to SYS_SIGLIST_DECLARED.Jeffrey A Law1997-09-011-1/+1
* reformat a little to match GNU coding standards.Mike Stump1997-05-061-4/+4
* formatting tweaksMike Stump1996-07-031-174/+174
* (malloc, calloc, realloc): Don't define for anybody.Richard Kenner1995-08-311-3/+0
* Update FSF address.Richard Kenner1995-06-151-1/+2
* Fix typos in comments.Richard Kenner1995-05-161-3/+3
* (fatal, error): Make first arg const to avoid warning.Richard Kenner1995-04-241-5/+5
* Check target endianness at run time, not compile timeIan Lance Taylor1994-11-161-1/+1
* (update_headers): Do not copy stStatic symbols that result fromRichard Kenner1994-04-111-0/+3
* (update_headers): Copy stStatic symbols from the old local symbol table to th...Richard Kenner1994-04-061-0/+33
* Include <stdarg.h> instead of "gstdarg.h"; similarly for varargs.Richard Kenner1994-03-301-2/+2
* (update_headers): Align symbol table sections, using ALIGN_SYMTABLE_OFFSET.Richard Kenner1994-03-201-0/+15
* Use PVPROTO for varargs prototypes.Richard Kenner1994-03-111-2/+8
* * mips-tfile.c (fatal, error): Don't use prototypes ifndef HAVE_VPRINTF.Doug Evans1994-02-261-0/+6
* (fatal, error): Add ! HAVE_VPRINTF versions.Jim Wilson1994-02-211-0/+23
* Use PROTO for varargs functions.Richard Kenner1994-02-101-15/+33