[PATCH, GOLD]: Tidy up formatting
Nick Clifton
nickc@redhat.com
Tue Aug 24 16:37:00 GMT 2010
Hi Ian,
Whilst going through my MEMORY patch fixing up the formatting errors I
noticed that quite a few of the other gold source files also have
similar errors. So here is a patch to fix all of the cases I could
find of an asterisk not being immediately adjacent to a typename and a
function's opening parenthesis not being immediately adjacent to the
name. (In C++ source files and C++ header files that is. I left the
C files alone).
OK to apply ?
Cheers
Nick
gold/ChangeLog
2010-08-24 Nick Clifton <nickc@redhat.com>
* archive.cc: Formatting fixes: Remove whitespace between
typename and following asterisk. Remove whitespace between
function name and opening parenthesis.
* archive.h: Likewise.
* arm.cc: Likewise.
* attributes.cc: Likewise.
* attributes.h: Likewise.
* common.cc: Likewise.
* copy-relocs.cc: Likewise.
* dirsearch.h: Likewise.
* dynobj.cc: Likewise.
* ehframe.cc: Likewise.
* ehframe.h: Likewise.
* expression.cc: Likewise.
* fileread.cc: Likewise.
* fileread.h: Likewise.
* gc.h: Likewise.
* gold-threads.cc: Likewise.
* gold.cc: Likewise.
* i386.cc: Likewise.
* icf.h: Likewise.
* incremental-dump.cc: Likewise.
* incremental.cc: Likewise.
* layout.cc: Likewise.
* layout.h: Likewise.
* main.cc: Likewise.
* merge.cc: Likewise.
* merge.h: Likewise.
* object.cc: Likewise.
* object.h: Likewise.
* options.cc: Likewise.
* options.h: Likewise.
* output.cc: Likewise.
* output.h: Likewise.
* plugin.cc: Likewise.
* plugin.h: Likewise.
* powerpc.cc: Likewise.
* reloc.cc: Likewise.
* script-c.h: Likewise.
* script-sections.cc: Likewise.
* script.cc: Likewise.
* stringpool.cc: Likewise.
* symtab.cc: Likewise.
* symtab.h: Likewise.
* target.cc: Likewise.
* timer.cc: Likewise.
* timer.h: Likewise.
* version.cc: Likewise.
* x86_64.cc: Likewise.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gold.formatting.patch.bz2
Type: application/x-bzip2
Size: 18098 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/binutils/attachments/20100824/1308be80/attachment.bz2>
More information about the Binutils
mailing list