aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/INSTALL
AgeCommit message (Collapse)AuthorFilesLines
2022-11-11sim: ppc: rename ppc-instructions to powerpc.igenMike Frysinger1-3/+3
To make it clear this is an input to the igen tool, rename it with an igen extension. This matches the other files in the ppc dir (altivec & e500 igen files), and the other igen ports (mips, mn10300, v850).
2016-01-10sim: drop --enable-sim-cflags optionMike Frysinger1-34/+2
No other sub directory provides such a configuration option, so drop it from the sim dir as well. This cleans up a good bit of code in the process. If people want to use custom flags for just the sim, they can still run configure+make by hand in the sim subdir and use the normal CFLAGS settings.
2016-01-04sim: punt x86-specific bswap logicMike Frysinger1-16/+0
The compiler/C library should produce reasonable code for htonl/ntohl, and at least glibc tries pretty hard to always produce good code for them. This logic only had support for 32-bit x86 systems anymore, and it's unlikely people were even opting into this, so drop it all.
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+812
1999-04-16Initial creation of sourceware repositoryStan Shebs1-811/+0
1996-04-04Doc fixes from AndrewMichael Meissner1-0/+811