Hi,
I am reading linux kernel code (i386/kernel/entry.S) it contains few
assembly instruction like:

.section __ex_table,"a"
        .align 4
        .long 1b,syscall_fault
.previous
.section .fixup,"ax"
.section .rodata,"a"
.pushsection
.popsection
etc ....

How to understand these assembly statements. Please provide me some
pointers to it.

Thanks,
nandac

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to