mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
Include ldexp.h and ldlang.h so that ldfile.h can use the lang_input_statement
type.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2005-04-07 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* emultempl/m68kcoff.em: Include ldexp.h and ldlang.h so that
|
||||
ldfile.h can use the lang_input_statement type.
|
||||
|
||||
2005-04-06 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* ldlang.c: Formatting.
|
||||
|
@ -33,6 +33,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include "ld.h"
|
||||
#include "ldmain.h"
|
||||
#include "ldexp.h"
|
||||
#include "ldlang.h"
|
||||
#include "ldfile.h"
|
||||
#include "ldemul.h"
|
||||
#include "ldmisc.h"
|
||||
|
Reference in New Issue
Block a user