diff options
| author | Roland McGrath <[email protected]> | 2009-04-14 18:44:45 -0700 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2009-04-15 02:10:30 -0700 |
| commit | eb9ba470ff1f65a85f47cd6c325acf836abd2af8 (patch) | |
| tree | a271e321e639841421a724739fdde4e7da003ead /backends/ia64_symbol.c | |
| parent | 94f438311f24a11c17ab4d9ed73c6fdc9b059e3e (diff) | |
Nominal ARM support.
Diffstat (limited to 'backends/ia64_symbol.c')
| -rw-r--r-- | backends/ia64_symbol.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/ia64_symbol.c b/backends/ia64_symbol.c index 2609db0f..1edef8b5 100644 --- a/backends/ia64_symbol.c +++ b/backends/ia64_symbol.c @@ -1,5 +1,5 @@ /* IA-64 specific symbolic name handling. - Copyright (C) 2002, 2003, 2005, 2006, 2007 Red Hat, Inc. + Copyright (C) 2002-2009 Red Hat, Inc. This file is part of Red Hat elfutils. Written by Ulrich Drepper <[email protected]>, 2002. @@ -102,9 +102,9 @@ ia64_section_type_name (int type, switch (type) { case SHT_IA_64_EXT: - return "SHT_IA_64_EXT"; + return "IA_64_EXT"; case SHT_IA_64_UNWIND: - return "SHT_IA_64_UNWIND"; + return "IA_64_UNWIND"; } return NULL; |
