diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2000-07-19 00:33:45 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2000-07-19 00:33:45 +0000 |
commit | b2c5d9a323f7cf65d994fec77388502e7ac7ea00 (patch) | |
tree | 14a53f6668e2f79242c2163dd412b4c01300e7f2 /include/elf | |
parent | 9d68bc829ca59311705d4b0bb563b9419d88fb31 (diff) | |
download | gdb-b2c5d9a323f7cf65d994fec77388502e7ac7ea00.zip gdb-b2c5d9a323f7cf65d994fec77388502e7ac7ea00.tar.gz gdb-b2c5d9a323f7cf65d994fec77388502e7ac7ea00.tar.bz2 |
2000-07-18 H.J. Lu <hjl@gnu.org>
* common.h (DT_FLAGS_1): Renamed from DT_1_FLAGS.
Diffstat (limited to 'include/elf')
-rw-r--r-- | include/elf/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/common.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index b78876d..8edd529 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2000-07-18 H.J. Lu <hjl@gnu.org> + + * common.h (DT_FLAGS_1): Renamed from DT_1_FLAGS. + 2000-07-12 Alan Modra <alan@linuxcare.com.au> * internal.h (struct elf_internal_sym): Update comment for st_other. diff --git a/include/elf/common.h b/include/elf/common.h index 09b9669..b749b37 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -485,7 +485,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define DF_P1_LAZYLOAD 0x00000001 #define DF_P1_GROUPPERM 0x00000002 -/* Flag value in in the DT_1_FLAGS .dynamic entry. */ +/* Flag value in in the DT_FLAGS_1 .dynamic entry. */ #define DF_1_NOW 0x00000001 #define DF_1_GLOBAL 0x00000002 #define DF_1_GROUP 0x00000004 |