From 2284d907909f9cc3f6f4ba542337da7fdb7a671f Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 9 Jul 2013 07:32:14 +0000 Subject: binutils/ 2013-07-09 Tristan Gingold * configure.com: Add new defines to match changes in configure. gas/ 2013-07-09 Tristan Gingold * configure.com: Define HAVE_SYS_TYPES_H and HAVE_UNISTD_H --- binutils/ChangeLog | 4 ++++ binutils/configure.com | 21 +++++++++++++++++++++ 2 files changed, 25 insertions(+) (limited to 'binutils') diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 1574dd2f4a..af3b773fa9 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2013-07-09 Tristan Gingold + + * configure.com: Add new defines to match changes in configure. + 2013-05-28 Cary Coutant * dwarf.c (display_debug_lines_raw): Print section offsets. diff --git a/binutils/configure.com b/binutils/configure.com index 8b53f9fd85..baf987c0fb 100644 --- a/binutils/configure.com +++ b/binutils/configure.com @@ -53,11 +53,32 @@ $ create config.h #define HAVE_SYS_FILE_H 1 /* Define if you have the header file. */ #define HAVE_UNISTD_H 1 + /* Alloca. */ #ifdef __DECC #include #define C_alloca(x) __ALLOCA(x) #endif +/* Name of package */ +#define PACKAGE "binutils" + +/* Define to the address where bug reports for this package should be sent. */ +#define PACKAGE_BUGREPORT "" + +/* Define to the full name of this package. */ +#define PACKAGE_NAME "" + +/* Define to the full name and version of this package. */ +#define PACKAGE_STRING "" + +/* Define to the one symbol short name of this package. */ +#define PACKAGE_TARNAME "" + +/* Define to the home page for this package. */ +#define PACKAGE_URL "" + +/* Define to the version of this package. */ +#define PACKAGE_VERSION "" $! $! Add TARGET. $! -- cgit v1.2.1