2014-04-16 Steve Ellcey <sellcey@mips.com>

* emultempl/elf32.em: Include safe-ctype.h.
This commit is contained in:
Steve Ellcey 2014-04-16 10:47:13 -07:00
parent 751e54c92e
commit 8056826a68
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2014-04-16 Steve Ellcey <sellcey@mips.com>
* emultempl/elf32.em: Include safe-ctype.h.
2014-04-16 Steve Ellcey <sellcey@mips.com>
* ldbuildid.c (generate_build_id): Add ATTRIBUTE_UNUSED to size arg.

View File

@ -38,6 +38,7 @@ fragment <<EOF
#include "sysdep.h"
#include "bfd.h"
#include "libiberty.h"
#include "safe-ctype.h"
#include "filenames.h"
#include "getopt.h"
#include <fcntl.h>