+;; 1130 sh3: .note
+(define sh-note-name '(#x17 #x00 #x00 #x00))
+(define sh-note-type '(#x07 #x00 #x00 #x00))
+(define sh-note-flags '(#x00 #x00 #x00 #x00))
+(define sh-note-addr '(#x00 #x00 #x00 #x00))
+(define sh-note-offset '(#x84 #x10 #x00 #x00))
+(define sh-note-size '(#x14 #x00 #x00 #x00))
+(define sh-note-link '(#x00 #x00 #x00 #x00))
+(define sh-note-info '(#x00 #x00 #x00 #x00))
+(define sh-note-addralign '(#x01 #x00 #x00 #x00))
+(define sh-note-entsize '(#x00 #x00 #x00 #x00))
+
+(define sh-note
+ (append
+ sh-note-name
+ sh-note-type
+ sh-note-flags
+ sh-note-addr
+ sh-note-offset
+ sh-note-size
+ sh-note-link
+ sh-note-info
+ sh-note-addralign
+ sh-note-entsize
+ ))
+