From 77cf2ef5dc9099501529151921a73be904757466 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 3 Jan 2016 21:40:34 -0500 Subject: sim: parse_args: display getopt error ourselves Fix a long standing todo where we let getopt write directly to stderr when an invalid option is passed. Use the sim io funcs instead as they go through the filtered callbacks that gdb wants. --- sim/h8300/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sim/h8300/ChangeLog') diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index 6291ce8..1af2d8a 100644 --- a/sim/h8300/ChangeLog +++ b/sim/h8300/ChangeLog @@ -1,5 +1,9 @@ 2016-01-03 Mike Frysinger + * compile.c (sim_open): Update sim_parse_args comment. + +2016-01-03 Mike Frysinger + * config.in, configure: Regenerate. 2016-01-02 Mike Frysinger -- cgit v1.1