diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-12-25 05:45:47 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-25 05:48:03 -0500 |
commit | 49aef5a5b8873b80f43ca79edd5755d28cab53b3 (patch) | |
tree | ff291a797b5b13e3dce6fed7d4617dc2ad5f94ab /sim/common/ChangeLog | |
parent | cf59f47ebeccf4ea82b6c529c882644e4c445323 (diff) | |
download | gdb-49aef5a5b8873b80f43ca79edd5755d28cab53b3.zip gdb-49aef5a5b8873b80f43ca79edd5755d28cab53b3.tar.gz gdb-49aef5a5b8873b80f43ca79edd5755d28cab53b3.tar.bz2 |
sim: hw-properties: delete trace calls
These trace calls don't seem to add anything useful and break the cris
hw tests, so punt them. They were disabled before commit 6d519a4606b9
but were re-enabled as part of TRACE macro cleanups.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r-- | sim/common/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index e6ac042..3e6e3d9 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,5 +1,13 @@ 2015-12-25 Mike Frysinger <vapier@gentoo.org> + * hw-properties.c (hw_find_ihandle_runtime_property): Delete + HW_TRACE call. + (hw_find_integer_property): Likewise. + (hw_find_integer_array_property): Likewise. + (hw_add_duplicate_property): Likewise. + +2015-12-25 Mike Frysinger <vapier@gentoo.org> + * sim-config.h (WITH_ENGINE): Delete. * sim-module.c (modules): Always include sim_engine_install. |