]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Tidy include/coff/external.h and internal.h
authorAlan Modra <amodra@gmail.com>
Sat, 23 Aug 2025 07:09:51 +0000 (16:39 +0930)
committerAlan Modra <amodra@gmail.com>
Sun, 24 Aug 2025 22:58:38 +0000 (08:28 +0930)
commit5db3a9f674fd8e447f7bdfd8686f9dccf2b35ea6
treed5f7897244756d0ae0e5c84a4cf910770ba8a30f
parent2c193469846d9b8ca6a62ae32e9b093a3dccf197
Tidy include/coff/external.h and internal.h

Mostly whitespace fixes and wrap of long comment lines, removal of block
comments and moving a few defines around.  Nothing much to see here,
but AUXESZ before union external_auxent is needed by the next patch.

 * coff/external.h: Whitespace fixes, wrap long comment lines,
 remove header style comments.  Move some defines.
 (E_FILNMLEN): Remove #ifndef.
 (_ETEXT): Don't define.
 (SYMENT, AUXENT): Don't define, make them typedefs.
 * coff/internal.h: Whitespace fixes, wrap long comment lines,
 remove header style comments.  Move some defines.
 (signed): Don't define.
include/coff/external.h
include/coff/internal.h