aboutsummaryrefslogtreecommitdiff
path: root/sim/common/hw-ports.c
AgeCommit message (Collapse)AuthorFilesLines
2010-04-12sim: add missing values to array initializersMike Frysinger1-1/+1
The sim code has a lot of static initializer for options and devices, but since they aren't using newer struct style, they have to specify a value for every option otherwise gcc spits a lot of warnings about "missing initializer". So add NULL/0 stubs for pointers/values. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2010-03-16sim: avoid TRACE redefine warningsMike Frysinger1-2/+0
The common code sets up an autoconf option --enable-sim-trace which adds -DTRACE= to CPPFLAGS. This causes warnings in the building of some files that declare a local TRACE() helper macro. So punt it from hw-ports.c (since it isn't actually used) and convert hw-properties.c to HW_TRACE().
2010-01-01Update copyright notices to add year 2010.Joel Brobecker1-1/+1
2009-01-14 Update the copyright notice of some of the files I missedJoel Brobecker1-1/+1
in the previous copyright update.
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-08-24 Switch the license of all files explicitly copyright the FSFJoel Brobecker1-5/+4
to GPLv3.
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+1
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+339
1999-04-16Initial creation of sourceware repositoryStan Shebs1-339/+0
1998-05-25Split out hw-event code. Clean up interface. Update all users.Andrew Cagney1-1/+1
1998-05-25Clean up create/delete of hw-portsAndrew Cagney1-0/+339