include/elf/
[deliverable/binutils-gdb.git] / elfcpp / elfcpp.h
index 080eef152024eaa2d34d83532d3bbcbda12e1968..739ca1d00f395f04ea124efe048d4dc70d2a6a8f 100644 (file)
@@ -1,6 +1,6 @@
 // elfcpp.h -- main header file for elfcpp    -*- C++ -*-
 
-// Copyright 2006, 2007, Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008, Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of elfcpp.
@@ -476,6 +476,7 @@ enum STT
   STT_COMMON = 5,
   STT_TLS = 6,
   STT_LOOS = 10,
+  STT_IFUNC = 10,
   STT_HIOS = 12,
   STT_LOPROC = 13,
   STT_HIPROC = 15,
This page took 0.026811 seconds and 4 git commands to generate.