Remove duplicate white lines.

This commit is contained in:
Ralf Corsepius
2004-04-21 16:01:48 +00:00
parent 6128a4aa5e
commit f05b2ac0bc
403 changed files with 33 additions and 2026 deletions

View File

@@ -28,7 +28,6 @@
#define SOFT_TRAP BAD_TRAP
.seg "text"
PUBLIC(start)
.global start, __bsp_mem_init
@@ -45,7 +44,6 @@ start:
* before RTEMS installs its own trap table.
*/
PUBLIC(trap_table)
SYM(trap_table):
@@ -88,7 +86,6 @@ SYM(trap_table):
BAD_TRAP; ! 1E external 5
BAD_TRAP; ! 1F watchdog timeout
BAD_TRAP; BAD_TRAP; BAD_TRAP; BAD_TRAP; ! 20 - 23 undefined
BAD_TRAP; ! 24 cp_disabled
BAD_TRAP; BAD_TRAP; BAD_TRAP; ! 25 - 27 undefined
@@ -219,7 +216,6 @@ SYM(hard_reset):
call __bsp_board_init
nop
set (SYM(rdb_start)), %g6 ! End of work-space area
st %sp, [%g6]
set (SYM(Configuration)), %l1
@@ -238,7 +234,6 @@ SYM(hard_reset):
* LENGTH: (__bss_start - _data_start) bytes
*/
sethi %hi(_endtext),%g2
or %g2,%lo(_endtext),%g2 ! g2 = start of initialized data in ROM