mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-29 12:53:43 +08:00
Add a warning to dllwrap that it is deprecated.
PR 20979 * dllwrap.c (main): Deprecate and warn the use of dllwrap.
This commit is contained in:

committed by
Nick Clifton

parent
cc6fd584ed
commit
8881640c80
@ -639,6 +639,9 @@ main (int argc, char **argv)
|
||||
bindtextdomain (PACKAGE, LOCALEDIR);
|
||||
textdomain (PACKAGE);
|
||||
|
||||
warn (_("WARNING: %s is deprecated, use gcc -shared or ld -shared instead\n"),
|
||||
prog_name);
|
||||
|
||||
expandargv (&argc, &argv);
|
||||
|
||||
saved_argv = (char **) xmalloc (argc * sizeof (char*));
|
||||
|
Reference in New Issue
Block a user