Added null trap code for debugging. (Must be included by adding

--nulltrap to the make target at the moment.)
This commit is contained in:
Michael Brown
2006-06-11 01:48:29 +00:00
parent 7ce44f7480
commit df4b503a8c
2 changed files with 49 additions and 0 deletions

View File

@@ -117,6 +117,7 @@ SECTIONS {
.text : AT ( _textdata_load_offset + __text ) {
__text = .;
*(.text.null_trap)
*(.text)
*(.text.*)
} = 0x9090