diff options
author | Jim Wilson <wilson@tuliptree.org> | 2007-08-03 18:54:22 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 2007-08-03 18:54:22 +0000 |
commit | b8deab3780678d3d2113fdc360462899a476be7d (patch) | |
tree | 51c62ac340480ac039d31207d01a209262ad1b66 /opcodes/ia64-gen.c | |
parent | 55231b6cd89ba3428c4fbb84e30381d57d079f3b (diff) | |
download | binutils-b8deab3780678d3d2113fdc360462899a476be7d.zip binutils-b8deab3780678d3d2113fdc360462899a476be7d.tar.gz binutils-b8deab3780678d3d2113fdc360462899a476be7d.tar.bz2 |
Fix resource dependency problems for xmpy.
Diffstat (limited to 'opcodes/ia64-gen.c')
-rw-r--r-- | opcodes/ia64-gen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/ia64-gen.c b/opcodes/ia64-gen.c index f1b62d7..7dc85b5 100644 --- a/opcodes/ia64-gen.c +++ b/opcodes/ia64-gen.c @@ -2872,7 +2872,7 @@ main (int argc, char **argv) You should have received a copy of the GNU General Public License\n\ along with this program; see the file COPYING. If not, write to the\n\ Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA\n\ - 02110-1301, USA. */"); + 02110-1301, USA. */\n"); print_string_table (); print_dependency_table (); |