2000-07-18 H.J. Lu <hjl@gnu.org>

* common.h (DT_FLAGS_1): Renamed from DT_1_FLAGS.
This commit is contained in:
H.J. Lu 2000-07-19 00:33:45 +00:00
parent 49a1613414
commit f60e754f60
2 changed files with 5 additions and 1 deletions

View file

@ -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.

View file

@ -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