mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
Formatting fix.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2002-04-30 Tom Rix <trix@redhat.com>
|
||||||
|
|
||||||
|
* emultempl/aix.em : (gld*_parse_arge): Formatting changes.
|
||||||
|
|
||||||
2002-05-01 Alan Modra <amodra@bigpond.net.au>
|
2002-05-01 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
Long branch stubs, multiple stub sections.
|
Long branch stubs, multiple stub sections.
|
||||||
|
@ -526,11 +526,11 @@ gld${EMULATION_NAME}_parse_args (argc, argv)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case OPTION_LIBPATH:
|
case OPTION_LIBPATH:
|
||||||
command_line_blibpath=optarg;
|
command_line_blibpath = optarg;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case OPTION_NOLIBPATH:
|
case OPTION_NOLIBPATH:
|
||||||
command_line_blibpath=NULL;
|
command_line_blibpath = NULL;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user