From 6d2903ba95723439c01270af5b11882d6fc5ce77 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Fri, 30 Jun 2006 21:55:23 +0000 Subject: * m32c/crt0.S (done_inilist): Fix dwarf2 address sizes. --- libgloss/m32c/crt0.S | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libgloss/m32c/crt0.S') diff --git a/libgloss/m32c/crt0.S b/libgloss/m32c/crt0.S index 9b29ffc..f804d8f 100644 --- a/libgloss/m32c/crt0.S +++ b/libgloss/m32c/crt0.S @@ -34,13 +34,11 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #define A16 #define A(n,w) n #define W w -#define ADDR .2byte #define ALIGN 1 #else #define A24 #define A(n,w) w #define W l -#define ADDR .4byte #define ALIGN 2 #endif @@ -166,8 +164,8 @@ __m32c_fini: .4byte .LEFDE0-.LASFDE0 ; FDE Length .LASFDE0: .4byte .Lframe0 ; FDE CIE offset - ADDR .LFB2 ; FDE initial location - ADDR .LFE2-.LFB2 ; FDE address range + .4byte .LFB2 ; FDE initial location + .4byte .LFE2-.LFB2 ; FDE address range .byte 0xf ; DW_CFA_def_cfa_expression .uleb128 1 ; length of expression .byte 0x30 ; DW_OP_lit0 -- cgit v1.1