diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-03-24 05:00:34 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-03-24 05:00:34 +0000 |
commit | cfee7efde98173e734b508780aa066723d1e6dda (patch) | |
tree | 606038deda7dca745f4d3bb8c3a0070fb0c7511d /llvm/test/Object/readobj-shared-object.test | |
parent | 195e9dd91b4d47480fe893662e1f6abd86539b8f (diff) | |
download | bcm5719-llvm-cfee7efde98173e734b508780aa066723d1e6dda.tar.gz bcm5719-llvm-cfee7efde98173e734b508780aa066723d1e6dda.zip |
Teach llvm-readobj to print human friendly description of reserved sections.
llvm-svn: 204584
Diffstat (limited to 'llvm/test/Object/readobj-shared-object.test')
-rw-r--r-- | llvm/test/Object/readobj-shared-object.test | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/llvm/test/Object/readobj-shared-object.test b/llvm/test/Object/readobj-shared-object.test index 72dbd32ea9d..516d4c699e4 100644 --- a/llvm/test/Object/readobj-shared-object.test +++ b/llvm/test/Object/readobj-shared-object.test @@ -191,7 +191,7 @@ ELF: Symbol { ELF: Name: shared.ll ELF: Binding: Local ELF: Type: File -ELF: Section: (0xFFF1) +ELF: Section: Absolute (0xFFF1) ELF: } ELF: Symbol { ELF: Name: local_func @@ -203,13 +203,13 @@ ELF: Symbol { ELF: Name: _GLOBAL_OFFSET_TABLE_ ELF: Binding: Local ELF: Type: Object -ELF: Section: (0xFFF1) +ELF: Section: Absolute (0xFFF1) ELF: } ELF: Symbol { ELF: Name: _DYNAMIC ELF: Binding: Local ELF: Type: Object -ELF: Section: (0xFFF1) +ELF: Section: Absolute (0xFFF1) ELF: } ELF: Symbol { ELF: Name: common_sym @@ -233,13 +233,13 @@ ELF: Symbol { ELF: Name: __bss_start ELF: Binding: Global ELF: Type: None -ELF: Section: (0xFFF1) +ELF: Section: Absolute (0xFFF1) ELF: } ELF: Symbol { ELF: Name: _end ELF: Binding: Global ELF: Type: None -ELF: Section: (0xFFF1) +ELF: Section: Absolute (0xFFF1) ELF: } ELF: Symbol { ELF: Name: global_func @@ -251,7 +251,7 @@ ELF: Symbol { ELF: Name: _edata ELF: Binding: Global ELF: Type: None -ELF: Section: (0xFFF1) +ELF: Section: Absolute (0xFFF1) ELF: } ELF: ] @@ -278,13 +278,13 @@ ELF: Symbol { ELF: Name: __bss_start ELF: Binding: Global ELF: Type: None -ELF: Section: (0xFFF1) +ELF: Section: Absolute (0xFFF1) ELF: } ELF: Symbol { ELF: Name: _end ELF: Binding: Global ELF: Type: None -ELF: Section: (0xFFF1) +ELF: Section: Absolute (0xFFF1) ELF: } ELF: Symbol { ELF: Name: global_func @@ -296,7 +296,7 @@ ELF: Symbol { ELF: Name: _edata ELF: Binding: Global ELF: Type: None -ELF: Section: (0xFFF1) +ELF: Section: Absolute (0xFFF1) ELF: } ELF: ] |