Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/external/gpl3/binutils.old/usr.bin/ld/arch/hppa/config.h,v rcsdiff: /ftp/cvs/cvsroot/src/external/gpl3/binutils.old/usr.bin/ld/arch/hppa/config.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1.1.2 retrieving revision 1.1.1.3 diff -u -p -r1.1.1.2 -r1.1.1.3 --- src/external/gpl3/binutils.old/usr.bin/ld/arch/hppa/config.h 2016/10/26 17:03:45 1.1.1.2 +++ src/external/gpl3/binutils.old/usr.bin/ld/arch/hppa/config.h 2018/04/14 15:37:47 1.1.1.3 @@ -15,6 +15,9 @@ /* Define if you want compressed debug sections by default. */ /* #undef DEFAULT_FLAG_COMPRESS_DEBUG */ +/* Define to 1 if you want to enable -z relro in ELF linker by default. */ +#define DEFAULT_LD_Z_RELRO 0 + /* Define to 1 if translation of program messages to the user's native language is requested. */ #define ENABLE_NLS 1 @@ -170,7 +173,7 @@ #define PACKAGE_NAME "ld" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "ld 2.26.1" +#define PACKAGE_STRING "ld 2.27" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "ld" @@ -179,7 +182,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.26.1" +#define PACKAGE_VERSION "2.27" /* The size of `void *', as computed by sizeof. */ #define SIZEOF_VOID_P 4 @@ -216,7 +219,7 @@ /* Version number of package */ -#define VERSION "2.26.1" +#define VERSION "2.27" /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a `char[]'. */