Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
diag/mbr/handoff.S: Fix compilation problems with gas 2.21.51
The construct used for zero-padding in handoff.S doesn't work with gas
2.21.51.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
  • Loading branch information
H. Peter Anvin committed Mar 16, 2011
1 parent 5857e62 commit 709bf7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions diag/mbr/handoff.S
Expand Up @@ -340,6 +340,5 @@ die:

zerob: /* Begin zeroing block to fill to desired length */
/* 420 bytes for FAT32 */
zeroln = (420 - (zerob - _start))
.=.+zeroln /* prevents overflow */
.space 420 - (zerob - _start)
zeroe:

0 comments on commit 709bf7c

Please sign in to comment.