Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -1/+1 | |
gdb/ChangeLog: Copyright year update in most files of the GDB Project. | |||||
2011-03-24 | sim: bfin: fix inverted W1C logic | Mike Frysinger | 1 | -1/+1 | |
When I originally wrote the w1c helper funcs, I used it in a few places. Then I forgot how it worked and when I later documented it, I described the 3rd arg in the exact opposite way it is actually used. This error propagated to a bunch of devices registers that were not explicitly tested (a bunch of the devices are stubs which merely exist to say "no device is connected" to make device drivers happy). So once the documentation is unscrewed, fix all of the broken call sites. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||||
2011-03-15 | sim: bfin: fix brace style | Mike Frysinger | 1 | -1/+2 | |
2011-03-15 | sim: bfin: fix brace style | Mike Frysinger | 1 | -2/+4 | |
2011-03-06 | sim: bfin: new port | Mike Frysinger | 1 | -0/+241 | |
This can boot Das U-Boot and a Linux kernel. It also supports Linux userspace FLAT and FDPIC (dynamic and static) ELFs. Signed-off-by: Mike Frysinger <vapier@gentoo.org> |