mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Add missing #include for sysdeps/arm/dl-irel.h.
This commit is contained in:
parent
9b5281b65e
commit
7f3e1ad05f
@ -1,5 +1,7 @@
|
||||
2012-08-08 Roland McGrath <roland@hack.frob.com>
|
||||
|
||||
* sysdeps/arm/dl-irel.h: Include <ldsodefs.h>.
|
||||
|
||||
* sysdeps/arm/dl-machine.h (elf_machine_load_address): Use proper type
|
||||
for __dl_start declaration.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Machine-dependent ELF indirect relocation inline functions.
|
||||
ARM version.
|
||||
Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||
Copyright (C) 2009-2012 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -22,6 +22,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <ldsodefs.h>
|
||||
|
||||
#define ELF_MACHINE_IREL 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user