Line 1... |
Line 1... |
/* objcopy.c -- copy object file from input to output, optionally massaging it.
|
/* objcopy.c -- copy object file from input to output, optionally massaging it.
|
Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
|
Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
|
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
|
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
|
|
This file is part of GNU Binutils.
|
This file is part of GNU Binutils.
|
|
|
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
Line 28... |
Line 28... |
#include "bucomm.h"
|
#include "bucomm.h"
|
#include "budbg.h"
|
#include "budbg.h"
|
#include "filenames.h"
|
#include "filenames.h"
|
#include "fnmatch.h"
|
#include "fnmatch.h"
|
#include "elf-bfd.h"
|
#include "elf-bfd.h"
|
#include <sys/stat.h>
|
|
#include "libbfd.h"
|
#include "libbfd.h"
|
#include "coff/internal.h"
|
#include "coff/internal.h"
|
#include "libcoff.h"
|
#include "libcoff.h"
|
|
|
/* FIXME: See bfd/peXXigen.c for why we include an architecture specific
|
/* FIXME: See bfd/peXXigen.c for why we include an architecture specific
|