diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2004-02-19 14:08:31 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2004-02-19 14:08:31 +0000 |
commit | 384d938fc857ab8529254abf9261c6b57a069a53 (patch) | |
tree | f0d349875928d63baa54f7a48f4233b17720313b /ld/testsuite/ld-scripts/data.exp | |
parent | a8a6d7cef4feec69589446caa82f1236e3e3f6d6 (diff) | |
download | gdb-384d938fc857ab8529254abf9261c6b57a069a53.zip gdb-384d938fc857ab8529254abf9261c6b57a069a53.tar.gz gdb-384d938fc857ab8529254abf9261c6b57a069a53.tar.bz2 |
* ldlang.c (map_input_to_output_sections): Initialize sections
mentioned in a data statement expression.
(lang_do_assignments_1): Add data statement's expression's
section's vma.
* ld-scripts/data.{s,t,d,exp}: New.
Diffstat (limited to 'ld/testsuite/ld-scripts/data.exp')
-rw-r--r-- | ld/testsuite/ld-scripts/data.exp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ld/testsuite/ld-scripts/data.exp b/ld/testsuite/ld-scripts/data.exp new file mode 100644 index 0000000..9cca01a --- /dev/null +++ b/ld/testsuite/ld-scripts/data.exp @@ -0,0 +1,20 @@ +# Test DATA STATEMENT in a linker script. +# By Nathan Sidwell, CodeSourcery LLC +# Copyright 2004 +# Free Software Foundation, Inc. +# +# This file is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +run_dump_test data |