public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
* [patch][commit] Duplicate Function Removed
@ 2006-06-20 19:53 Dave Brolley
  0 siblings, 0 replies; only message in thread
From: Dave Brolley @ 2006-06-20 19:53 UTC (permalink / raw)
  To: cgen, sid

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

Hi,

I've committed the attached patch which removes the version of 
gen-attr-type from sid.scm. The one in utils-cgen.scm is correct for 
both sim and sid.

Dave

[-- Attachment #2: cgen-sid-attr.ChangeLog --]
[-- Type: text/plain, Size: 86 bytes --]

2006-06-20  Dave Brolley  <brolley@redhat.com>

	* sid.scm (gen-attr-type): Removed.


[-- Attachment #3: cgen-sid-attr.patch.txt --]
[-- Type: text/plain, Size: 793 bytes --]

Index: sid.scm
===================================================================
RCS file: /cvs/src/src/cgen/sid.scm,v
retrieving revision 1.16
diff -c -p -r1.16 sid.scm
*** sid.scm	28 Oct 2005 19:30:02 -0000	1.16
--- sid.scm	20 Jun 2006 19:48:15 -0000
***************
*** 170,186 ****
  \f
  ; Attribute support.
  
- ; Return the C++ type to use to hold a value for attribute ATTR.
- 
- (define (gen-attr-type attr)
-   (case (attr-kind attr)
-     ((boolean) "int")
-     ((bitset)  "unsigned int")
-     ((integer) "int")
-     ((enum)    (string-append "enum " (string-downcase (gen-sym attr)) "_attr"))
-     )
- )
- 
  ; Return C code to fetch a value from instruction memory.
  ; PC-VAR is the C expression containing the address of the start of the
  ; instruction.
--- 170,175 ----

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-06-20 19:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-20 19:53 [patch][commit] Duplicate Function Removed Dave Brolley

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).