powerpc: Ignore .TOC. relocations

The linker fixes up .TOC. relocations, so prom_init_check.sh should
ignore them.

Signed-off-by: Anton Blanchard <anton@samba.org>
This commit is contained in:
Anton Blanchard 2014-02-04 16:08:02 +11:00
parent cc7efbf919
commit 814e4cd98f
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ strcmp strcpy strlcpy strlen strncmp strstr logo_linux_clut224
reloc_got2 kernstart_addr memstart_addr linux_banner _stext
opal_query_takeover opal_do_takeover opal_enter_rtas opal_secondary_entry
boot_command_line __prom_init_toc_start __prom_init_toc_end
btext_setup_display"
btext_setup_display TOC."
NM="$1"
OBJ="$2"