2005-04-11 H.J. Lu <hongjiu.lu@intel.com>
* coffcode.h (STRING_SIZE_SIZE): Updated to match libcoff-in.h.
This commit is contained in:
parent
53260797e5
commit
b5b2699cd6
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-04-11 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* coffcode.h (STRING_SIZE_SIZE): Updated to match libcoff-in.h.
|
||||
|
||||
2005-04-11 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* aout-target.h: Convert to ISO C.
|
||||
|
|
|
@ -307,7 +307,7 @@ CODE_FRAGMENT
|
|||
#include "coffswap.h"
|
||||
#endif
|
||||
|
||||
#define STRING_SIZE_SIZE (4)
|
||||
#define STRING_SIZE_SIZE 4
|
||||
|
||||
#define DOT_DEBUG ".debug"
|
||||
#define GNU_LINKONCE_WI ".gnu.linkonce.wi."
|
||||
|
|
Loading…
Reference in a new issue