aboutsummaryrefslogtreecommitdiff
path: root/gcc/collect2.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-3/+3
2001-10-09c-common.c: Fix comment typos.Kazu Hirata1-2/+2
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-1/+2
2001-09-15collect2.c (main): Const-ification.Kaveh R. Ghazi1-31/+32
2001-09-13c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi1-8/+8
2001-09-12c-common.c (c_tree_code_name): Const-ification.Kaveh R. Ghazi1-12/+12
2001-08-27emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger1-43/+12
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-01alias.c: Fix comment formatting.Kazu Hirata1-5/+5
2001-07-10collect2.c (main): Set COLLECT_NO_DEMANGLE for subprocesses.Jason Merrill1-2/+10
2001-04-27*** empty log message ***Jeffrey Oldham1-0/+28
2001-04-23collect2.c (main): Use concat in lieu of xmalloc/sprintf.Kaveh R. Ghazi1-23/+6
2001-04-19vms.h: Change OBJECT_SUFFIX and EXECUTABLE_SUFFIX to TARGET_OBJECT_SUFFIX and...DJ Delorie1-6/+6
2001-03-21collect2.c (is_ctor_dtor): Always use '_' in the file fn names, not '.' or '$'.Jason Merrill1-12/+0
2001-03-16more rigorous SIGCHLD guardingBruce Korb1-0/+9
2001-01-25config.gcc (rs6000-ibm-aix[5-9]*): Change to aix51.h.David Edelsohn1-3/+21
2001-01-07collect2.c (COFF specific stuff): Revert 12-06 patch to prototype system func...Richard Henderson1-3/+1
2000-12-22* collect2.c (main): Use auto_demangling.Jason Merrill1-1/+1
2000-12-17protoize.c (main): Correctly set locale categories.Philipp Thomas1-0/+7
2000-12-06c-lex.c (cb_indent): Decorate `str' argument, unused on HP-UX.Rodney Brown1-2/+4
2000-11-13c-lex.c (cb_leave_file): Harmonize conditions and order of statements to thos...Hans-Peter Nilsson1-0/+9
2000-11-09calls.c (expand_call, [...]): Use memcpy () instead of bcopy ().Joseph Myers1-1/+1
2000-11-02* collect2.c (main, write_c_file_stat), gcc.c (translate_options,Joseph Myers1-4/+4
2000-08-14collect2.c: Remove use of AIX import file.David Edelsohn1-129/+1
2000-07-22collect2.c (main): Typo fixed.Jeffrey Oldham1-1/+1
2000-07-11* collect2.c (main): Recognize .lo as object files.Marc Espie1-2/+2
2000-06-24collect2.c (resolve_lib_name): Move '/' check to more rational place.Jason Merrill1-6/+6
2000-02-25Copyright fixesJeff Law1-1/+2
2000-02-15Makefile.in (TREE_H, [...]): Depend on version.h.Kaveh R. Ghazi1-2/+1
2000-02-14collect2.c (main): If we have frames, then we will need to import the frame h...Geoff Keating1-2/+26
2000-01-14cccp.c: PROTO -> PARAMS.Kaveh R. Ghazi1-50/+50
2000-01-12configure.in (i?86-*-beos{pe,elf,}*): Recognize.Jason Merrill1-2/+6
2000-01-07- Update copyright, oops.David Edelsohn1-1/+1
2000-01-07rs6000.c (processor_target_table): Add power3 as alias for 630.David Edelsohn1-7/+23
2000-01-07cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and IS_DIR_SEPARATOR macros.Mumit Khan1-17/+0
1999-11-25c-common.c (check_format_info): Don't call a variadic function with a non-lit...Kaveh R. Ghazi1-6/+3
1999-10-31[multiple changes]Richard Kenner1-1/+6
1999-10-26Also make sure to define DIR_SEPARATOR if it wasn't previously defined.Jeff Law1-0/+1
1999-10-26collect2.c (IS_DIR_SEPARATOR): Define.Jeffrey A Law1-2/+13
1999-10-14toplev.c (main): Only warn about options for other languages.Jason Merrill1-1/+4
1999-10-12* collect2.c (main): Do prelimnary link on AIX if rflag.David Edelsohn1-1/+4
1999-10-06collect2.c (scan_prog_file, [...]): Prototype function pointers and casts for...Kaveh R. Ghazi1-8/+8
1999-09-25libiberty.h (make_temp_file): Add a prototype.Kaveh R. Ghazi1-2/+0
1999-09-07c-aux-info.c (concat): Don't define.Kaveh R. Ghazi1-29/+3
1999-09-06* collect2.c (scan_libraries): Fix double-thinko :-).Alexandre Oliva1-2/+2
1999-09-06* collect2.c (scan_libraries): Fix thinko.Jeffrey A Law1-1/+1
1999-09-03Makefile.in (tlink.o): Don't depend on toplev.h.Kaveh R. Ghazi1-304/+174
1999-08-04gcc.c (access_check): New static function.Ian Lance Taylor1-2/+8
1999-06-21collect2.c (main): Log frame table count.Richard Henderson1-1/+8
1999-05-22collect2.c (main): Only generate import or export file and add to link argume...David Edelsohn1-47/+65