From 79470d2462499241c9cca3275da5635bcec05121 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Tue, 18 Apr 2006 13:41:14 +0000 Subject: Bug 576. * mt/startup-16-002.S (.internal_io): Make @nobits. * mt/startup-16-003.S (.internal_io): Make @nobits. * mt/startup-ms2.S (.internal_io): Make @nobits. --- libgloss/mt/startup-16-002.S | 2 +- libgloss/mt/startup-16-003.S | 2 +- libgloss/mt/startup-ms2.S | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libgloss/mt/startup-16-002.S b/libgloss/mt/startup-16-002.S index 475a120bd..d1732d6ed 100644 --- a/libgloss/mt/startup-16-002.S +++ b/libgloss/mt/startup-16-002.S @@ -180,7 +180,7 @@ _IVEC_DEFAULT: or r0, r0, r0 - .section .internal_io, "a", @progbits + .section .internal_io, "a", @nobits .fill 256 ; Fill the first page. ; This is the memory-mapped I/O region. diff --git a/libgloss/mt/startup-16-003.S b/libgloss/mt/startup-16-003.S index 9f65f5d4d..9fe23b95a 100644 --- a/libgloss/mt/startup-16-003.S +++ b/libgloss/mt/startup-16-003.S @@ -185,7 +185,7 @@ _IVEC_DEFAULT: or r0, r0, r0 - .section .internal_io, "a", @progbits + .section .internal_io, "a", @nobits .fill 256 ; Fill the first page. ; This is the memory-mapped I/O region. diff --git a/libgloss/mt/startup-ms2.S b/libgloss/mt/startup-ms2.S index f11e3fa6a..846c72c12 100644 --- a/libgloss/mt/startup-ms2.S +++ b/libgloss/mt/startup-ms2.S @@ -187,7 +187,7 @@ _IVEC_DEFAULT: or r0, r0, r0 - .section .internal_io, "a", @progbits + .section .internal_io, "a", @nobits .fill 256 ; Fill the first page. ; This is the memory-mapped I/O region. -- cgit v1.2.3