summaryrefslogtreecommitdiff
path: root/dos
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2010-07-19 17:36:12 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2010-07-19 17:36:12 -0700
commitdec3ce659bb2cce45e5960ddd54b9d3b3d6da863 (patch)
tree304d94bde4ff4582d59c31f4757f70f937667596 /dos
parent0131e9fbb86f04815ff5cc74ad088f7051d1af26 (diff)
downloadsyslinux-dec3ce659bb2cce45e5960ddd54b9d3b3d6da863.tar.gz
dos: add .size directives to int2526.S
Add .size directives to int2526.S. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'dos')
-rw-r--r--dos/int2526.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/dos/int2526.S b/dos/int2526.S
index bcb7707e..53e63f84 100644
--- a/dos/int2526.S
+++ b/dos/int2526.S
@@ -50,6 +50,7 @@ int25_read_sector:
popl %edi
popl %ebp
retl
+ .size int25_read_sector, .-int25_read_sector
.globl int26_write_sector
.type int26_write_sector, @function
@@ -74,3 +75,4 @@ int26_write_sector:
popl %edi
popl %ebp
retl
+ .size int26_write_sector, .-int26_write_sector