Re: [PATCH] initramfs: Fix build break on symbol-prefixed archs

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Mike Frysinger
Date: Thursday, October 28, 2010 - 1:53 pm

On Thu, Oct 28, 2010 at 16:42, Mike Frysinger wrote:

for due diligence, adding those two changes breaks building like so:
  LD      .tmp_vmlinux1
.../bfin-uclinux/bin/ld.real: cannot find _
make: *** [.tmp_vmlinux1] Error 1

and if we look at the generated vmlinux.lds, we indeed see the quotes
causing problems:
  . = ALIGN(8); "_"__lock_text_start = .; *(.spinlock.text)
"_"__lock_text_end = .;
  . = ALIGN(8); "_"__kprobes_text_start = .; *(.kprobes.text)
"_"__kprobes_text_end = .;
-mike
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/2] initramfs: Cleanup and fix initramfs size calc ..., Hendrik Brueckner, (Tue Aug 31, 1:23 am)
[PATCH 2/2] initramfs: Fix initramfs size calculation, Hendrik Brueckner, (Tue Aug 31, 1:23 am)
Re: [PATCH 2/2] initramfs: Fix initramfs size calculation, Américo Wang, (Wed Sep 1, 12:47 am)
Re: [PATCH 2/2] initramfs: Fix initramfs size calculation, Mike Frysinger, (Sun Oct 17, 11:28 am)
Re: [PATCH 2/2] initramfs: Fix initramfs size calculation, Hendrik Brueckner, (Mon Oct 18, 3:37 am)
Re: [PATCH 2/2] initramfs: Fix initramfs size calculation, Mike Frysinger, (Mon Oct 18, 4:07 pm)
[PATCH] initramfs: Fix build break on symbol-prefixed archs, Hendrik Brueckner, (Tue Oct 19, 4:08 am)
Re: [PATCH] initramfs: Fix build break on symbol-prefixed ..., Mike Frysinger, (Thu Oct 28, 1:53 pm)