diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2006-03-22 12:47:59 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2006-03-22 12:47:59 +0000 |
commit | b40d2db7b0586446730dfc0977976c3df9142457 (patch) | |
tree | c393c8cf02c63a53bbca56fa11c5664a0d84a565 /libgloss/mt | |
parent | b1d3a66881ac564521788fcfcd750825962c8b0c (diff) | |
download | cygnal-b40d2db7b0586446730dfc0977976c3df9142457.tar.gz cygnal-b40d2db7b0586446730dfc0977976c3df9142457.tar.bz2 cygnal-b40d2db7b0586446730dfc0977976c3df9142457.zip |
* 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.S | 2 | ||||
-rw-r--r-- | libgloss/mt/startup-16-003.S | 2 | ||||
-rw-r--r-- | 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. |