From dec3ce659bb2cce45e5960ddd54b9d3b3d6da863 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 19 Jul 2010 17:36:12 -0700 Subject: [PATCH] dos: add .size directives to int2526.S Add .size directives to int2526.S. Signed-off-by: H. Peter Anvin --- dos/int2526.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dos/int2526.S b/dos/int2526.S index bcb7707..53e63f8 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 -- 2.7.4