Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>1999-10-04 22:58:41 +0400
committerUlrich Drepper <drepper@gmail.com>1999-10-04 22:58:41 +0400
commit02bd4206a84a4266ba9917c31a23370f37ded9b6 (patch)
treedd732812a30135fd1475bcb95176fd63999aeb7e
parentbf27795cff4861aaf9fe24ad8dd60fa30c84e867 (diff)
1999-09-15 Ulrich Drepper <drepper@cygnus.com>
* hppa.h: Add DT_HP_GST_SIZE, DT_HP_GST_VERSION, and DT_HP_GST_HASHVAL.
-rw-r--r--include/elf/ChangeLog16
-rw-r--r--include/elf/hppa.h3
2 files changed, 13 insertions, 6 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 4d9c30c1d..4a1eaebca 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,7 @@
+1999-09-15 Ulrich Drepper <drepper@cygnus.com>
+
+ * hppa.h: Add DT_HP_GST_SIZE, DT_HP_GST_VERSION, and DT_HP_GST_HASHVAL.
+
1999-09-04 Steve Chamberlain <sac@pobox.com>
* pj.h: New file.
@@ -85,9 +89,9 @@ Wed Jun 9 15:16:34 1999 Jeffrey A Law (law@cygnus.com)
* mcore.h (R_MCORE_RELATIVE): Define.
999-05-05 Catherine Moore <clm@cygnus.com>
-
+
* m68k.h (EF_CPU32): Define.
-
+
1999-04-21 Nick Clifton <nickc@cygnus.com>
* reloc-macros.h (START_RELOC_NUMBERS): Prepend an underscore to
@@ -101,21 +105,21 @@ Wed Jun 9 15:16:34 1999 Jeffrey A Law (law@cygnus.com)
1999-04-08 Nick Clifton <nickc@cygnus.com>
* mcore.h: New header file. Defines for Motorolla's MCore
- processor.
+ processor.
1999-04-08 Nick Clifton <nickc@cygnus.com>
* common.h: Add new constants defined in: "System V Application
- Binary Interface - DRAFT - April 29, 1998" found at the web site:
+ Binary Interface - DRAFT - April 29, 1998" found at the web site:
http://www.sco.com/developer/gabi/contents.html
(EM_MMA): Removed. Replaced with EM_MCORE as Motorolla own this
- value.
+ value.
1999-03-31 Nick Clifton <nickc@cygnus.com>
* reloc-macros.h: Fixed to not generate an enum with a trailing
- comma.
+ comma.
1999-03-16 Gavin Romig-Koch <gavin@cygnus.com>
diff --git a/include/elf/hppa.h b/include/elf/hppa.h
index d0ac2b1c5..ff11b18ff 100644
--- a/include/elf/hppa.h
+++ b/include/elf/hppa.h
@@ -290,6 +290,9 @@ typedef enum elf_hppa_reloc_type elf_hppa_reloc_type;
#define DT_HP_NEEDED (DT_LOOS + 0x7)
#define DT_HP_TIME_STAMP (DT_LOOS + 0x8)
#define DT_HP_CHECKSUM (DT_LOOS + 0x9)
+#define DT_HP_GST_SIZE (DT_LOOS + 0xa)
+#define DT_HP_GST_VERSION (DT_LOOS + 0xb)
+#define DT_HP_GST_HASHVAL (DT_LOOS + 0xc)
/* Values for DT_HP_DLD_FLAGS. */
#define DT_HP_DEBUG_PRIVATE 0x0001 /* Map text private */