+2014-03-19 Mark Wielaard <mjw@redhat.com>
+
+ * aarch64_reloc.def: AARCH64_ABS32 and AARCH64_ABS64 are also valid
+ in ET_REL.
+
2014-01-30 Petr Machata <pmachata@redhat.com>
* aarch64_regs.c (aarch64_register_info.regtype): Make this
/* List the relocation types for AArch64. -*- C -*-
- Copyright (C) 2013 Red Hat, Inc.
+ Copyright (C) 2013, 2014 Red Hat, Inc.
This file is part of elfutils.
This file is free software; you can redistribute it and/or modify
/* NAME, REL|EXEC|DYN */
-RELOC_TYPE (ABS64, EXEC|DYN)
-RELOC_TYPE (ABS32, EXEC|DYN)
+RELOC_TYPE (ABS64, REL|EXEC|DYN)
+RELOC_TYPE (ABS32, REL|EXEC|DYN)
RELOC_TYPE (COPY, EXEC)
RELOC_TYPE (GLOB_DAT, EXEC|DYN)
RELOC_TYPE (JUMP_SLOT, EXEC|DYN)