From f86ec4236f27434b93f3a0d902ee34bdde963630 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 17 Feb 1998 23:35:54 +0000 Subject: Added .eh_frame, C++ constructor, and C++ destructor sections. --- c/src/lib/libbsp/m68k/efi68k/startup/linkcmds | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'c/src/lib/libbsp/m68k/efi68k/startup/linkcmds') diff --git a/c/src/lib/libbsp/m68k/efi68k/startup/linkcmds b/c/src/lib/libbsp/m68k/efi68k/startup/linkcmds index b980d87502..5fabd9d11b 100644 --- a/c/src/lib/libbsp/m68k/efi68k/startup/linkcmds +++ b/c/src/lib/libbsp/m68k/efi68k/startup/linkcmds @@ -57,6 +57,10 @@ SECTIONS text_start = .; _text_start = .; *(.text) + . = ALIGN (16); + *(.eh_fram) + . = ALIGN (16); + etext = ALIGN(0x10); _etext = .; __CTOR_LIST__ = .; -- cgit v1.2.3