From 409dfcea953837975cd8cb52e16197c85803930a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 15 Aug 1998 02:40:04 +0000 Subject: Update. 1998-08-14 10:08 Ulrich Drepper * manual/texinfo.tex: Update. 1998-08-07 Geoff Keating * sysdeps/powerpc/backtrace.c: New file. 1998-08-14 Philip Blundell * sysdeps/arm/fpu/setjmp.S: Correct value of R0 before calling sigjmp_save. * sysdeps/arm/elf/setjmp.S: Obsolete, deleted. 1998-08-11 Andreas Schwab * Makefile (install-symbolic-link): Fix spelling. 1998-08-11 Andreas Schwab * elf/elf.h (SHT_HIOS): Fix value. 1998-08-10 Andreas Schwab * posix/regex.c (WIDE_CHAR_SUPPORT): Don't generate defined as part of the expansion, this is undefined by the standard. --- elf/elf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elf') diff --git a/elf/elf.h b/elf/elf.h index e149b6f..cc33624 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -267,7 +267,7 @@ typedef struct #define SHT_GNU_verneed 0x6ffffffe /* Version needs section. */ #define SHT_GNU_versym 0x6fffffff /* Version symbol table. */ #define SHT_HISUNW 0x6fffffff /* Sun-specific high bound. */ -#define SHT_HIOS 0x60000000 /* End OS-specific type */ +#define SHT_HIOS 0x6fffffff /* End OS-specific type */ #define SHT_LOPROC 0x70000000 /* Start of processor-specific */ #define SHT_HIPROC 0x7fffffff /* End of processor-specific */ #define SHT_LOUSER 0x80000000 /* Start of application-specific */ -- cgit v1.1