aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2008-11-25 03:08:13 +0000
committerHans-Peter Nilsson <hp@axis.com>2008-11-25 03:08:13 +0000
commitde33833d1fdf0e76c7c371f5a74757a12600cd98 (patch)
tree17940674473c1426f0f9c410ae87796af1ee1ea9 /include
parent6818a5c53923011cd419e1f744061ed3d99168cf (diff)
downloadnewlib-de33833d1fdf0e76c7c371f5a74757a12600cd98.zip
newlib-de33833d1fdf0e76c7c371f5a74757a12600cd98.tar.gz
newlib-de33833d1fdf0e76c7c371f5a74757a12600cd98.tar.bz2
* cris.h (R_CRIS_32_TPREL): Correct comment.
(R_CRIS_DTPMOD): Open up for use elsewhere than the fourth GOT entry.
Diffstat (limited to 'include')
-rw-r--r--include/elf/ChangeLog5
-rw-r--r--include/elf/cris.h9
2 files changed, 9 insertions, 5 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index c9aa86d..d597cb4 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-25 Hans-Peter Nilsson <hp@axis.com>
+
+ * cris.h (R_CRIS_32_TPREL): Correct comment.
+ (R_CRIS_DTPMOD): Open up for use elsewhere than the fourth GOT entry.
+
2008-11-18 Catherine Moore <clm@codesourcery.com>
* arm.h (Tag_ABI_FP_16bit_format): Define.
diff --git a/include/elf/cris.h b/include/elf/cris.h
index 550955d..afd3ef5 100644
--- a/include/elf/cris.h
+++ b/include/elf/cris.h
@@ -147,10 +147,9 @@ START_RELOC_NUMBERS (elf_cris_reloc_type)
/* An assembler- and linker-generated relocation, instructing to
resolve the symbol in question yielding the TLS offset of the
- thread variable; relative to the module's TLS data if in a DSO,
- but relative to the executable's thread data if in an
- executable. Not allowed as input when generating a DSO. Assembly
- syntax: "expr:TPOFF". */
+ thread variable, relative to the global TLS block. Not allowed
+ as input when generating a DSO. Assembly syntax:
+ "expr:TPOFF". */
RELOC_NUMBER (R_CRIS_32_TPREL, 28)
/* Similar to R_CRIS_32_TPREL, but only applicable to executables
@@ -164,7 +163,7 @@ START_RELOC_NUMBERS (elf_cris_reloc_type)
/* A linker-generated-only relocation, instructing the dynamic
linker to fill in the current module ID, used for GOT entries
- (always the fourth one). */
+ (usually the fourth one). */
RELOC_NUMBER (R_CRIS_DTPMOD, 30)
/* No other relocs must be visible outside the assembler. */