* as.c (main): Don't reference _bfd_chunksize.
This commit is contained in:
parent
4ab8270019
commit
091e58c11e
2 changed files with 5 additions and 7 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-04-16 Alan Modra <alan@weed.local>
|
||||
|
||||
* as.c (main): Don't reference _bfd_chunksize.
|
||||
|
||||
2002-04-15 Tom Rix <trix@redhat.com>
|
||||
|
||||
* config/tc-d10v.c (d10v_fix_adjustable): Prevent adjustments to
|
||||
|
|
8
gas/as.c
8
gas/as.c
|
@ -797,13 +797,7 @@ main (argc, argv)
|
|||
textdomain (PACKAGE);
|
||||
|
||||
if (debug_memory)
|
||||
{
|
||||
#ifdef BFD_ASSEMBLER
|
||||
extern long _bfd_chunksize;
|
||||
_bfd_chunksize = 64;
|
||||
#endif
|
||||
chunksize = 64;
|
||||
}
|
||||
chunksize = 64;
|
||||
|
||||
#ifdef HOST_SPECIAL_INIT
|
||||
HOST_SPECIAL_INIT (argc, argv);
|
||||
|
|
Loading…
Reference in a new issue