mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* lexsup.c (parse_args): Treat -i as a synonym for -r.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
Mon Jun 13 15:46:09 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
Mon Jun 13 15:46:09 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
||||||
|
|
||||||
|
* lexsup.c (parse_args): Treat -i as a synonym for -r.
|
||||||
|
|
||||||
* ldgram.y (exp): Treat BLOCK as a synonym for ALIGN, so that
|
* ldgram.y (exp): Treat BLOCK as a synonym for ALIGN, so that
|
||||||
BLOCK works in a section address as documented.
|
BLOCK works in a section address as documented.
|
||||||
|
|
||||||
|
@ -231,6 +231,7 @@ parse_args (argc, argv)
|
|||||||
case OPTION_OFORMAT:
|
case OPTION_OFORMAT:
|
||||||
lang_add_output_format (optarg, 0);
|
lang_add_output_format (optarg, 0);
|
||||||
break;
|
break;
|
||||||
|
case 'i':
|
||||||
case 'r':
|
case 'r':
|
||||||
link_info.relocateable = true;
|
link_info.relocateable = true;
|
||||||
config.build_constructors = false;
|
config.build_constructors = false;
|
||||||
|
Reference in New Issue
Block a user