From: Jie Zhang <[email protected]>

Signed-off-by: Jie Zhang <[email protected]>
Signed-off-by: Mike Frysinger <[email protected]>
---
 elf2flt.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/elf2flt.c b/elf2flt.c
index 9ff0299..889ea98 100644
--- a/elf2flt.c
+++ b/elf2flt.c
@@ -2049,7 +2049,7 @@ int main(int argc, char *argv[])
     output_relocs(abs_bfd, symbol_table, number_of_symbols, &reloc_len,
                  text, text_len, text_vma, data, data_len, data_vma, rel_bfd);
 
-  if (reloc == NULL)
+  if (reloc == NULL && verbose)
     printf("No relocations in code!\n");
 
   text_offs = real_address_bits(text_vma);
-- 
1.6.2.5

_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to