Searched hist:3600 (Results 1 - 3 of 3) sorted by relevance

/gem5/src/arch/sparc/isa/
H A Doperands.isadiff 3600:885979c36aa4 Fri Nov 10 15:29:00 EST 2006 Gabe Black <gblack@eecs.umich.edu> Added StrandStsReg operand.
/gem5/util/tap/
H A Dtap.ccdiff 12053:014d6270849b Thu Jun 01 19:53:00 EDT 2017 Gabe Black <gabeblack@google.com> misc: Fix building the m5tap utility.

Use printf instead of cprintf to avoid having to have .o files from gem5.
Stop disabling optimization. Placate the style checker by rearranging the
header include order. Include some missing standard headers. Switch from
the deprecated -I- gcc option to using -iquote. Make the "program"
variable a const char *. When checking the return value of getopt, don't
check against the char c which may mask the -1 return value. Instead,
store the return value in an int, and then later cast it to a char when
it's actually consumed.

Change-Id: Ibec51927d0cdbd98db8e53081be2c4931e20333c
Reviewed-on: https://gem5-review.googlesource.com/3600
Reviewed-by: Nathan Binkert <nate@binkert.org>
Maintainer: Nathan Binkert <nate@binkert.org>
H A DMakefilediff 12053:014d6270849b Thu Jun 01 19:53:00 EDT 2017 Gabe Black <gabeblack@google.com> misc: Fix building the m5tap utility.

Use printf instead of cprintf to avoid having to have .o files from gem5.
Stop disabling optimization. Placate the style checker by rearranging the
header include order. Include some missing standard headers. Switch from
the deprecated -I- gcc option to using -iquote. Make the "program"
variable a const char *. When checking the return value of getopt, don't
check against the char c which may mask the -1 return value. Instead,
store the return value in an int, and then later cast it to a char when
it's actually consumed.

Change-Id: Ibec51927d0cdbd98db8e53081be2c4931e20333c
Reviewed-on: https://gem5-review.googlesource.com/3600
Reviewed-by: Nathan Binkert <nate@binkert.org>
Maintainer: Nathan Binkert <nate@binkert.org>

Completed in 51 milliseconds