aboutsummaryrefslogtreecommitdiff
path: root/devel/avr-gdb/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to GCC 6.5.Joerg Wunsch2006-09-301-2/+1
| | | | | | | | | | | | Add local patches to support the ATmega256x controller family that features a 3-byte PC. patch-atmega256x-binutils is Bjoern Haase's backported binutils patch for the ATmega256x (stripped down to those GNU binutils directories that are present in the GDB source tree), while patch-atmega256x-gdb is my own one to modify the AVR backend in GDB to understand 3-byte PCs. Notes: svn path=/head/; revision=174207
* Oops, that patched missed one directory name in front of the file nameJoerg Wunsch2005-05-271-1/+1
| | | | | | | | | to patch... Reminded by: pointyhat Notes: svn path=/head/; revision=136238
* Fix for GDB bug #1948. Internally, this fixes a bad check inJoerg Wunsch2005-05-241-0/+1
| | | | | | | | remote_xfer_partial(), notably for AVR-GDB this makes the command "info io_registers" work again. Notes: svn path=/head/; revision=136056
* Oops, one dash too many. ;-)Joerg Wunsch2005-02-141-1/+1
| | | | Notes: svn path=/head/; revision=128810
* Fix PGKNAMEPREFIX (missing trailing dash).Joerg Wunsch2005-02-141-1/+1
| | | | Notes: svn path=/head/; revision=128809
* Update to GDB 6.3. This also requires a patch from Theodore Roth,Joerg Wunsch2005-02-051-6/+7
| | | | | | | see http://sources.redhat.com/ml/gdb-patches/2004-10/msg00324.html Notes: svn path=/head/; revision=128105
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Upgrade to GDB 5.3.Joerg Wunsch2003-06-131-1/+1
| | | | Notes: svn path=/head/; revision=82939
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Complete the support for the AVR microcontroller toolchain: a port ofJoerg Wunsch2002-09-101-0/+28
GDB to the AVR. Notes: svn path=/head/; revision=66027