aboutsummaryrefslogtreecommitdiff
path: root/gcc/prefix.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-1/+1
2001-09-05invoke.texi (i386 Options): -mwide-multiply is not available anymore, remove ...Andreas Jaeger1-57/+1
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-5/+5
2001-08-20cppinit.c (init_standard_includes): The returned buffer is already malloc-ed.Neil Booth1-63/+82
2001-08-12gcc.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-04-29c-aux-info.c: NULL_PTR->NULL in calls to `concat'.Kaveh R. Ghazi1-4/+4
2000-11-10alpha.c (check_float_value): Use memcpy, not bcopy.Kaveh R. Ghazi1-1/+1
2000-08-04* prefix.c (translate_name): Don't strip trailing DIR_SEPARATOR.Jeff Law1-8/+4
2000-08-04x-djgpp: Delete code that conditionally modifies target_alias.Mark Elbrecht1-0/+5
2000-02-13prefix.c (concat, lookup_key): Use xmalloc and xrealloc consistently.Neil Booth1-3/+3
2000-01-17Update copyrightsKaveh Ghazi1-1/+1
2000-01-17machmode.h: PROTO -> PARAMS.Kaveh R. Ghazi1-5/+5
2000-01-07cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and IS_DIR_SEPARATOR macros.Mumit Khan1-11/+0
2000-01-06prefix.c (update_path): Fix typo in variable name.Mumit Khan1-1/+1
1999-10-25* prefix.c (translate_name) Check for empty prefix string.Herman A.J. ten Brugge1-2/+3
1999-09-07c-aux-info.c (concat): Don't define.Kaveh R. Ghazi1-15/+11
1999-08-14Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan1-6/+11
1999-04-09collect2.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM in place of the DIR_...Mark Elbrecht1-14/+33
1999-01-06Fix copyright dates.Jeff Law1-1/+1
1999-01-05Makefile.in (gcc.o, [...]): Depend on prefix.h.Kaveh R. Ghazi1-19/+22
1998-11-27system.h: Include libiberty.h.Kaveh R. Ghazi1-8/+7
1998-11-08gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1-3/+3
1998-11-07configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con...Kaveh R. Ghazi1-2/+0
1998-08-26system.h: Include stdarg.h/varargs.h...Kaveh R. Ghazi1-5/+0
1998-08-17c-decl.c (init_decl_processing): Remove unneeded &.Kaveh R. Ghazi1-1/+1
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-6/+5
1998-03-27Make GCC_EXEC_PREFIX work againMichael Meissner1-6/+21
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-16/+3
1998-02-07c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.Robert Lipe1-0/+12
1997-11-13prefix.c: Use stdarg.h only ifdef __STDC__.Kaveh R. Ghazi1-1/+5
1997-10-19Initial revisionJeff Law1-0/+314