public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [patch] add gdb 7.5.1 and gdb 7.6.1
@ 2013-10-20 20:26 Daniel Zimmermann
  2013-11-15 20:03 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Zimmermann @ 2013-10-20 20:26 UTC (permalink / raw)
  To: crossgcc

[-- Attachment #1: Type: text/plain, Size: 75 bytes --]

add gdb 7.5.1 and gdb 7.6.1 to the toolchain

greetings,
Daniel Zimmermann

[-- Attachment #2: pump_to_gdb7.5.1_7.6.1.patch --]
[-- Type: application/octet-stream, Size: 1176 bytes --]

--- build/ct-ng/config/debug/gdb.in	2013-10-19 11:58:18.671498366 +0200
+++ source/crosstool-ng-trunk/config/debug/gdb.in	2013-10-19 17:40:18.255929595 +0200
@@ -33,6 +33,13 @@ choice
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+
+config GDB_V_7_6_1
+    bool
+    prompt "7.6.1"
+    select GDB_7_0_or_later
+    select GDB_7_2_or_later
+
 config GDB_V_linaro_7_6_2013_05
     bool
     prompt "linaro-7.6-2013.05"
@@ -40,6 +47,12 @@ config GDB_V_linaro_7_6_2013_05
     select GDB_7_0_or_later
     select GDB_7_2_or_later
 
+config GDB_V_7_5_1
+    bool
+    prompt "7.5.1"
+    select GDB_7_0_or_later
+    select GDB_7_2_or_later
+
 config GDB_V_linaro_7_5_2012_12_1
     bool
     prompt "linaro-7.5-2012.12-1"
@@ -144,7 +157,9 @@ config GDB_VERSION
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "7.6.1" if GDB_V_7_6_1
     default "linaro-7.6-2013.05" if GDB_V_linaro_7_6_2013_05
+    default "7.5.1" if GDB_V_7_5_1
     default "linaro-7.5-2012.12-1" if GDB_V_linaro_7_5_2012_12_1
     default "linaro-7.4-2012.06" if GDB_V_linaro_7_4_2012_06
     default "7.4.1" if GDB_V_7_4_1

[-- Attachment #3: Type: text/plain, Size: 71 bytes --]

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] add gdb 7.5.1 and gdb 7.6.1
  2013-10-20 20:26 [patch] add gdb 7.5.1 and gdb 7.6.1 Daniel Zimmermann
@ 2013-11-15 20:03 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2013-11-15 20:03 UTC (permalink / raw)
  To: Daniel Zimmermann; +Cc: crossgcc

Daniel, All,

On 2013-10-20 22:26 +0200, Daniel Zimmermann spake thusly:
> add gdb 7.5.1 and gdb 7.6.1 to the toolchain

Your patches are unusable:
  - they are attached as base64-encoded parts,
  - lines are CR/LF terminated,

which make them unappliable.

Could you please resend them using 'hg email', as explained in:
    docs/7 - Contributing to crosstool-NG.txt
    docs/C - Misc. tutorials.txt

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-15 20:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-20 20:26 [patch] add gdb 7.5.1 and gdb 7.6.1 Daniel Zimmermann
2013-11-15 20:03 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).