Skip to content

Commit

Permalink
elf/elf.h (ELFOSABI_ARM_AEABI): Define.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Myers authored and Roland McGrath committed Apr 6, 2010
1 parent f571a99 commit afd46a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

* elf/rtld.c (dl_main) [HAVE_AUX_VECTOR]: Add a cast.

2010-03-30 Joseph Myers <joseph@codesourcery.com>

* elf/elf.h (ELFOSABI_ARM_AEABI): Define.

2010-04-05 Ulrich Drepper <drepper@redhat.com>

* po/nl.po: Update from translation team.
Expand Down
1 change: 1 addition & 0 deletions elf/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ typedef struct
#define ELFOSABI_TRU64 10 /* Compaq TRU64 UNIX. */
#define ELFOSABI_MODESTO 11 /* Novell Modesto. */
#define ELFOSABI_OPENBSD 12 /* OpenBSD. */
#define ELFOSABI_ARM_AEABI 64 /* ARM EABI */
#define ELFOSABI_ARM 97 /* ARM */
#define ELFOSABI_STANDALONE 255 /* Standalone (embedded) application */

Expand Down

0 comments on commit afd46a4

Please sign in to comment.