Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek...
[linux-2.6-microblaze.git] / arch / powerpc / kernel / vmlinux.lds.S
index 307843d..74901a8 100644 (file)
@@ -287,7 +287,9 @@ SECTIONS
        }
 
        .opd : AT(ADDR(.opd) - LOAD_OFFSET) {
+               __start_opd = .;
                *(.opd)
+               __end_opd = .;
        }
 
        . = ALIGN(256);