Re: [PATCH v2 1/1] Introduce new --log_user option to also send expect logs to stdout

2015-05-11 Thread Filipe Brandenburger
Ping? The latest e-mail on the thread contains the change with the updates to man page and docs. Let me know if you think there is a better name for the --log_user option or if there is some other issue with the proposed patch. Cheers, Filipe On Thu, May 7, 2015 at 10:35 AM, Filipe Brandenburg

Re: Patch for baseboards/generic-sim.exp

2015-05-11 Thread Ben Elliston
This looks fine, thanks. Ben signature.asc Description: Digital signature ___ DejaGnu mailing list DejaGnu@gnu.org https://lists.gnu.org/mailman/listinfo/dejagnu

Patch for multi-sim.exp baseboard

2015-05-11 Thread Steve Ellcey
This is an update to the multi-sim.patch to make it more flexible when searching for the dynamic linker and system libraries. This change uses '--print-search-dirs' to find directories to search instead of '--print-sysroot' because using the latter still meant you had to know where to look under t

Patch for baseboards/generic-sim.exp

2015-05-11 Thread Steve Ellcey
This is an update to the generic-sim.exp baseboard to check the DEJAGNU_SIM_OPTIONS environment variable and pass it in as an option to the simulator. I would like to add this so it is easier to pass in qemu options when testing GCC. Similar code already exists in multi-sim.exp. Steve Ellcey sel