mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* main.c (captured_main): Call bfd_init.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2013-01-21 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* main.c (captured_main): Call bfd_init.
|
||||
|
||||
2013-01-21 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
|
||||
|
@ -357,6 +357,8 @@ captured_main (void *data)
|
||||
bindtextdomain (PACKAGE, LOCALEDIR);
|
||||
textdomain (PACKAGE);
|
||||
|
||||
bfd_init ();
|
||||
|
||||
make_cleanup (VEC_cleanup (cmdarg_s), &cmdarg_vec);
|
||||
dirsize = 1;
|
||||
dirarg = (char **) xmalloc (dirsize * sizeof (*dirarg));
|
||||
|
Reference in New Issue
Block a user