PATCH: Replace remove_output with ld_cleanup in comments
H.J. Lu
hongjiu.lu@intel.com
Thu Aug 4 20:48:00 GMT 2011
More information about the Binutils mailing list
Thu Aug 4 20:48:00 GMT 2011
- Previous message (by thread): gas segfault in files with groups and some error
- Next message (by thread): [PATCH] Correct zlib checks [Was: binutils prerequisites (recent zlib version - what else?)]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I checked in this patch. H.J. --- Index: ChangeLog =================================================================== RCS file: /cvs/src/src/ld/ChangeLog,v retrieving revision 1.2359 diff -u -p -r1.2359 ChangeLog --- ChangeLog 26 Jul 2011 01:57:16 -0000 1.2359 +++ ChangeLog 4 Aug 2011 20:47:26 -0000 @@ -1,3 +1,8 @@ +2011-08-04 H.J. Lu <hongjiu.lu@intel.com> + + * ldmain.c (main): Replace remove_output with ld_cleanup in + comments. + 2011-07-26 Alan Modra <amodra@gmail.com> * emulparams/elf32ppc.sh: Source plt_unwind.sh. Index: ldmain.c =================================================================== RCS file: /cvs/src/src/ld/ldmain.c,v retrieving revision 1.157 diff -u -p -r1.157 ldmain.c --- ldmain.c 16 Jul 2011 07:58:40 -0000 1.157 +++ ldmain.c 4 Aug 2011 20:47:26 -0000 @@ -491,7 +491,7 @@ main (int argc, char **argv) einfo (_("%P: link errors found, deleting executable `%s'\n"), output_filename); - /* The file will be removed by remove_output. */ + /* The file will be removed by ld_cleanup. */ xexit (1); } else @@ -564,7 +564,7 @@ main (int argc, char **argv) fflush (stderr); } - /* Prevent remove_output from doing anything, after a successful link. */ + /* Prevent ld_cleanup from doing anything, after a successful link. */ output_filename = NULL; xexit (0);
- Previous message (by thread): gas segfault in files with groups and some error
- Next message (by thread): [PATCH] Correct zlib checks [Was: binutils prerequisites (recent zlib version - what else?)]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list