(dump_relocations): Handle EM_S370.
(dynamic_segment_parisc_val): Print \n.
(process_dynamic_segment <DT_BIND_NOW>): Here too.
+2002-08-15 Alan Modra <amodra@bigpond.net.au>
+
+ * readelf.c: Include elf/i370.h.
+ (dump_relocations): Handle EM_S370.
+ (dynamic_segment_parisc_val): Print \n.
+ (process_dynamic_segment <DT_BIND_NOW>): Here too.
+
2002-08-14 Nick Clifton <nickc@redhat.com>
* nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
#include "elf/h8.h"
#include "elf/hppa.h"
#include "elf/i386.h"
+#include "elf/i370.h"
#include "elf/i860.h"
#include "elf/i960.h"
#include "elf/ia64.h"
rtype = elf_x86_64_reloc_type (type);
break;
+ case EM_S370:
+ rtype = i370_reloc_type (type);
+ break;
+
case EM_S390_OLD:
case EM_S390:
rtype = elf_s390_reloc_type (type);
print_vma (entry->d_un.d_ptr, PREFIX_HEX);
break;
}
+ putchar ('\n');
}
static int
case DT_BIND_NOW:
/* The value of this entry is ignored. */
+ if (do_dynamic)
+ putchar ('\n');
break;
case DT_GNU_PRELINKED: