* 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.
This commit is contained in:
Nathan Sidwell 2006-03-22 12:47:59 +00:00
parent b1d3a66881
commit b40d2db7b0
4 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2006-03-22 Nathan Sidwell <nathan@codesourcery.com>
* 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.
2006-03-02 DJ Delorie <dj@redhat.com>
* m32c/exit.S: Preserve r1.

View File

@ -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.

View File

@ -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.

View File

@ -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.