diff options
author | Alan Modra <amodra@gmail.com> | 2008-07-22 14:15:32 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-07-22 14:15:32 +0000 |
commit | 308cb401d61ed41e7aa5c7113feb7adde8dbdc36 (patch) | |
tree | e6fe7c8fa13a5276605271dac65412b28979f40e /ld/testsuite/ld-arm/mixed-app.sym | |
parent | 39948a609d7a459fbf1872bcc3a656929f5b6798 (diff) | |
download | gdb-308cb401d61ed41e7aa5c7113feb7adde8dbdc36.zip gdb-308cb401d61ed41e7aa5c7113feb7adde8dbdc36.tar.gz gdb-308cb401d61ed41e7aa5c7113feb7adde8dbdc36.tar.bz2 |
Update for elf_link_output_extsym change
Diffstat (limited to 'ld/testsuite/ld-arm/mixed-app.sym')
-rw-r--r-- | ld/testsuite/ld-arm/mixed-app.sym | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-arm/mixed-app.sym b/ld/testsuite/ld-arm/mixed-app.sym index c63a343..a507681 100644 --- a/ld/testsuite/ld-arm/mixed-app.sym +++ b/ld/testsuite/ld-arm/mixed-app.sym @@ -6,12 +6,12 @@ Symbol table for image: .. ..: ........ 0 NOTYPE GLOBAL DEFAULT ABS _end .. ..: ........ 4 OBJECT GLOBAL DEFAULT 12 data_obj .. ..: ........ 0 NOTYPE GLOBAL DEFAULT ABS __bss_end__ - .. ..: 0*[^0]*.* 20 FUNC GLOBAL DEFAULT UND lib_func1 + .. ..: 0*[^0]*.* 0 FUNC GLOBAL DEFAULT UND lib_func1 .. ..: ........ 0 NOTYPE GLOBAL DEFAULT ABS __exidx_start .. ..: ........ 0 NOTYPE GLOBAL DEFAULT 11 __data_start .. ..: ........ 0 NOTYPE GLOBAL DEFAULT ABS __end__ .. ..: ........ 0 NOTYPE GLOBAL DEFAULT ABS __bss_start .. ..: .......0 0 FUNC GLOBAL DEFAULT 8 app_func2 - .. ..: 0*[^0]*.* 2 FUNC GLOBAL DEFAULT UND lib_func2 + .. ..: 0*[^0]*.* 0 FUNC GLOBAL DEFAULT UND lib_func2 .. ..: ........ 0 NOTYPE GLOBAL DEFAULT ABS _bss_end__ .. ..: ........ 0 NOTYPE GLOBAL DEFAULT ABS __exidx_end |