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-03-22 15:47:59 +0300
committerNathan Sidwell <nathan@codesourcery.com>2006-03-22 15:47:59 +0300
commitb40d2db7b0586446730dfc0977976c3df9142457 (patch)
treec393c8cf02c63a53bbca56fa11c5664a0d84a565 /libgloss/mt
parentb1d3a66881ac564521788fcfcd750825962c8b0c (diff)
* 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.
Diffstat (limited to 'libgloss/mt')
-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.