74xx_7xx: Cleanup for partial linking and --gc-sections
Signed-off-by: Wolfgang Denk <wd@denx.de> Acked-by: Stefan Roese <sr@denx.de>
This commit is contained in:
@@ -94,7 +94,8 @@ unsigned int __get_pci_config_dword (u32 addr)
|
||||
".section __ex_table,\"a\"\n"
|
||||
" .align 2\n"
|
||||
" .long 1b,3b\n"
|
||||
".text":"=r"(retval):"r"(addr));
|
||||
".section .text.__get_pci_config_dword"
|
||||
: "=r"(retval) : "r"(addr));
|
||||
|
||||
return (retval);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user