Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2006-04-18 17:41:14 +0400
committerNathan Sidwell <nathan@codesourcery.com>2006-04-18 17:41:14 +0400
commit79470d2462499241c9cca3275da5635bcec05121 (patch)
treec5705caee79e6eca5c365723758c313fc9bf1d00
parent3f61ba29e0a0f3147fab8036422434e2c58ca499 (diff)
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.
-rw-r--r--libgloss/mt/startup-16-002.S2
-rw-r--r--libgloss/mt/startup-16-003.S2
-rw-r--r--libgloss/mt/startup-ms2.S2
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.