aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-config.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-04sim: reorder header includesMike Frysinger1-1/+2
2021-06-17sim: overhaul & unify endian settings managementMike Frysinger1-5/+0
2021-06-12sim: overhaul alignment settings managementMike Frysinger1-6/+2
2021-05-16sim: switch config.h usage to defs.hMike Frysinger1-0/+2
2021-01-04sim: common: use sim_config_print nameMike Frysinger1-1/+1
2021-01-04sim: common: rename sim_print_configMike Frysinger1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-11sim: config: do not try to align settingsMike Frysinger1-5/+5
2016-01-10sim: move many common settings from CPPFLAGS to config.hMike Frysinger1-1/+2
2016-01-06sim: config: drop use of __DATE__/__TIME__Mike Frysinger1-7/+0
2016-01-03sim: drop host endian configure optionMike Frysinger1-20/+2
2016-01-03sim: convert to bfd_endianMike Frysinger1-22/+22
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-05-11sim: fix func call style (space before paren)Mike Frysinger1-9/+9
2011-03-15sim: common: trim trailing whitespaceMike Frysinger1-13/+13
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
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
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-4/+2
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+1
2004-11-16 * sim-config.c (sim_config): Recognize when a bfd has unspecifiedHans-Peter Nilsson1-1/+5
2002-11-232002-11-22 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-19/+22
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+377
1999-04-16Initial creation of sourceware repositoryStan Shebs1-369/+0
1998-01-31Add config support for the size of the target address and OF cell.Andrew Cagney1-5/+11
1997-12-04 * Make-common.in (SIM_ENVIRONMENT): New variable.Doug Evans1-44/+29
1997-09-04Finish implementation of sim-memopt.Andrew Cagney1-0/+2
1997-08-27Add ABFD argument to sim_create_inferior. Document.Andrew Cagney1-45/+15
1997-08-25Add ABFD argument to sim_open call. Pass through to sim_config soAndrew Cagney1-49/+138
1997-04-02New file common/sim-config.c sets/checks simulator configuration options.Andrew Cagney1-0/+317