aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/eh_test_a.cc
diff options
context:
space:
mode:
authorRafael Ávila de Espíndola <rafael.espindola@gmail.com>2015-04-27 14:33:02 -0400
committerRafael Ávila de Espíndola <rafael.espindola@gmail.com>2015-04-27 14:35:17 -0400
commitcfbf0e3c5b637d66b2b1aeadecae9c187b825b2f (patch)
treebe86234359ffb2555ab01fd46b40e3d82dee18c6 /gold/testsuite/eh_test_a.cc
parent4fff86c517abb5ba454befe0ec0f284f720dde00 (diff)
downloadbinutils-cfbf0e3c5b637d66b2b1aeadecae9c187b825b2f.zip
binutils-cfbf0e3c5b637d66b2b1aeadecae9c187b825b2f.tar.gz
binutils-cfbf0e3c5b637d66b2b1aeadecae9c187b825b2f.tar.bz2
If a range is missing, assume the input address is mapped.
When Output_section::is_input_address_mapped is called we have entries for all dropped ranges, but not for all ranges.
Diffstat (limited to 'gold/testsuite/eh_test_a.cc')
-rw-r--r--gold/testsuite/eh_test_a.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/testsuite/eh_test_a.cc b/gold/testsuite/eh_test_a.cc
new file mode 100644
index 0000000..ad4bcc2
--- /dev/null
+++ b/gold/testsuite/eh_test_a.cc
@@ -0,0 +1,4 @@
+void
+bar()
+{
+}