summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/binutils/testsuite/binutils-all/dw2-1.S
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/binutils/testsuite/binutils-all/dw2-1.S')
-rw-r--r--binutils-2.25/binutils/testsuite/binutils-all/dw2-1.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/binutils-2.25/binutils/testsuite/binutils-all/dw2-1.S b/binutils-2.25/binutils/testsuite/binutils-all/dw2-1.S
index ab12be60..234b11b3 100644
--- a/binutils-2.25/binutils/testsuite/binutils-all/dw2-1.S
+++ b/binutils-2.25/binutils/testsuite/binutils-all/dw2-1.S
@@ -1,6 +1,6 @@
/* This testcase is derived from a similar test in GDB.
- Copyright 2008, 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2008-2014 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -20,13 +20,13 @@
.text
.globl _start
_start:
- .int 0
+ .4byte 0
.Lbegin_text1:
.globl func_cu1
.type func_cu1, %function
func_cu1:
.Lbegin_func_cu1:
- .int 0
+ .4byte 0
.Lend_func_cu1:
.size func_cu1, .-func_cu1
.Lend_text1: