[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [MINIOS PATCH 0/4] x86: Use ELF notes and unfied linker script
Wei Liu (4): gitignore: ignore vim swap file Introduce asm_macros.h x86: switch to use elfnote x86: use unified linker script .gitignore | 2 + Makefile | 6 +- arch/x86/Makefile | 1 + arch/x86/minios-x86.lds.S | 133 +++++++++++++++++++++++++++++++++++++++++++++ arch/x86/minios-x86_32.lds | 74 ------------------------- arch/x86/minios-x86_64.lds | 74 ------------------------- arch/x86/x86_32.S | 17 +++--- arch/x86/x86_64.S | 15 ++--- include/asm_macros.h | 36 ++++++++++++ include/x86/asm_macros.h | 28 ++++++++++ 10 files changed, 218 insertions(+), 168 deletions(-) create mode 100644 arch/x86/minios-x86.lds.S delete mode 100644 arch/x86/minios-x86_32.lds delete mode 100644 arch/x86/minios-x86_64.lds create mode 100644 include/asm_macros.h create mode 100644 include/x86/asm_macros.h -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |