Don't make interrupt stubs global symbols.
[pintos-anon] / src / threads / intr-stubs.S
index 334d8ccb0f78d9ca1124472056171799b2f9024e..adb674e0f2e36755d95066e2156f53c2876d2ca4 100644 (file)
@@ -111,7 +111,6 @@ intr_stubs:
    or `REAL', if the CPU pushes an error code for us. */
 #define STUB(NUMBER, TYPE)                      \
        .text;                                  \
-.globl intr##NUMBER##_stub;                     \
 .func intr##NUMBER##_stub;                     \
 intr##NUMBER##_stub:                            \
        TYPE;                                   \