diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-01-06 18:20:45 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-01-06 18:20:45 +0000 |
commit | 6fe8fd20937e655bfae73531c796e22a7a277715 (patch) | |
tree | 408d0ebf91ea941d537d738b45c3809bbb399c5d /elfcpp/elfcpp.h | |
parent | Reformat. (diff) | |
download | binutils-gdb-6fe8fd20937e655bfae73531c796e22a7a277715.tar.gz binutils-gdb-6fe8fd20937e655bfae73531c796e22a7a277715.tar.bz2 binutils-gdb-6fe8fd20937e655bfae73531c796e22a7a277715.zip |
2009-01-06 H.J. Lu <hongjiu.lu@intel.com>
* elfcpp.h (enum STT): Remove STT_IFUNC.
Diffstat (limited to 'elfcpp/elfcpp.h')
-rw-r--r-- | elfcpp/elfcpp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/elfcpp/elfcpp.h b/elfcpp/elfcpp.h index 739ca1d00f3..46306e78588 100644 --- a/elfcpp/elfcpp.h +++ b/elfcpp/elfcpp.h @@ -476,7 +476,6 @@ enum STT STT_COMMON = 5, STT_TLS = 6, STT_LOOS = 10, - STT_IFUNC = 10, STT_HIOS = 12, STT_LOPROC = 13, STT_HIPROC = 15, |