[Crosstoolchain-logs] [device-tree-compiler] 124/198: Remove references to unused DT_BASE token

Hector Oron zumbi at moszumanska.debian.org
Thu Dec 8 17:07:00 UTC 2016


This is an automated email from the git hooks/post-receive script.

zumbi pushed a commit to branch upstream/1.4.x
in repository device-tree-compiler.

commit aba74ddba233e6c4b8e15714a3bde736cceb8b2d
Author: David Gibson <david at gibson.dropbear.id.au>
Date:   Sat Feb 15 19:47:23 2014 +1100

    Remove references to unused DT_BASE token
    
    Also remove the cbase bison union member that was only used for it.
    
    Signed-off-by: David Gibson <david at gibson.dropbear.id.au>
---
 dtc-parser.y | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dtc-parser.y b/dtc-parser.y
index 42c4d75..ea57e0a 100644
--- a/dtc-parser.y
+++ b/dtc-parser.y
@@ -38,7 +38,6 @@ extern bool treesource_error;
 %union {
 	char *propnodename;
 	char *labelref;
-	unsigned int cbase;
 	uint8_t byte;
 	struct data data;
 
@@ -64,7 +63,6 @@ extern bool treesource_error;
 %token <propnodename> DT_PROPNODENAME
 %token <integer> DT_LITERAL
 %token <integer> DT_CHAR_LITERAL
-%token <cbase> DT_BASE
 %token <byte> DT_BYTE
 %token <data> DT_STRING
 %token <labelref> DT_LABEL

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git



More information about the Crosstoolchain-logs mailing list